Hi...
I'm trying to put together a few modules to help with content administration - my objective is to be able to have my users flag certain posts for admin if they are things like comment spam, someone trolling etc.
Documentation for all the voting related modules seems to be sparse, so I'm running into some config issues here.
I'm using:
Drupal 4.7.0 beta 4
voting api 4.7
actions cvs
voting actions 4.7
medium vote 4.7
Whether or not I've set up a voting action in the admin screen, I get the following the minute I cast a vote on a node:
warning: Invalid argument supplied for foreach() in /home/virtual/mysite.com/webroot/htdocs/modules/voting_actions/voting_actions.module on line 476.
Also, it strikes me as overkill to have to use four modules to accomplish my objective. Is there a better way?
Comments
Comment #1
eaton commentedThe bug described was fixed in the CVS version, but hadn't been tagged for 4.7 yet. I've re-tagged the current version -- and wll be working on more detailed documentation soon. voting_actions was originally designed as a compliment to another voting module under development for a sponsor, but was written in such a way that other modules can benefit from it as well. In the future, I'd like to explore better ways to integrate the multiple pieces. For the time being, though, it provides a great deal of flexibility.
Comment #2
(not verified) commented