Quote:
Originally Posted by karim004
yes silviu , works with all vb conditions
|
Well, the thing is that I'm trying to use the
postbit_legacy ad location to show one ad code in a particular section and another for the rest of the forum (the ads are displayed
as the last post in a thread).
So my code looks like this:
HTML Code:
<if condition="$forumid == 22">
<div align="left">
{first ad script}
</div>
<else />
{second ad script}
</if>
But the conditional doesn't work, and both ads are displayed everywhere
Later edit: I also tried <if condition="$thread['forumid'] == 22">, but it doesn't work either.