Quote:
Originally Posted by vktechnology
thank you
It work but tag diplay only one level
or mean words in tag are disply in same font size.
how it can be solved this ?
1.before
2.after place this tag font size in tag has same level

|
How to change location of tag cloud box? (new description from 9.1.09)
- Replace this code from manage plugins > plugin forumdisplay_start (Forum Tags)
Code:
$vbulletin->templatecache['FORUMDISPLAY'] = str_replace('$navbar','$navbar'.fetch_template('tag_cloud_headinclude').'$cloud_html' .'<br />',$vbulletin->templatecache['FORUMDISPLAY']);
with
Code:
$vbulletin->templatecache['FORUMDISPLAY'] = str_replace('$navbar','$navbar'.fetch_template('tag_cloud_headinclude'),$vbulletin->templatecache['FORUMDISPLAY']);
- Put $cloud_html in FORUMDISPLAY style to show tag cloud.