Thread: Integration with vBulletin - Ain - Advanced Google AdSense
View Single Post
  #82  
Old 03-21-2009, 02:22 PM
PossumX's Avatar
PossumX PossumX is offline
 
Join Date: Oct 2006
Location: NE USA
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01080 seconds
  • Memory Usage 1,766KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete