Quote:
Originally Posted by MadKad
Screen shots here
and here
Adding the adverts after the first post insted or as well please do the following
After first post ad's:
================================================
Template > postbit_legacy
Find: the very bottom of code in template
After add:
Code:
<!-- Start Google bottom -->
<if condition="!$GLOBALS['FIRSTPOSTID']">
<br />
$google_bottom
</if>
<!-- / End Google bottom -->
=================================================
Template > postbit
Find: the very bottom of code in template
After add:
Code:
<!-- Start Google bottom -->
<if condition="!$GLOBALS['FIRSTPOSTID']">
<br />
$google_bottom
</if>
<!-- / End Google bottom -->
=================================================
Thats it that is the codes needed for both post styles after the first post 
|
Tried doing this but it has yet to show after firs post, did anything change on 3.6.4 that affects this?