i would love to add this for multiple usergroups, could you give me the conditional you mentioned and a sample of where to add it?
thanks!
Quote:
Originally Posted by Borgs8472
^ ^
Sure. I'm not making a whole admin interface for this, but if you surround the 'usercp_ownpostsbit' template or the $usercp_ownpostsbit entry with:
<if condition="$bbuserinfo[usergroupid] == X">
$usercp_ownpostsbit
</if>
Where x is the usergroup id. There's a slightly different conditional if you want to define multiple groups.
This works with 3.5.anything
|