Thanks again for another promising MOD.
I didn't install this one yet but I would have a very good purpose for it on my forum.
I think it would be easy to add a line of coding but don't really know how to do it.
What I would like to do:
We have a special usergroup who has more options on the forum as the "regular" users.
I want to put those links in your MOD for this special user group.
Can I add a conditional to your menu mod which only shows up to this particular user group (when logged in) and how would I do this?
Thanks for any suggestions
Michael
EDIT
Figured it out already but maybe useful for other people using your MOD.
What I did:
<vb:if condition="is_member_of($bbuserinfo, 1,2,3)">
YOUR CODE
</vb:if>
|