PDA

View Full Version : Change Calendar Link on front page


RobinPriestley
07-25-2006, 10:10 AM
Hello there,

How could I change the URL that the calendar link on the front page points to. We have a separate calendar that runs on our site and I would like the forum to link to that instead of the inbuilt one.

Any help would be appreciated.

Cheers,

Robin :)

Mastar
07-25-2006, 11:49 AM
in navbar template search for:

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

Replace the highlighted with your calendar link:

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

RobinPriestley
07-25-2006, 12:24 PM
Brilliant,

Thanks for that.

Robin