Quote:
Originally Posted by dutchbb
In the forumhome template, paste this before the code: <if condition="$bbuserinfo[usergroupid] == 6">
and this after: </if>
|
right and you can also use:
Code:
<if condition="$vbulletin->userinfo['usergroupid'] == 6">
</if>
Quote:
Originally Posted by dutchbb
So only admins can see it. It's good for finding keywords for your site, because if you know what users are searching for you can focus on those words to make articles, threads, tags, meta keywords, titles, etc.
|
Agree with you 100% as this is the main reason - for me - for programming this hack..