Quote:
Originally Posted by pipin
This messes up the forumdisplay of GARS.
Any chance, that it can activated only for certain forums or styles?
|
Please first just try to put tag cloud where you want it manually. This way your problem with GARS could be solved.
How to change location of tag cloud box?- Delete 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']);
- Put $cloud_html in FORUMDISPLAY style to show tag cloud.