PDA

View Full Version : Standard Redirect Template


Smash World
07-13-2005, 07:45 PM
In my standard Redirect Template, I would like to put an ad and remove the automatic forwarding javascript thing. I know how to do both these things, but my problem is that I need to it only haapen for certain users.


In my other templates, the following code works fine:

<if condition="!is_member_of($bbuserinfo, 15) && !is_member_of($bbuserinfo, 16) && !is_member_of($bbuserinfo, 17)">Ad Code Here</if>

But for some reason, this isn'y read in this template correctly. How can I get this code to work in the standard redirect template?

Thanks!