Hi, I tried to use an if statement to be able to change the adcode in certain blocks but cant do it. What I would want to do is for exp: block 3 to display one ad only on forum how and maybe some other page and if its not forum home then display another adcode. How do i do that?
I tried the following code but did not even work...
<if condition="THIS_SCRIPT = 'forumdisplay' and THIS_SCRIPT = 'showthread'">
adcode1
<else />
adcode2
</if>
Please, any suggestions?
|