The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
(phrases) Include tag_cloud phrase in FORUMDISPLAY
I did this on hook forumdisplay_start to include tag_cloud phrase on FORUMDISPLAY.
Code:
$phrasegroups = array_merge($phrasegroups, array('search')); --------------- Added [DATE]1216237421[/DATE] at [TIME]1216237421[/TIME] --------------- I see you have to add phrases in hook init_startup. This works great: Code:
if(THIS_SCRIPT == 'forumdisplay') { $phrasegroups[] = 'search'; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|