Quote:
Originally Posted by darsalles
Im editing the postbit legacy, but the code you post to find on postbit i cant found it or anyone similar.
|
Quote:
Originally Posted by digobguerreiro
I've done several test and so far has gone nowhere, I'm experiencing difficulties with this tutorial.
|
Quote:
Originally Posted by proxx
what to search for in postbit_legacy ?
|
Quote:
Originally Posted by iask
Supported ???????
|
default templates have different code
find in
postbit
Code:
<vb:if condition="$show['attachments']">
Just Above Post google add
Code:
<vb:if condition="$post[postcount] == 1">
<script type="text/javascript"><!--
google_ad_client = "pub-";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
google_ad_channel = "forum";
google_color_border = "E1E1E1";
google_color_bg = "E1E1E1";
google_color_link = "FFFFFF";
google_color_text = "FFFFFF";
google_color_url = "FFFFFF";
google_ui_features = "rc:0";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</vb:if>
Quote:
Originally Posted by bandare
I just wondered, what are you using on your site to only allow an unregistered user a certain number of views before it makes you register?
|
you can use this condition before google adsense code
Code:
<vb:if condition="$show['guest']">Show this to guest only</vb:if>