yabsoft |
02-05-2009 06:52 PM |
Quote:
Originally Posted by allinvain
(Post 1734856)
Hmmm, great plugin and thanks for your work. However I don't think this is ready for prime time yet. I've noticed some really odd issues that I can't explain. For example. When viewing specific threads or forums all my adsense ads disappear. Also some images from my header from example do not show up (yes I did check the IMG array as you recommended and it's not set to 1)
I'll be glad to reinstall it once most of the bugs have been squished...good luck with the development.
|
Quote:
Originally Posted by drumbum
(Post 1735167)
Installed this mod and working great except that it made my goodle ads disappear. When I diabled the mod, they reappeared. Any reason for this?
Using mod "Google Adsense Postbit Integration" for this feature.
|
Quote:
Originally Posted by drumbum
(Post 1735204)
Ok so I removed this code from the config file
PHP Code:
'script' =>
array (
0 => '<',
1 => 'src',
2 => '=',
3 => '>',
4 => '1',
),
and the google ads returned. does this affect anything else? or should I be okay with doing that. So far I haven't detected any additional issues.
EDIT: Actually upon further review by doing this I'm getting an "error" message at the bottom of the page cause it loaded but with errors. So looks like i still need a solution to this issue. thanks!
|
The bug should be fixed. Try to redownload the attachment to update the php scripts files without reimporting the product. BUT you must be careful if you have modified the file yabbseo/data/config.php. When you upload new scripts, please don't overwrite your customised config.php.
By the way, if you remove
PHP Code:
'script' =>
array (
0 => '<',
1 => 'src',
2 => '=',
3 => '>',
4 => '1',
),
, your forum may not function properly, since YABBSEO could not parse some javascript correctly.
|