Update:
Did the whole clean and reinstall again, and indeed, the problems still exist. In going through the code, there is too much hardcoding of syntax and size requirements for many snippets in the code views via PlugIn Manager (AdminCP).
for example, in the 5.2 version of "adsense [algdeer.net] postbit", it is clean, but in the 6.0 version there are size and type references everywhere. It is almost as if you have made this
AdSense and size
centric by the coding of it now. not good for me, since I do not use AdSense code with this mod, nor do I have to in 5.2 or prior. When running 6.0 and no Adsense code in the settings, I still get ads (if I put in my pub ID). If not, I get garbage text where I expect Chitika or another ad to appear.
To compare the 2, specifically where I am referring:
6.0 [leaderboard has too many constricting parameters which is what is causing these symptoms] - this is just one example of it and it is pervasive in the other code components comprising the plugin as well:
Code:
$ain_leaderboard = "<script type=\"text/javascript\"><!--
google_ad_client = \"$ain_publisherid\";
google_ad_slot = \"$ain_code\";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type=\"text/javascript\"
src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">
</script>";
in 5.2, the above does not exist, and therefore does not drive the issues being encountered. It uses hooks more effectively, in my opinion, and avoids the hardcoding issues noted above.
I will stick with 5.2 until all this is resolved. As stated before, this is a great mod with huge potential, but this latest "upgrade" has introduced troubles for many of us.
Keep the faith and I look forward to the next shot at this. :up: