Adsense Integration & IE 6; Recaptcha; Emoticons; Yigg
Posted: Sat Jul 07, 2007 1:35 pm
Hi,
I've noticed that my adsense integration doesn't works very well with IE 6. It display the ads while loading the page, but then they dissapaer. When I reload the page it displays the ads without any problems. I don't have any problems with IE 7. Does anybody know a solution for this problem (beside using Firefox; I wan't to show my page for IE 6 users correctly too)?
Here si the code I used to integrate the ads in my entries.tpl:
Demo: http://blog.blankster.info
Normaly I don't have any problems installing plugins via Spartacus, but when I tried to install the Recaptcha (great Idea) plugin, I got the following error messages. Is it possible that the plugin is broken (I tried it a few times):
I saw someone has released alternative emoticons (found it via google, but the URL isn't still active). Are there somewhere alternative emoticons, because I don't really like the default ones.
Yigg is a nice thing, but can anybody tell me how should I include the yigg-button in my blog to display it in a nice way?
Greets and best regards,
Dawn
I've noticed that my adsense integration doesn't works very well with IE 6. It display the ads while loading the page, but then they dissapaer. When I reload the page it displays the ads without any problems. I don't have any problems with IE 7. Does anybody know a solution for this problem (beside using Firefox; I wan't to show my page for IE 6 users correctly too)?
Here si the code I used to integrate the ads in my entries.tpl:
Code: Select all
<script type="text/javascript"><!--
google_ad_client = "pub-999999999999999";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
google_ad_channel = "";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>Normaly I don't have any problems installing plugins via Spartacus, but when I tried to install the Recaptcha (great Idea) plugin, I got the following error messages. Is it possible that the plugin is broken (I tried it a few times):
Code: Select all
Fehler: serendipity_event_recaptcha:0a057ac95fb268a56a05f66266b322dc (online_repository)
DEBUG: Plugin serendipity_event_recaptcha:0a057ac95fb268a56a05f66266b322dc not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => online_repository [install_plugin] => serendipity_event_recaptcha [spartacus_fetch] => [action] => [adminAction] => ) .
This error can happen if a plugin was not properly downloaded (check your plugins directory if the requested plugin was downloaded) or the inclusion of a file failed (permissions?)
Backtrace:
Installing plugin: Array ( [0] => serendipity_event_recaptcha [1] => [2] => event [3] => 0 [4] => online_repository )
INSERT INTO serendipity_plugins (name, sort_order, placement, authorid, path) values ('serendipity_event_recaptcha:0a057ac95fb268a56a05f66266b322dc', 19, 'event', '0', 'online_repository')
No valid path/filename found. Aborting.
Classname serendipity_event_recaptcha still does not exist. Aborting.
Loading plugin failed painfully. File not found?
No valid path/filename found. Aborting.
Classname serendipity_event_recaptcha still does not exist. Aborting.
Fatal error: Call to a member function introspect() on a non-object in /var/www/vhosts/domain.com/httpdocs/blog/include/admin/plugins.inc.php on line 441I saw someone has released alternative emoticons (found it via google, but the URL isn't still active). Are there somewhere alternative emoticons, because I don't really like the default ones.
Yigg is a nice thing, but can anybody tell me how should I include the yigg-button in my blog to display it in a nice way?
Greets and best regards,
Dawn