Hello all, I have been trying to find Adsense Bot for invision power board v3, without success. I found "(Lion30) Advertisement in Post v1.3.2" but for some reason it does not show the ads, only a blank space where the ad should been. I have tried messing around with the html without success so not sure whats wrong with that. What I would like is adsense to appear after every first post, which worked fine with Adsense Bot for v 2.x with Universal Mod Instaler, but neither of these seem to exist for v3 of IPB. If anyone know either a mod that does the trick, or how I can change the html on my forum manually to display an adsense ad after each first post, either as an ad on its own or posted as a normal post and embedded within the post, that would be great. Alternatively, it could also be of interest to have an "large rectangle" ad appear within the first post created in any thread. Anyone here know the tricks? Cheers mates great bunch! -M
Hello all, I hope this is right place to ask. The thing is I have been using Universal Mod Installer previously for Adsense Bot, which displays an adsense or other desired ad as the second post in any thread. However, I do not seem to get this working in IPB3. I have attached the mod I am trying to use. If anyone can help me with installation of this into IPB3, or modify it for me so it will work for IPB3, I would be extremely grateful and appreciate it a lot, I have been trying to get this ad bot working for a week now. For now I have manually edited the Topic View - topicViewTemplate and added some adsense code that shows up in the posts but not correctly. First of all, it shows up in any post (of course with the limitation of 3 as the max allowed by AdSense), and it does not have the text wrapped to the next of it, but the ad rather appears above the text in the post. Here is an example of how it looks now: http://www.conspiraciesforums.com/f...rior-conquering-possession/page__p__6&#entry6 As seen, the adsense large rectangle ad appears above the text within the post. What I am looking for is two things: 1 - How to get the adsense ad aligned to either right or left of the text within the first post. 2 - How to get an adsense bot autopost an ad as post number 2 in any thread (including being applied to all threads already existing) This is the code I have entered into the topicViewTemplate: Under the following: <div class='post entry-content'> {parse template="aip" group="topic" params="$post"} Code (markup): I have added the adsense code, which is: <div align="left"> <script type="text/javascript"><!-- google_ad_client = "pub-3737464431076938"; /* forum posts large recnt */ google_ad_slot = "6548059149"; google_ad_width = 336; google_ad_height = 280; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> Code (markup): I tried place the adsense code various places, but could only manage to get it either on top of the text in the post, or below it, not aligned to left or right as I wanted. Also, the above code of mine is applied to any post, I would want it to apply to ONLY first post of any thread, with the addition of an adsense bot that posts another ad as the second post of any thread. Hopefully I have explained well enough what I am trying to do, and what I have done so far, hopefully someone is kind enough to help me out with the solution to this Thanks in advance to you great fellows! Cheers, M
Well I figured out how to make the ads appear wihtin the posts aligned to left or right. As seen here: http://www.conspiraciesforums.com/forums/index.php?/topic/3-atlantis/ The problem now is that the adsense code is embedded in every post in every thread, so both first posts show the ad, while the rest do not show it due to adsense only showing 3 ad units at a time. Thus the rest of the post gets corrupted by having an empty space where the ad goes in the two first posts, and the text of the post being wrapped around the empty ad space. So now my question is: How can I make the ad appear in ONLY the first post? My code looks as follows now: And I am still curious about how to make a bot that posts an ad automatically after each first post (or any other specified post number) Thanks to anyone.