Closed (fixed)
Project:
Publish Content
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2009 at 16:17 UTC
Updated:
6 Dec 2009 at 00:12 UTC
Hello,
A great module you have here. Was wondering if any thought had been put towards integrating Publish Content with Voting API? I am building a website with complex collaborator-end revisioning and content creation. For some types of content, I would like to have the ability for content collaborators to put votes towards publishing content once it has reached a certain state. I'm pretty new to drupal module development, but are there ways that you can use hooks here? Or integration with workflow?
Comments
Comment #1
malaussene commentedHi,
the hooks you describe already exist in Drupal core as Action and Trigger.
for more info:
http://www.kristen.org/content/drupal-actions-and-triggers
http://api.drupal.org/api/function/node_unpublish_action/6
http://api.drupal.org/api/function/node_publish_action/6
hope it helps
Comment #2
rerooting commentedRight on. I figured this might be the case, but haven't gotten too far in depth with Action and Triggers just yet. Better now than never!
Thanks!
Richard