The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
<vb:if condition="in_array($GLOBALS[forumid], array(9,11))"> <link rel="stylesheet" type="text/css" href="/clientscript/vbulletin_css/sponsor/sponsor.css" /> </vb:if> At the bottom of the headinclude template and still nothing. When removing the conditional, the file is included. So there is something up with the conditional. Also, when just trying $foruminfo[forumid], it doesn't work. wtf --------------- Added [DATE]1274041318[/DATE] at [TIME]1274041318[/TIME] --------------- It appears that regardless of the reference, the forumid variable is not rendered whether using $foruminfo[forumid] $GLOBALS[forumid] or just $forumid I've tried everything in the headerinclude and headerinclude_bottom templates. I've also tried registering $forumid @ forumdisplay_start Code:
$forum= array('forumid' => $vbulletin->GPC['forumid']); vB_Template::preRegister('header',array('forum' => $forum)); It was asked earlier why this is being made complicated. I'd like to ask the same thing at this point. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|