Don't panic, I'm testing banner ads

I tried logging out, clearing cookies, logging in..........still there


IE 8
 
Ok, I've figured out the problem. Now the question is working around it. :)
 
now there is just a message

Good news! A banner ad will be going here that will only be visible to people without paid subscriptions.
 
What ever you did worked! No ads, just the "good news" message now. Thanks Spark.

Paul Long
 
I've got memberships configured so that paid subscriptions put everyone into an additional usergroup besides the "Registered User" one.

Previously I had a conditional working where:
Code:
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3, 6)">
Where usergroup 1= people not logged in, usergroup 2 = Registered Users and 3 = people who need to confirm their email. 6= administrators. So, when you are logged in as a platinum member you'd be in the platinum group, and group 2. Since you are in group 2, you still saw the banner. :(

Now I just have to reconfigure that conditional so that it shows the banners to people who aren't in the paid membership categories. Since I've been up for 20 hours, my brain isn't firing well right now :)
 
Well done, Spark. The banners are gone. Now there's only the good news line.

Tried in both Safari and Firefox.
 
I'm on a Droid phone too,using Skyfire browser & I'm seeing them.

I use FireFox at my home desktop.
 
Previously I had a conditional working where:

Code:
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3, 6)">

Where usergroup 1= people not logged in, usergroup 2 = Registered Users and 3 = people who need to confirm their email. 6= administrators. So, when you are logged in as a platinum member you'd be in the platinum group, and group 2. Since you are in group 2, you still saw the banner. :(

Perhaps where in registered users or not logged in and not in any other

Code:
if(is_member_of($vbulletin->userinfo, 1, 2) && 
!is_member_of($vbulletin->userinfo, 4, 5, 6 /* any others? */))
 
Just a good news text and no banner ads, but I don't spend every woken minute on here...


:p



2200e7e1.gif
 
As a Super should I be seeing them? I'm use Google Chrome and they're still there.
 
Hm, let me see what's up there.

Should be fixed now.
 
Back
Top