Bartek Posted November 12, 2012 Posted November 12, 2012 Some issues. 1. Quote frame goes under the advert. (other bb code frames also) 2.When you set show in every post it shows only at first 3 - which I believe is because of adsense limitation (max. 3 ads on one page) - thats OK - but at the rest of post after third - there is empty space where ad should be. How to remove this space?
Bartek Posted November 13, 2012 Posted November 13, 2012 Solution to my 2 issue: (Good for adsense users - maximum 3 ads per page) shows ads only on first 3 posts on every page. Find & change:$post['post']['post_count'] >= 1 to $post['post']['post_count']%$this->settings['display_max_posts'] <= 3 Think that author should implement it as an option in next release.
chromaniac Posted March 6, 2013 Posted March 6, 2013 mod_fcgid: stderr: PHP Fatal error: Class 'sos33_adspost' not found in /home/domain/public_html/admin/sources/classes/output/publicOutput.php(3817) : eval()'d code on line 4 Getting this on 3.4.3 version of IPBoard.
crunchyg Posted November 13, 2013 Posted November 13, 2013 Hi Lucas, can you please update this hook so the ads could be displayed in any 3 posts that the admin wants. For example, 2nd, 5th and 10th; or 1st and last (if last does not equal 10). Thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.