Although I tested the button quite successfully on robotiklabor.de, I was still not able to use the block "flattr button" with the current version from 2012-Apr-04.

I enabled a block on the right side area and was only able to see the flatter button in the side area when using the option "show on all pages except the following: ". (Translated text, since my Drupal is in German.

With this option it showed up on every page, except the front page. But I would like to see in the right side area on everyiTunes module. :-/

Thanks for your support and great development work so far!

Comments

Letharion’s picture

Assigned: Unassigned » Letharion

Thanks for reporting, I'll take a look at it. :)

Letharion’s picture

Sorry I haven't gotten back before. So much Drupal, so little time. :) Is this still an issue for you? It's a bit complicated for me to test, as I don't have any D6 sites.

direcs’s picture

Version: 6.x-1.x-dev » 6.x-1.0-rc1

Yes, it is still an issue. If I should test it, please let me know (although I only have a "live" D6 site!!).
I just tested it with the released flattr-6.x-1.0-rc1 module.

Thanks for your support!

Letharion’s picture

Category: bug » support

I took a look at the D6 code, and much like the D7 version, it relies on a node being present, to know _what_ is being flattrd.

The block calls menu_get_object to find the current node and render a button for it. If you want this to work on the front page, you need to point to any path with a %node argument. Panels could be one way of accomplishing that.

An alternative is simply to manually create a new and front-page specific block that manually outputs a flattr button, but that is outside of the scope of this module.

Changing to a support request, as this is the intended behaviour.

Letharion’s picture

Status: Active » Closed (works as designed)

No response for some time.