The button doesn’t appear in the menu when I activated the extension and the widget thereafter. Only an hypertext link corresponding to the description of my blog. But it’s not so important, there is other plugins to do this job…
]]>The compact button is not shown in the Widget, even if selected in the widget options. I found the reason:
Inside the flattrwidget_widget() function, the wrong option name is passed to get_option(). Here is a quick diff that solves the problem:
— flattrwidget.php_orig 2010-12-10 14:44:21.033983160 +0100
+++ flattrwidget.php 2010-12-10 14:44:33.273976181 +0100
@@ -111,7 +111,7 @@
$uid = get_option(‘flattr_uid’);
$cat = get_option(‘flattr_cat’);
$lang = get_option(‘flattr_lng’);
– $button = get_option(‘flattrwidget-compact’)? “compact”: “default”;
+ $button = get_option(‘flattr_compact’)? “compact”: “default”;
$category = $cat;
$title = get_bloginfo(‘name’);
It is broken – it creates a “fatal error” when i am trying to activate it
]]>Hi,
i’m not really sure what is wrong with it but the Flattr and Flattr RSS plugins work without problems.
This is what i get in my sidebar, any advice on what i should take a look at is much appreciated ??
]]>hi i always get this error when trying to activate the Plugin:
Parse error: syntax error, unexpected ‘.’, expecting ‘(‘ in /www/htdocs/w0077762/Pixelfood/wp-content/plugins/flattrwidget/flattrwidget.php on line 127
i am using WordPress 3.0 and my server is PHP 4.4.7 / 4.4.7 / 5.2.3 / 5.3.1
Mysql: 4.1.19