The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I would like someone to makei t so when I turn off the calendar it removes the button from my header. I think should be a built in feature to vbulletin. Any help would be great. :china:
|
#2
|
||||
|
||||
In global.php
Find: // parse PHP include ################## Above This Place: /* Calendar Disappearo!! */ if ($calendarenabled) { $calbutton="<a href=\"calendar.php?s=$session[sessionhash]\"><img src=\"https://vborg.vbsupport.ru/images/top_calendar.gif\" alt=\"Calendar\" border=\"0\"></a>"; } /* Calendar Disappearo END */ In header template Find Code:
<a href="calendar.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/top_calendar.gif" alt="Calendar" border="0"></a> $calbutton Maybe I should make this a release |
#3
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|