| 1 |
The publishing module is primarily a glue module to make it easier to handle
|
| 2 |
article publication in a standard form.
|
| 3 |
|
| 4 |
It helps you define and create a workflow, provides a page to make it easy to
|
| 5 |
see what state the articles are in, and provides tools to help ease things
|
| 6 |
along.
|
| 7 |
|
| 8 |
In order to use this module, first I suggest you read this article:
|
| 9 |
http://www.angrydonuts.com/publishing_articles_a_tutorial
|
| 10 |
|
| 11 |
It contains an older version of this module; don't use that, instead
|
| 12 |
use this. This module, however, will do a lot of the work for you.
|
| 13 |
|
| 14 |
Specifically, it'll help you create the roles and the workflow and
|
| 15 |
apply them a little better and set the default translations. However,
|
| 16 |
to use this module effectively, you will still need to:
|
| 17 |
|
| 18 |
1) create Views of content for your site that respect the Published workflow
|
| 19 |
|
| 20 |
and/or
|
| 21 |
|
| 22 |
2) set up access; this module does not hide unpublished content. You can
|
| 23 |
use the na_arbitrator module (in 4.7) and the workflow_access module
|
| 24 |
that comes with it to hide content that is not in a published state.
|
| 25 |
|
| 26 |
3) Please use *Panels* instead of Dashboard.
|
| 27 |
|
| 28 |
----------------------------- Installing ------------------------------------
|
| 29 |
|
| 30 |
To install this module, drop it into the usual location. Be sure to also
|
| 31 |
have Views, Panels and Workflow. Activate this module at admin/modules
|
| 32 |
and then visit admin/settings/publishing
|
| 33 |
|
| 34 |
It is recommended that if this is all new to you, you play around on a test
|
| 35 |
site until you get the hang of what's going on first.
|