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
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → 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
i thought it was in functions.php and then search for generate_navlinks
Open your lang/English/common.php file and do a search for:
// Stuff for the navigator (top of every page)
'Index' => 'Index',
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',
Thanks very much...works perfectly.
thanks man it realy helped me
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>
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Is there a way to change the word index to forum?
Powered by PunBB, supported by Informer Technologies, Inc.