Log in

View Full Version : Remove calendar


Forsyth-Online
01-26-2009, 06:29 PM
I have disabled the calendar but I want to remove it from the menu on the top. I use another calendar system and would like to stick with it. How can I remove it?

Also, after removing it, can I add it back in if I need to? Thanks!

glennybee
01-26-2009, 06:37 PM
Find the following code in the navbar template.

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

You can delete it or comment it out.

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

haothiencz
01-26-2009, 06:38 PM
Look at your navbar template or header. Its up on your skin.

Then change or remove the links to calendar.

Forsyth-Online
01-26-2009, 07:47 PM
Can I do this from the admin cp or do I need to actually alter the code?

--------------- Added 1233007393 at 1233007393 ---------------

Find the following code in the navbar template.

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

You can delete it or comment it out.

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

Found it!! Thank you