View Full Version : Adsense Within first post
firstbase
06-13-2006, 04:16 PM
Hello,
I am looking to do something like this, http://forums.fedoraforum.org/showthread.php?t=29727&page=1&pp=15 .
As you can see, there is adsense within the first post, before the main post itself, and I want to show it only for guests. How to do that?
FB.
Princeton
06-13-2006, 08:27 PM
add this line in the postbit template
FIND IN postbit and/or postbit_legacy:
<!-- message -->
REPLACE WITH:
<!-- message -->
<if condition="$post['postcount'] AND $show['guest']">THIS IS FIRST POST</if>
The Chief
06-28-2006, 10:20 PM
That actually doesn't seem to work, I've replaced the
<!-- message -->
like you said to do with this:
<!-- message -->
<if condition="$post['postcount'] AND $show['guest']">THIS IS FIRST POST</if>
but inside I put another ad script, not Google, so it appears on all posts, how can we make it appear only on the first post, also how do we make it on the side(like on the right side)?
Thanks!
letsjoy
07-02-2006, 03:37 AM
thanx Princeton
cobpo
07-13-2006, 11:35 AM
thank you.
mangel.ajo
07-17-2007, 11:35 AM
This shows on the first post of every thread.
Any idea about how to get it show on the first post of every page?
I have done it modifying the SHOWTHREAD template, but I would like to put it inside the message, not outside.
Thank you!! :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.