Does anyone know how to edit this mod http://www.vbulletin.org/forum/showthread.php?t=146581 to not display to certain user groups? If so, how can it be done?
You would have to paste the following code around it: <if condition="is_member_of($vbulletin->userinfo, array(1, 2, 3))">YOUR AD CODE HERE</if> Code (markup): Changing the numbers to your usergroup ID's. Let me know if this doesn't work.
Possibly. Try a Google search for "vbulletin conditionals" or something like this might help you, http://www.vbulletin.com/forum/showthread.php?t=200894