It has been 39 weeks since last commit, no release...
The module is very interesting (with all the stats mania in the web ! ) but is it still maintained ?
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | Screen Shot 2012-01-20 at 10.10.59 PM.png | 10.53 KB | ericduran |
| #10 | Screen Shot 2012-01-20 at 10.11.34 PM.png | 13.5 KB | ericduran |
Comments
Comment #1
eaton commentedIt's only just barely maintained - it was created as a tool for an internal site, but if someone else is interested in picking it up, I'm happy to turn it over.
Comment #2
minoroffense commentedWe've got a client who would like this functionality on their site. Not to mention I'd like to use it internally for our knowledge base and another side project. I'd be willing to maintain the module if you like.
Comment #3
MacRonin commentedI'm curious also since I think it might make a good starting point for something I need to do.
> Need to log if a user did something from a general To-Do list.
Also updated issue title to make the issue obviously relate to it's project. This should make is easier to identify in the activity list
Comment #4
eaton commentedI haven't had a chance to touch the project in quite some time -- the use case it was originally made for isn't on my radar at this point, so it's been much less of a priority. If someone's interested in taking it over, I'd be happy to turn the project over...
Comment #5
vm commentedComment #6
bojanz commentedI think this module should just be deprecated in favor of Plus1.
It has a similar approach, idea, and is maintained (for D6 and D7). The specific look that this module has can easily be achieved with a custom theme.
(I spent an hour on a preliminary port of this module to D7, then realised I don't need it at all, and finished the job with Plus1).
Comment #7
ericduran commentedI'm going to take this over.
I don't think this should be abandon just yet. I need a similar yes/no/maybe widget for D7 and this is the closest thing to it.
Comment #8
vm commentedI think http://drupal.org/project/rate would get a yes/no/maybe
Comment #9
ericduran commentedHmm, rate didn't have votingapi last time I checked. I'll have another look at it.
Comment #10
ericduran commentedOk, well I tried using rate, and failed.
I really need this so I just took a couple of hours and gave this a rough pass.
I just pushed everything up. I'll set up a dev release for anyone that wants to test it.
Features Include:
- is_useful field widget
- Support for any entity via fields
- views support via fields. (You don't have to use the votingapi relationship)
- Ajax Support
- Non-ajax support.
- View count next to each vote.
So it looks like this:
With js :

With js disabled:

Anyways I'm marking this issue closed.
Comment #11
ericduran commentedComment #12
ericduran commentedPlease note this is dev at best right now.
I need to give the code another pass, There's a lot of duplication and can be seriously simplified.