bartek24m
11-16-2009, 07:28 AM
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
$tag_cloud
into af_articles template
and replace plugin: Forum Tags: cache_templates
if(THIS_SCRIPT == 'forumdisplay')
{
$globaltemplates = array_merge($globaltemplates, array(
'tag_cloud_box',
'tag_cloud_headinclude',
'tag_cloud_link'));
}
with this code:
if(THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'articles')
{
$globaltemplates = array_merge($globaltemplates, array(
'tag_cloud_box',
'tag_cloud_headinclude',
'tag_cloud_link'));
}
but still tag list are not showing in article.php page
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
$tag_cloud
into af_articles template
and replace plugin: Forum Tags: cache_templates
if(THIS_SCRIPT == 'forumdisplay')
{
$globaltemplates = array_merge($globaltemplates, array(
'tag_cloud_box',
'tag_cloud_headinclude',
'tag_cloud_link'));
}
with this code:
if(THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'articles')
{
$globaltemplates = array_merge($globaltemplates, array(
'tag_cloud_box',
'tag_cloud_headinclude',
'tag_cloud_link'));
}
but still tag list are not showing in article.php page