The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have a mini mod on my site that looks something like this:
Code:
Hook Location : global_start Execution Order : 5 PHP Code : require_once('./includes/_taglinemessages.php'); Code:
<? $taglines = array(); $taglines[] = 'Text 1'; $taglines[] = 'Text 2'; $taglines[] = 'Text 3'; $rand_keys = array_rand($taglines, 1); $template_hook['tagline'] = $taglines[$rand_keys]; ?> Code:
<span>Message : <i>{vb:raw template_hook.tagline}</i></span> So, does anybody have any ideas on how to solve this? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|