Jump to the post that solved this thread.
Solved: 8 Years, 5 Months, 2 Weeks ago [How To?] add google adsense in first post
#6
Solved: 8 Years, 5 Months, 2 Weeks ago
You have to add the adsense div container right above {$post['message']} and also add some inline style into that adsense div.

eg:
..........<snip>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
	<if $postcounter == 1 then>
		<div style="display: inline-block;float: right;padding-left: 10px;">   
		<!--...YOUR ADSENSE SCRIPT...-->
		</div>
	</if>
	{$post['message']}
</div>
<br class="clear" />
<snip>...........
Reply
Jump to the post that solved this thread.


Messages In This Thread
RE: add google adsense in first post - by SvePu - 2014-12-13, 06:06 PM
RE: add google adsense in first post - by SvePu - 2014-12-18, 01:34 PM
RE: add google adsense in first post - by rkrusty - 2014-12-31, 01:13 AM
RE: add google adsense in first post - by SvePu - 2014-12-31, 01:31 AM
RE: add google adsense in first post - by rkrusty - 2014-12-31, 03:03 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)