UBB.Dev
Posted By: jma Changing the menu bar - 10/29/2004 2:47 PM
Hoping to make a simple change to the menu at the top of my entrance page and forums page. Little help on which file to modify if I want to change "Entrance" to "Home".

Thanks.
Posted By: Anno Re: Changing the menu bar - 10/29/2004 2:59 PM
The easiest thing to find such things is to search all files of the threads directory(and the sub directories) for "Entrance"
Posted By: jma Re: Changing the menu bar - 10/29/2004 3:13 PM
Thanks. I Tried that but still couldn't find what I was looking for.
Posted By: slayer60 Re: Changing the menu bar - 10/29/2004 3:19 PM
Go into the Admin Panel, then into 'Edit a template'. Then you have 2 templates to edit. One for those who are logged in, ubbt_registerednav.tmpl, and one for those who are not, ubbt_unregisterednav.tmpl.
Posted By: jma Re: Changing the menu bar - 10/29/2004 4:03 PM
Perfect -- thanks. Taking it one step further, I also want to change 'Main Index' to something else, like 'Message Boards'. Using the same templates for what I did with Entrance, it seems to be picking up a variable. Here is the code:

{$ubbt_lang['FORUM_IND']}

Can I simply change this with a hard code value and not lose the link?
Posted By: Twisty Re: Changing the menu bar - 10/29/2004 5:17 PM
Just change it in your language file instead.

If you don't know which file it is, simply do a search for this text string...

$ubbt_lang['FORUM_IND']

...in your 'languages' subfolder.
Posted By: jma Re: Changing the menu bar - 10/31/2004 3:40 AM
Worked like a charm. Thanks Twisty.
© UBB.Developers