
11-24-2008, 11:22 AM
|
 |
|
|
Join Date: Nov 2004
Posts: 669
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by laxyy
awesome, is it possible to add these tags in discription
|
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.
|