The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
How to move tag list to other site.
How to add tag list to some page of vb ?
I've installed this mod https://vborg.vbsupport.ru/showthread.php?t=211638 and I cant add tag cloud to article.php page i use vbadvanced so i copy Code:
$tag_cloud and replace plugin: Forum Tags: cache_templates Code:
if(THIS_SCRIPT == 'forumdisplay') { $globaltemplates = array_merge($globaltemplates, array( 'tag_cloud_box', 'tag_cloud_headinclude', 'tag_cloud_link')); } Code:
if(THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'articles') { $globaltemplates = array_merge($globaltemplates, array( 'tag_cloud_box', 'tag_cloud_headinclude', 'tag_cloud_link')); } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|