Quote:
Originally Posted by lasto
ok in forum homepage i want to limit the who`s online box to certain usergroup so for a tester i want to just limit it to just admin (ok i know i can turn it off in admincp for other groups but this is for the extended who was online today)
anyway so in forum home i need the code so i can add it before and after that says
if bbuserinfo=admin etc
(show code)
</if>
hope u can follow me 
|
try this
<if condition="$show['admincplink']"> whos online code </if>
if that doesnt work try
<if condition="$bbuserinfo[usergroupid] == 6"> whos online code </if>