Just installed this and have a question. How can I show for example the X advertisment on the X forum ID and the y advertisment on the Y forum ID.
For example my forum ID is 67 and I want to show (only there) the word "hello"
I added this:
<if condition="in_array($forum, array(67))">Hello</if>
..but it does not work ( the AD is blank) and shows on all forums. I'm using 3.6.8 version. Can anyone help me with the correct IF condition?
Thanks
|