1
Hi,
I am new to this, and my question is this: I installed the XOOPS module and some other modules and I want to do some minor modifications:
For instance in my links module, it says: Post New Link
How can I change this to say for example: Post New Video
I opened up the code and I noticed that all of text is pre-defined using Smarty code, but I am not sure where is the file where all of this is defined. I am sure all I need to do is go to the file and modify what it says for each respective smarty...
For instance I think the Submitter or Poster title is defined as:
<{$smarty.const._MD_PDD2_SUBMITTER}>:
but how do I change _MD_PDD2_SUBMITTER to say something else?
lets say instead of Submitter: to say User Name:
etc.
Any help would be appreciated!