This module enables you to un-/hide nodes and comments.

It was developed for Drupal 5.1

Configuration
=============
After enabling the module, set access permissions at admin/user/access:
    - the 'access hidden' permission to view hidden nodes and comments
    - the 'mark as hidden' permission to un-/mark nodes and comments as hidden

Usage
======
Every node or comment has an extra link.

To 'hide':
- Click the link 'hide'.
- On the following page you have to supply a reason why the item will be hidden before you submit the form.

To 'unhide':
- Click the link after the contents' title/subject or click on the contents' title/subject.
- Then click 'unhide'.

Mass Un-/Hiding (only for nodes):
- Go to admin/content/node.
- Tick the nodes you want to mass un-/hide.
- Select Un-/Hide in the dropdown list of operations and click Update.
  The reason 'Policy Violation' will be applied automatically.

Hidden items should not appear in any listings except under hidden/.
otherwise it is a bug either in hidden or in other modules.

Known Issues
============
- Hidden nodes have comments disabled.
- Long titles/subjects might be cropped.
- No mass operations for comments.

See hidden.module for more details.


Author
======
Sebastian Henschel <aotearoa@kodeaffe.de>
$Id: README.txt,v 0.1 2007/03/11 23:04:34 shensche Exp shensche $
