PDA

View Full Version : How can I change the title of a module and have it show up changed in my forum?


FRAiD
04-15-2006, 11:26 PM
For example, I'd really like to change the attachments module to something like:

Game Files

but if I just login to my admin control panel, go to GARS select the attachments module and change the title, nothing occurs on the actual website.

So do I have to go into the attachments.php file and change something in there or can I simply do it via languagues and phrases?

By the way, I'm using GARS 1.01

Any ideas on simply changing the title of a module to something else?

The Geek
04-16-2006, 07:48 AM
Try editing the GARS_attachments template :D

FRAiD
04-22-2006, 07:12 PM
I did that, and no dice.... that's why I asked the question.

What part of it?

The Geek
04-22-2006, 07:48 PM
then edit mods/attachments.php and change $title = $vbphrase['attachments']; to $title = "My title";