You are here

README.txt in Content Management Filter 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
*****************************************
Content management filter (Drupal Module)
*****************************************


DESCRIPTION
-----------
This module adds an easier way for administrators to filter the content on a Drupal 
site for administration purposes.
It is an improvement over the content page in the administration area of Drupal. It 
can show on the same page nodes and comments and adds new filters like role and author.


DEPENDENCY
----------
None.


INSTALLATION
------------
1. Extract the Content management filter module tarball and place the entire cmf
  directory into your Drupal setup (e.g. in sites/all/modules).

2. Enable this module as any other Drupal module by navigating to
  administer > site building > modules


PERMISSIONS
-----------
* filter and manage site content - gives access to the CMF page.
* view user content list - gives access to the user page.


USE
---
1. The functional page to filter and administer content can be found by navigating to:
  administer > content management > filter


AUTHORS
-------
Concept-idea by:
	José Fernandes <introfini at gmail dot com>

Original module by:
  Nuno Veloso <nunoveloso18 at gmail dot com>

File

README.txt
View source
  1. *****************************************
  2. Content management filter (Drupal Module)
  3. *****************************************
  4. DESCRIPTION
  5. -----------
  6. This module adds an easier way for administrators to filter the content on a Drupal
  7. site for administration purposes.
  8. It is an improvement over the content page in the administration area of Drupal. It
  9. can show on the same page nodes and comments and adds new filters like role and author.
  10. DEPENDENCY
  11. ----------
  12. None.
  13. INSTALLATION
  14. ------------
  15. 1. Extract the Content management filter module tarball and place the entire cmf
  16. directory into your Drupal setup (e.g. in sites/all/modules).
  17. 2. Enable this module as any other Drupal module by navigating to
  18. administer > site building > modules
  19. PERMISSIONS
  20. -----------
  21. * filter and manage site content - gives access to the CMF page.
  22. * view user content list - gives access to the user page.
  23. USE
  24. ---
  25. 1. The functional page to filter and administer content can be found by navigating to:
  26. administer > content management > filter
  27. AUTHORS
  28. -------
  29. Concept-idea by:
  30. José Fernandes
  31. Original module by:
  32. Nuno Veloso