Quote:
Originally Posted by tansu
well, now is it against or not? (TOS)
And how can I use it to show only visitors, not members?
thanks in advance
|
Use the following code in the postbit.
Code:
<if condition="($show['guest'])">
<if condition="THIS_SCRIPT == 'showthread'">
<if condition="$post['text_length'] < 1200">
<br>
Google Adsense or Adbrite or Publisher Code # 1 Here
<else />
<br>
Google Adsense or adbrite or Publisher Code # 2 Here
</if>
</if>
</if>
Enjoy!!