this module implements the flattrthis widget as a block that lets you enter the flattr username, category and tags in its configuration form and outputs the flattrthis link with the count. Its built in the spirit of modules like facebook_boxes and doesnt attempt to do anything fancy.
Justification:
- the flattr module is a flexible solution if you want multiple flattr buttons on your site but in the d7 version is not designed with a global block see the relevant issue https://drupal.org/node/1991016
- no other module i found includes the flattr button with count.
Link to sandbox: Flattr block
I feel confident to maintain this and i will try to create a [D8] version of this module.
Comments
Comment #1
valicHi,
PAReview automated test have found some issues (Coding standards and git / version related problems)
http://pareview.sh/pareview/httpgitdrupalorgsandboxdiscipolo1991012git
It's good always to check with PAReview online or local for errors
Comment #2
discipolo commenteddue to https://drupal.org/node/2066525 i cannot remove the master branch currently. the other issues should be taken care of
Comment #3
klausiI'll look at this now in the Project applications sprint
Comment #4
klausimanual review:
Comment #5
klausitips for a great project page: https://drupal.org/node/997024
Comment #6
discipolo commentedissues raised in #4 should be fixed, in commit af60fe31dfd68e1c2e041487a25474f1fe7594bd
I embelished the project page some more. i will fix the default branch as soon as it becomes possible.
i probably should initialise the variables in flattrblock_theme with a NULL value, will remedy that Momentarily.
Comment #7
klausimanual review:
But otherwise looks RTBC to me.
Comment #8
discipolo commentedi adressed the issues raised in #7. one thing i havent yet managed so far is implement a render array as outlined in the first two paragraphs https://api.drupal.org/api/drupal/includes!theme.inc/function/theme/7
i added a todo section to the readme, fixed the default git branch and will add a link to the readme to the project page anything else i can do?
Comment #9
kscheirerWe prefer collaboration over competition, therefore we want to prevent having duplicating modules on drupal.org. If the differences between these modules are not too fundamental for patching the existing one, we would love to see you joining forces and concentrate all power on enhancing one module. (If the existing module is abandoned, please think about taking it over).
If that fails for whatever reason please get back to us and set this back to "needs review".
Minor points:
variable_del('base_url');is wrong. $base_url is a Drupal global, just let it be :)$attributes['lang'] = array('de' => 'de_DE');?----
Top Shelf Modules - Crafted, Curated, Contributed.
Comment #10
discipolo commentedhttps://drupal.org/node/1991016#comment-7397454
please have a look at the flattr maintainers feedback about implementing a block. i offered to make turn this into a patch but created this sandbox http://drupal.org/sandbox/discipolo/1999150 instead which is meant to be implemented as a flattr component.
as i wrote in my project application a simple flattr block is not available in flattr D7 by design which is why i am applying for a full project.
i will fix the uninstall issue momentarily.
theme flattrblock links contrains the language attribute for generating the link the way flattr expects it, i might have to add the language handling to my todolist if there is something i forgot to add @see http://developers.flattr.net/button/
Comment #11
PA robot commentedWe are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #12
kscheirerSorry, I didn't see that the module maintainer already rejected your request. I think he's wrong, but that shouldn't hold up this application. Since it was previously RTBC by klausi...
Thanks for your contribution, discipolo!
I updated your account to let you promote this to a full project and also create new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and get involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
Thanks to the dedicated reviewer(s) as we
----
Top Shelf Modules - Crafted, Curated, Contributed.