Quote:
Originally Posted by Surviver
Looks nice, too
Template: FORUMHOME
Find:
Code:
<div>$activeusers</div>
Add below: Open the Plugin "Legend" (forumhome_start)
and remove the following Code:
Code:
$vbulletin->templatecache['FORUMHOME'] = str_replace(
array(
'<div>$activeusers</div>'
),
array(
'<div>$activeusers</div>$usergrouplegend'
),
$vbulletin->templatecache['FORUMHOME']
);
Then it will work !
Greetings Surviver
|
awesome
you are the one
i've made it work with only the above note
thaaaaaaaaaaaaaaanks