What I needed:
- show simplevote on a few pages only
- show simplevote for certain node types only
(I created a wishlist node type using cck and want users to vote on
the wishlist items but not on every other pages within my site)

So here is a small patch to add some basic options to simplevote.
Thanks to kus (http://drupal.org/node/57163).

CommentFileSizeAuthor
#1 simplevote_node_types.patch1.77 KBAnonymous (not verified)
simplevote.module.patch1.8 KBprofix898

Comments

Anonymous’s picture

StatusFileSize
new1.77 KB

here's my version but doesn't include the option for specific nodes by nid.

eaton’s picture

Status: Active » Closed (works as designed)

Probably not going to implement this one. SimpleVote is intended as a demonstration of the API, and perhaps a building block for other module authors wanting to create more complex systems. For now, at least, I want to kkeep out any complexity that's not directly related to the API itself.