Firefox PHP

how can I change the link "recent messages" to "new posts"

Posted by larry simpson 
how can I change the link "recent messages" to "new posts"
January 30, 2011 03:52PM
can someone show me where i have to go to change the link new messages to new posts



Edited 1 time(s). Last edit at 01/30/2011 05:18PM by larry simpson.
Re: how can I change the link "new messages" to "new posts"
January 30, 2011 05:10PM
Where do you see that link? I'm not aware of a "new messages" link in Phorum.

Talking in general, you can use the Custom Language Database module to tweak language strings in Phorum. You might however be talking about some module language string or so, in which case this module can't be used IIRC.

On a single language forum, it also possible to tweak a template, to not make use of a {LANG->Something} language variable, but to enter the required string directly in the template.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: how can I change the link "new messages" to "new posts"
January 30, 2011 05:17PM
lol Maurice you have to make it real simple for this old man, what i call new message link is where it shows your name and

Welcome! Log In . Create A New Profile . Recent Messages across the top bar on front page

its recent messages not new messages and i want to change it to new posts because the users get confused that recent messages is their pm messages. and it is a single language phorum



Edited 1 time(s). Last edit at 01/30/2011 05:23PM by larry simpson.
Re: how can I change the link "new messages" to "new posts"
January 30, 2011 05:50PM
Okay, "Recent Messages" makes it more clear. You already added that link in the header.tpl of your template yourself. All you have to do is modify it to your likings.

You now have something like this in there if you followed the Recent Messages module's README file:
   <a href="{URL->RECENT_MESSAGES}">
     {LANG->mod_recent_messages->RecentMessages}
   </a>

You can change that to:
   <a href="{URL->RECENT_MESSAGES}">New Posts</a>


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: how can I change the link "new messages" to "new posts"
January 30, 2011 09:10PM
thank you for being so smart :)
Sorry, only registered users may post in this forum.

Click here to login