You are here

README.txt in Better Module Dependencies 7

--------------------------------------------------------------------------------

                        BETTER MODULE DEPENDENCIES

--------------------------------------------------------------------------------

CONTENTS OF THIS FILE:
---------------------

- Introduction
- Installation
- User Interface
- Un-installation


--------------------------------------------------------------------------------

INTRODUCTION:
------------

This module enhances modules list page and comes in handy if you have a large
amount of modules installed on your Drupal website. 

In cases like that each module's requirements list becomes larger and larger,
therefore it becomes very hard to read and work with module dependencies.

So what this module actually does is making any module dependency clickable.
1) Clicking with your mouse on any of the required modules makes your screen
   scroll to the module that you've clicked on.
2) If the required module is missing, clicking on it will open a new tab with 
   the module's page on drupal.org

These small features are very helpful when you are trying to find your module as
 fast as possible.


--------------------------------------------------------------------------------

INSTALLATION:
------------

To install this module
1) Go to admin/modules
2) Find 'Better Module Dependencies'
3) Check the box on left and save.


--------------------------------------------------------------------------------

UNINSTALLATION:
---------------

To uninstall the module,
1) Go to admin/modules
2) Find 'Better Module Dependencies'
3) Un-check the checkbox and save.
4) Then go to admin/modules/uninstall
5) check the checkbox next to 'Better Module Dependencies' and click 'uninstall'.


--------------------------------------------------------------------------------

                                Thank You!

File

README.txt
View source
  1. --------------------------------------------------------------------------------
  2. BETTER MODULE DEPENDENCIES
  3. --------------------------------------------------------------------------------
  4. CONTENTS OF THIS FILE:
  5. ---------------------
  6. - Introduction
  7. - Installation
  8. - User Interface
  9. - Un-installation
  10. --------------------------------------------------------------------------------
  11. INTRODUCTION:
  12. ------------
  13. This module enhances modules list page and comes in handy if you have a large
  14. amount of modules installed on your Drupal website.
  15. In cases like that each module's requirements list becomes larger and larger,
  16. therefore it becomes very hard to read and work with module dependencies.
  17. So what this module actually does is making any module dependency clickable.
  18. 1) Clicking with your mouse on any of the required modules makes your screen
  19. scroll to the module that you've clicked on.
  20. 2) If the required module is missing, clicking on it will open a new tab with
  21. the module's page on drupal.org
  22. These small features are very helpful when you are trying to find your module as
  23. fast as possible.
  24. --------------------------------------------------------------------------------
  25. INSTALLATION:
  26. ------------
  27. To install this module
  28. 1) Go to admin/modules
  29. 2) Find 'Better Module Dependencies'
  30. 3) Check the box on left and save.
  31. --------------------------------------------------------------------------------
  32. UNINSTALLATION:
  33. ---------------
  34. To uninstall the module,
  35. 1) Go to admin/modules
  36. 2) Find 'Better Module Dependencies'
  37. 3) Un-check the checkbox and save.
  38. 4) Then go to admin/modules/uninstall
  39. 5) check the checkbox next to 'Better Module Dependencies' and click 'uninstall'.
  40. --------------------------------------------------------------------------------
  41. Thank You!