Quote:
Originally Posted by NuclioN
Ok. But how is the conditional written? 'Postbit for admin' else 'postbit regular' ?
|
In postbit or postbit legacy:
PHP Code:
<if condition="$post[usergroupid] =='x'">
Place the html for the postbit you want admins to use here
<else />
Place the html for the postbit for everyone else here
</if>
Change 'x' to the admin usergroup id number (OR any other usergroup id number)