XF 2.0 Conditional Advertising

htsumer

Active member
last message ad to see gold members

(Son mesajlardaki reklamlar altın üyelere görünmesin)


Code:
<div style="float:left;margin:0 5px 5px 0;">
<xf:if is="{$post.position} == {$__globals.thread.reply_count|number}">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- ts_yeni_320_280 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:335px;height:280px"
     data-ad-client="ca-pub-xxxxxxxxxxxxxx"
     data-ad-slot="4118587498"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</xf:if>
</div>
 
Top Bottom