Quote:
Originally Posted by markoroots
Hi there, please how can I add only one banner of 728x90 in the box?
Thanks in advance.
|
Sorry...
I have found the answer in this thread.
Only one thing...
I add this code like was explained:
<vb:comment>Start of Innovative Ads After First Post</vb:comment>
<vb:if condition="$post[postcount] == 1 OR $post[postcount] % 11 == 0">
<div class="postbit">
<h3 style="color: rgb(189, 189, 189); font-weight: bold;" class="posthead"> Sponsored Links</h3>
<div align="center" style="padding:3px;" class="postbody">
<!-- Begin CigClick Network Code -->
<div style="text-align:center">
<script language="javascript"><!--//
var server_client_id = 1189;
var server_ad_channel = 1;
var server_publisher_channels = "";
var server_media_types = "hybrid";
var server_integrate_media_types = 0;
var server_ad_width = 728;
var server_ad_height = 90;
var server_ad_style = "728x90_as";
var server_code_version = "4";
var server_ad_color_border = "7E8AA2";
var server_ad_color_background = "F7FAE0";
var server_ad_color_headline = "7E8AA2";
var server_ad_color_body = "000000";
var server_ad_color_url = "666EBA";
var server_ad_random = 1;
//--></script>
<script type="text/javascript" src="http://adsby.cigclick.com/ads/display_ads.php">
</script>
<!-- End CigClick Network Code -->
</div>
</vb:if>
<vb:comment>End of Ads After First Post</vb:comment>
but in this way all the posts after the first are all visualized in a wrong way,
so I think that I make wrong something in the code.
Can someone help me please?
Thanks in advance.