<if condition="$show['registerbutton']">
REG ON
</if>
<if condition="$vboptions[drc_rb_edt] == 1 AND $show['admin']">
IS ADMIN OPTION ON
</if>
<if condition="$vboptions[drc_rb_edt] == 1">
OPTION ON
</if>
<if condition="$show['admin']">
IS ADMIN
</if>
and wasnt getting my admin blocks, so a simple change to
Code:
is_member_of($bbuserinfo, 6)
solved that issue. so im going to give the original code one more shot and ill let you know =)
--------------- Added [DATE]1456522127[/DATE] at [TIME]1456522127[/TIME] ---------------
Code:
<if condition="$show['registerbutton'] OR ($vboptions[drc_rb] == 1 AND ($vboptions[drc_rb_edt] == 1 AND is_member_of($bbuserinfo, 6)))">
WORKS! =)
wholly crap that was too much lol, but why didnt the show admin work... there should have been no issue there....