My b2evolution Version: 3.2.0 Beta
In every version of b2, since it was in shorts, I've used the following code in .index.main.php, to place a Google Ad between the first and second post...
It stopped working with the new version.
I've tried it in index.main.php and in _item_block.inc.php with no luck.
Any suggestions welcomed
<?php
if ( empty( $shown_advert) || ! $shown_advert )
{
?>
<p class="money">
<script type="text/javascript"><!--
google_ad_client = "pub-##%$&##*$**#";
//After First Post
google_ad_slot = "##%$&##*$**#";
google_ad_width = 468;
google_ad_height = 60;
--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<?php
$shown_advert = 1;
}
}// ---------------------------------- END OF POSTS ------------------------------------ ?>
Solved... in index.main.php