The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Hook for header template parsing?
Hi,
I`d like to display the tag cloud on every page and so I tried to modify Atakan KOC tag cloud on forum home mod. I succeeded in displaying the cloud on the home page and the forum display with the hooks:
Code:
$vbulletin->templatecache['FORUMDISPLAY'] = str_replace('<!-- ###TAGCLOUD### -->', $vbulletin->templatecache['tag_cloud_forum_home'], $vbulletin->templatecache['FORUMDISPLAY']); Code:
$vbulletin->templatecache['header'] = str_replace('<!-- ###TAGCLOUD### -->', $vbulletin->templatecache['tag_cloud_forum_home'], $vbulletin->templatecache['header']); Can anybody help me? Thank you - all the best, Sacha |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|