I've tried installing node moderation on both 4.6 and 4.7 installs, but the module seems only to work partially.
I can vote on nodes, and the votes are logged under the 'votes' tab. However, even with the proper amount of votes, the nodes won't automatically publish. Further, under 'node moderation', no data show up for either 'my node moderation votes' or 'all node moderation votes'.
I set the proper permissions under access control, and defined the moderation roles, votes, and matrix. I also defined the vote thresholds.
I've also ensured that 'Published' and 'Promoted to front page' were unchecked in content type workflow.
I'm at a loss.
Note:
To get the nmoderation-4.7.0.tar.gz package to install, I had to modify the following line:
return 'Migrated NModeration votes to VotingAP
to:
return 'Migrated NModeration votes to VotingAP';
in nmoderation.install
Regards,
Mike
Comments
Comment #1
eaton commentedIt's important to note that the node moderation moule -- by default -- ONLY works with nodes that ARE published. It won't even show votes on content that has been unpublished.
The idea is that content is published but not promoted to the front page, and users can read it. Users voting content UP will lead to it being promoted onto the front page, while voting it DOWN will lead to it being unpublished. That's the behavior of the module in version 4.6, and it was carried over into version 4.7.
Comment #2
eaton commentedThe install file has been updated with that fix, by the way -- I'm not sure how that version got checked in. Thanks for noting it!
Comment #3
mikewho commentedEaton,
Thanks for following up so quickly! I'm beginning to understand how node moderation works. The 'my node moderation votes' and 'all node moderation votes' are populated as expected.
The 'my unmoderated nodes', however, is still unpopulated. I'm assuming it should display nodes that haven't been voted on yet, per user logged in?
Comment #4
mikewho commentedDropped back to 4.6.6, everything works great.