Insurance - Credit Cards - Credit Cards - Bad Credit Loan - Bleach Anime

PDA

View Full Version : Don't display advertisements to certain user groups?


ForgottenCreature
Sep 9th 2007, 10:29 pm
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?

Colleen
Sep 10th 2007, 4:47 pm
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>

Changing the numbers to your usergroup ID's.

Let me know if this doesn't work. :)

ForgottenCreature
Sep 10th 2007, 9:29 pm
Thanks mate, I'm going to try it. Have you tested it?

Colleen
Sep 13th 2007, 2:40 pm
Yes, I've used similar code on my forum. Let me know how it went.

ForgottenCreature
Sep 13th 2007, 3:55 pm
What about not displaying on certain forums? Same thing?

Colleen
Sep 13th 2007, 7:41 pm
Possibly. Try a Google search for "vbulletin conditionals" or something like this might help you, http://www.vbulletin.com/forum/showthread.php?t=200894

ForgottenCreature
Sep 13th 2007, 10:31 pm
Thanks mate, appreciate it.