Closed (fixed)
Project:
Petition Node
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2010 at 11:40 UTC
Updated:
17 Mar 2012 at 20:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
vako commentedI will be testing this soon. Thank you!
Comment #2
jonask123 commentedWORKS FINE!
Now testing multilanguage options.
Thanks!
Comment #3
jonask123 commentedAfter mail confirmation users can't see any message that: "your mail confirmation was successful..." and that everything is fine.
They just see the signature list and just all. Some of them are very confused...
Is there any possibilities to do that?
Comment #4
colmobri commentedI've installed the module and it works well too. Many thanks!
@jonask123, did you find a solution? I've modified the code so that signatures are ordered descending instead of ascending by position. So the signature at the top should be the last person to sign. That should reduce confusion.
Comment #5
jonask123 commented@colmobri no, I wasn't find any solution. Your idea is very good! Could you write what and how you modify?
Comment #6
colmobri commentedSorry for the delay replying - I didn't seem to get a notification. Actually, I've discovered the module tries to put up a message thanking the person for signing but there was a small bug preventing the message from appearing. I also added a couple of lines to give a message if the signature has been confirmed already or if the signature can't be found (if deleted after the expiry period).
Are you familiar with patches?
Comment #7
jonask123 commented@ colombri Could you please send o put somewhere this patch? O write a code wich we should change to fix that bug?
Comment #8
colmobri commented@jonask123
Here's the patch to fix the confirm signature bug and adds some other error checking and messages.
Also changes the default sort order to descending which seems to give more intuitive results and fixes a small bug with that.
Comment #9
markdavidzahn commentedI tried this and like it, but it's not putting proper numbers on the signatures. They're all zero.
Comment #10
sachbearbeiter commentedmaybe we will include patch of #8 in the next weeks and put back a complete project file + we will also test, if we can reproduce #9 ...
Comment #11
leahmd commentedsubscribing
Comment #12
sachbearbeiter commented"Updated version is attached.
Modifications:
- added patch of #8 that fixes the confirm signature bug and adds some
other error checking and messages.
- the position numbering seems to be good, more info is needed if
someone has still problems with it.
- modified second parameter of petition_signature_form() because
otherwise received the following message
warning: Parameter 2 to petition_signature_form() expected to be a
reference, value given in includes/form.inc on line 378."
:)
Comment #13
sachbearbeiter commented"Updated version is attached.
Modifications:
- Added 'position' to the node edit page at Petition settings /
Advanced petition settings / Fields displayed in the signature
overview. Default is off. If it is switched on, the position is
displayed on the signature page, and the default sorting mode of the
'position' field is descending, while the the default sorting mode of
the other fields is still ascending.
- Download the result as a CSV: removed the first column, because it
was always empty."
Comment #14
ideanator commentedSeems like this is the module I need for petition, what do I have to do, so it can be used for Drupal 7. I am using drupal 7.
Thanks
Comment #15
galooph commentedThanks sachbearbeiter!
I've taken over ownership of this module and I've just started a new 6.x-2.x dev branch based on your enhanced version. Myself and mcjim hope to get a D7 version out soon too.
Comment #16
sachbearbeiter commented#15 wonderful :)
Comment #17
vako commented@galooph & mcjim, thank you for your taking initiative and hopefully we can have an even better Drupal module!
Comment #18
galooph commentedComment #20
chiappa commentedAnyone hacked a Drupal 7 version yet?