http://bp2.blogger.com/_YbURk67VlGk/RqizWCzYofI/AAAAAAAAAKw/eQaPZeoyQkk/s1600-h/MegaGames.PNG like above...does vbulletin need a special module?
Hello here is just one way you can do AdSense inside the first post, I have been using this technique for years and it has always worked well. Open your your postbit or postbit_legacy template and... Find: <!-- message --> <div id="post_message_$post[postid]">$post[message]</div> <!-- / message --> Replace with: <!-- message --> <if condition="!$GLOBALS['FIRSTPOSTID']"> <span style="margin: 2px; float: right; width: 301px; height: 251px;"> Your Google AdSense code here: Keep in mind you will have to adjust the width and height above based upon the advertisement you use, just use +1 on each . </span> </if> <div id="post_message_$post[postid]">$post[message]</div> <!-- / message --> Hope this helps! Kolby Bothe
I am not sure what the SMF "Postbit" (if they have that) even looks like so I am doubting it I am sure it can be done though