Okay, well since you ask for it; this is the code that needs to be replaced:
Quote:
[[($bbuserinfo[usergroupid]==5 OR $bbuserinfo[usergroupid]==6 OR $bbuserinfo[usergroupid]==7)]]$adminoptions[[/($bbuserinfo[usergroupid]==5 OR $bbuserinfo[usergroupid]==6 OR $bbuserinfo[usergroupid]==7)]]
|
(For clarification; the $adminoptions code comes from showthread)
It needs to be replaced by:
Quote:
[[($bbuserinfo[userid]==1 OR $bbuserinfo[userid]==11 OR $bbuserinfo[userid]==68)]]$adminoptions[[/($bbuserinfo[userid]==1 OR $bbuserinfo[userid]==11 OR $bbuserinfo[userid]==68)]]
|
However, it doesn't work when I put that as a custom replacement.