You are here

README.txt in Total Control Admin Dashboard 6

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 7.2 README.txt
-- SUMMARY --

The Total Control Admin Dashboard creates a default panel page with useful 
administration panes right out of the box. Several overview panes are included 
for site stats and quick reference. Administration view panes are provided with 
'more' links to more comprehensive versions of the views. Each View pane is 
customizable via pane config, or override the defaults provided to suit your 
own needs.  

For a full description of the module, visit the project page:
  http://drupal.org/project/total_control

To submit bug reports and feature suggestions, or to track changes:
  http://drupal.org/project/issues/total_control


-- REQUIREMENTS --

Chaos Tools 1.x
Panels 3.x 
Views 2.x
Views Bulk Operations
Search (core)
Statistics (core)


-- INSTALLATION --

* Install as usual, see http://drupal.org/node/70151 for further information.

  If for any reason the panel page is not installed for you automatically, you can import
  the code provided in total_control/includes/total_control.default_page.inc. Go to 
  Admin > Site building > Pages click the "Import page" tab, and copy / paste the code 
  between the comments.


-- CONFIGURATION --

* Configure user permissions in Administer >> User management >> Access control
  >> total_control module:

  - have total control

    Users in roles with the "have total control" permission will see
    the administration dashboard and all included view pages.
    
  - administer total control
  
    Users in roles with the "administer total control" permission will be
    able to visit the settings page where they can determine weather links
    will appear on the panes to "configure" content types.
    

-- CUSTOMIZATION --

* To override the default views on the dashboard, you have two options:
  
  - edit the settings on the panel pane:
  
    TODO: instructions
  
  - override the default views provided with the total_control module:
  
    TODO: instructions

File

README.txt
View source
  1. -- SUMMARY --
  2. The Total Control Admin Dashboard creates a default panel page with useful
  3. administration panes right out of the box. Several overview panes are included
  4. for site stats and quick reference. Administration view panes are provided with
  5. 'more' links to more comprehensive versions of the views. Each View pane is
  6. customizable via pane config, or override the defaults provided to suit your
  7. own needs.
  8. For a full description of the module, visit the project page:
  9. http://drupal.org/project/total_control
  10. To submit bug reports and feature suggestions, or to track changes:
  11. http://drupal.org/project/issues/total_control
  12. -- REQUIREMENTS --
  13. Chaos Tools 1.x
  14. Panels 3.x
  15. Views 2.x
  16. Views Bulk Operations
  17. Search (core)
  18. Statistics (core)
  19. -- INSTALLATION --
  20. * Install as usual, see http://drupal.org/node/70151 for further information.
  21. If for any reason the panel page is not installed for you automatically, you can import
  22. the code provided in total_control/includes/total_control.default_page.inc. Go to
  23. Admin > Site building > Pages click the "Import page" tab, and copy / paste the code
  24. between the comments.
  25. -- CONFIGURATION --
  26. * Configure user permissions in Administer >> User management >> Access control
  27. >> total_control module:
  28. - have total control
  29. Users in roles with the "have total control" permission will see
  30. the administration dashboard and all included view pages.
  31. - administer total control
  32. Users in roles with the "administer total control" permission will be
  33. able to visit the settings page where they can determine weather links
  34. will appear on the panes to "configure" content types.
  35. -- CUSTOMIZATION --
  36. * To override the default views on the dashboard, you have two options:
  37. - edit the settings on the panel pane:
  38. TODO: instructions
  39. - override the default views provided with the total_control module:
  40. TODO: instructions