Postponed
Project:
The Sign-Up Problem (SUP)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2010 at 17:51 UTC
Updated:
14 Apr 2011 at 03:11 UTC
Love this idea for a module. Do you plan to (or does it currently) support Voting API (fivestar, rate, etc.) stuff? Would be nice to let anonymous users rate things or vote or participate in a poll, then have those votes tallied into their user account info once they do register...
Comments
Comment #1
icecreamyou commentedThe module doesn't currently support Voting API, and it's not on my roadmap, but you're welcome to write a patch for it. It's not that hard to integrate other modules -- in the case of VotingAPI, hook_votingapi_insert() and hook_votingapi_delete() would be used to save/delete records in the {sup_content} table, and then hook_user() would need to be slightly modified to change the UIDs of the appropriate records in the VotingAPI tables when the user registered.
Comment #2
icecreamyou commentedSans volunteer(s) to write a patch, marking this postponed, as I won't get to it until everything else is stable and ported to D7.