PDA

View Full Version : vB Drupal Community Plumbing: Workflow module


tamarian
05 Oct 2005, 05:10
This is an addon module for vB Drupal: Community Plumbing (http://www.vbulletin.org/forum/showthread.php?t=97341)

This addon should work for both vB Drupal versions, the 3.0.x version and 3.5 version. The original version for Drupal will not work with vB Drupal, so this is a slightly modified version to make it work with vB Drupal.

What does it do: vB Drupal comes with a basic workflow. Some usergroups may create content, and another usergroup may approve it for publication and/or promoting it to the front page. The workflow module adds additional levels (states and transitions) in the process of publishing content. The additional levels are configurable, and can range from one transition, to as many as you want.

Orginal source: http://drupal.org/project/workflow

License: GPL

Installation: Import the product-drupal_workflow.xml file into your your vB product import page. Then upload the two directories (action and workflow) into your Drupal module directory (so they become subdirectories under the modules directory). The zip file contains the correct structure.

Usage: It may take some time to get comfortable in creating states, transitions and arranging them into a workflow. Here's an excerpt from the readme.txt file:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Daniel
05 Oct 2005, 06:24
Nice. Will install once I get Drupal working...

Zhen-Xjell
25 Oct 2005, 00:05
Finer granularity of perms?

xing
10 Nov 2005, 21:35
Error in product XML sql:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



should be



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



There should not be an empty space before drupal.

Problem exist in all the create queries within the XML file.

tamarian
11 Nov 2005, 01:09
Error in product XML sql:

Confirmed and fixed, thanks.

Note to those who already installed that no need to upgrade, this only affects those who use a table prefix for vB

Caerydd
10 Jan 2007, 22:35
Just want to check, I'm using the drupal version of this module, is this any different?