In the
Sibbar Anywhere Edits plugin is this line that controls who sees the collapse option-
Code:
if (is_member_of($vbulletin->userinfo, explode(',' , $vbulletin->options['bop5sbas_collapsegrooups'])))
So maybe try changing that line to
Code:
if (is_member_of($vbulletin->userinfo, explode(',' , $vbulletin->options['bop5sbas_collapsegrooups'])) AND $GLOBALS['forumid'] != 99)
Where 99 is the forum id of the 1 forum.