PDA


View Full Version : Change Calendar Name?


Billy
08-05-2005, 11:05 AM
How do I change the name of my Calendar at the portal page? I want to change it from Calendar to Show Calendar?

Billy
www.BeautUtes.com (http://www.BeautUtes.com)

ConqSoft
08-05-2005, 11:10 AM
Not sure what you mean... You mean up on the Navbar? If so, edit vBulletin's navbar template and change it there.

Billy
08-05-2005, 11:14 AM
Not sure what you mean... You mean up on the Navbar? If so, edit vBulletin's navbar template and change it there.

Yep thats what I mean ... is this it

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>

Do I change this bit

[calendar]

ConqSoft
08-05-2005, 11:15 AM
The $vbphrase[calendar] phrase is probably used elswhere, so I wouldn't suggest just editing the phrase (that would be the normal method).

So, in your case, just replace $vbphrase[calendar] with Show Calendar.

Billy
08-05-2005, 11:20 AM
The $vbphrase[calendar] phrase is probably used elswhere, so I wouldn't suggest just editing the phrase (that would be the normal method).

So, in your case, just replace $vbphrase[calendar] with Show Calendar.

Your a Bloody Champion, thanks mate!