Is there a way, that while I'm showing Kontera ads for guests in postbit (for the entire forum) - I can chose to show it to members in a certain section as well?
I tried doing the following, but it doesn't work. Kindly, can anyone in here help me out with this bit.
For Guests - in Post bit:
For Members - in Post bit: [I placed this right underneath the above code]Code:<!-- message --> <if condition="$show['guest'] and THIS_SCRIPT == 'showthread'"><div class=KonaBody></if> <div id="post_message_$post[postid]">$post[message]</div> <if condition="$show['guest'] and THIS_SCRIPT == 'showthread'"></div></if> <!-- / message -->
Code:<!-- message --> <if condition="$bbuserinfo[usergroupid] != 1 and THIS_SCRIPT == 'showthread' and "$forum[forumid] == 9"><div class=KonaBody></if> <div id="post_message_$post[postid]">$post[message]</div> <if condition="$bbuserinfo[usergroupid] != 1 and THIS_SCRIPT == 'showthread' and "$forum[forumid] == 9"></div></if> <!-- / message -->
Footer:
For Guests:
For Members:Code:<if condition="$show['guest'] and THIS_SCRIPT == 'showthread'"> --==Kontera Code==-- </if>
Code:<if condition="$bbuserinfo[usergroupid] != 1 and THIS_SCRIPT == 'showthread' and "$forum[forumid] == 9"> --==Kontera Code==--</if>







Reply With Quote