Quote:
Originally Posted by OttawaGolf
This works fine for myself (admin) but no button for my moderators
|
Check your postbit template, make sure that all three group numbers are in the second array in the added code. For example, if your mods are group 5, admins 6, and super mods 7, it should read something to the effect of...
PHP Code:
<if condition="in_array($bbuserinfo[usergroupid], array(5,6,7))">button image/link code here</if>
Also, that must be in each and every postbit if you have multiple styles.