Hey guys , would any one know how i could have a conditional rule to display ads on a certain forum and only to guests ?
I know this is for guests :
Code:
<if condition="$show['guest']"></if>
and this is to display in a certain forum/category :
Code:
<if condition="$forum[forumid] == XX"></if>
But how do i combine the two ?
I cant get that forumid condition working in the Forumdisplay template at all let alone with the guest condition