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')); } |
#2
|
||||
|
||||
Questions regarding modifications need to be asked in the modification thread. That is where the support for modifications is - not out here in the main forums. Please note that if a modification is unsupported, you may be on your own if you chose to install it.
(Just because you have cached the templates for that page doesn't say anything about the code having been run on that page and thus making the variables available for use on that page.) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|