Topic: Is there a way to change the word index to forum?

In the menu bar at the top, how can I change the word index to forum instead?

Is there a way of doing this?

Please...someone....help me.

Thanks

Re: Is there a way to change the word index to forum?

i thought it was in functions.php and then search for generate_navlinks

Re: Is there a way to change the word index to forum?

Open your lang/English/common.php file and do a search for:


// Stuff for the navigator (top of every page)
'Index'                    =>    'Index',

4 (edited by liquidat0r 2007-04-02 18:42)

Re: Is there a way to change the word index to forum?

bingiman wrote:

Open your lang/English/common.php file and do a search for:


// Stuff for the navigator (top of every page)
'Index'                    =>    'Index',

And change it to

// Stuff for the navigator (top of every page)
'Index'                    =>    'Forum',

Re: Is there a way to change the word index to forum?

Thanks very much...works perfectly. big_smile

Re: Is there a way to change the word index to forum?

thanks man it realy helped me

MyFootballCafe.com  is Now Online!

Re: Is there a way to change the word index to forum?

Alternatively, if you don't want to edit the source use this CSS.

li#navindex{display: none;}

and add an extra navlink at position 0 with the forum index
e.g.

0 = <a href="index.php">Forum</a>