Closed (works as designed)
Project:
Flattr (D7)
Version:
6.x-1.0-rc1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
7 May 2012 at 21:19 UTC
Updated:
25 Aug 2012 at 11:58 UTC
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
Comment #1
Letharion commentedThanks for reporting, I'll take a look at it. :)
Comment #2
Letharion commentedSorry 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.
Comment #3
direcs commentedYes, 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!
Comment #4
Letharion commentedI 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.
Comment #5
Letharion commentedNo response for some time.