Quote:
Originally Posted by Dismounted
You will have to add a conditional on the box in the FORUMHOME template. The code for the "What's Going On" box is commented, and should be easily found, you justneedto add this around the bit around users online.
Code:
<if condition="$show['member']">CODE HERE</if>
|
if I want it for admins only, do I change "member" to "administrator"?