how do i hide the links in a certain section from users?
I have a download section, but i want them to be able to see what they are missing but they can't see the link to access it, is there a hack for just a section?
Put the link variables between <if condition="!is_member_of($vbulletin->userinfo, x, y, z)"></if>. By that, users that are not the member of any of those usergroups cannot see the links.