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

icecreamyou’s picture

The 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.

icecreamyou’s picture

Status: Active » Postponed

Sans 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.