Quote:
Originally Posted by Triple_T
This looks really usefull knowing that we need to cut down on bandwidth!!
Thanks again ShiningArcanine, KirbyDE and others for working on this.
Does anyone know how (or where) to add the if conditional to show the stats on pages only to admins?
|
I couldn't find where the code bit itself was at the moment, but:
PHP Code:
<if condition="($bbuserinfo['usergroupid'] == 6)">
<p>Code here for compressor</p>
<else />
<p>Something else perhaps?</p>
</if>
If 6 is your admin group...