1
alexshim
Changing Text
  • 2007/2/9 13:52

  • alexshim

  • Just popping in

  • Posts: 16

  • Since: 2007/2/9 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}>:</strong>

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!

2
aph3x
Re: Changing Text
  • 2007/2/10 13:19

  • aph3x

  • Theme Designer

  • Posts: 834

  • Since: 2004/12/26


Open the modules/mylinks/language/english/main.php file and edit line

define("_MD_SUBMITLINK","Submit Link");

to

define("_MD_SUBMITLINK","Submit Video");


Remember to backup before
Everything I'm not made me everything I am
The Themes

Login

Who's Online

89 user(s) are online (52 user(s) are browsing Support Forums)


Members: 0


Guests: 89


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits