You are here

README.txt in More Buttons 7

The More Buttons (MB) module allows to use additional buttons with Drupal.
MB is a suite of several modules:

  - More Buttons
  - More Buttons Content
  - More Buttons Comment
  - More Buttons User
  - More Buttons Extra


Requirements
--------------------------------------------------------------------------------
The MB modules are written for Drupal 7.0+.


Installation
--------------------------------------------------------------------------------
Copy the MB module folder, complete with all sub modules, to your module
directory and then enable the modules on the admin modules page.


Documentation
--------------------------------------------------------------------------------
- More Buttons (MB)

  You can interact with the MB module. You can use the button and tab values,
  defined by the MB module.
  For more informations please read the code included comments of the function
  mb_get_values() in the mb.module file.

  Example to get the "Save and continue" button value:

  $value = module_invoke('mb', 'get_values', 'mb', 'sac');

  Use the t() function to display the value.


Module developers
--------------------------------------------------------------------------------

Please read the documentation hints for the MB module.


Maintainer
--------------------------------------------------------------------------------
Quiptime Group
Siegfried Neumann
www.quiptime.com
quiptime [ at ] gmail [ dot ] com

File

README.txt
View source
  1. The More Buttons (MB) module allows to use additional buttons with Drupal.
  2. MB is a suite of several modules:
  3. - More Buttons
  4. - More Buttons Content
  5. - More Buttons Comment
  6. - More Buttons User
  7. - More Buttons Extra
  8. Requirements
  9. --------------------------------------------------------------------------------
  10. The MB modules are written for Drupal 7.0+.
  11. Installation
  12. --------------------------------------------------------------------------------
  13. Copy the MB module folder, complete with all sub modules, to your module
  14. directory and then enable the modules on the admin modules page.
  15. Documentation
  16. --------------------------------------------------------------------------------
  17. - More Buttons (MB)
  18. You can interact with the MB module. You can use the button and tab values,
  19. defined by the MB module.
  20. For more informations please read the code included comments of the function
  21. mb_get_values() in the mb.module file.
  22. Example to get the "Save and continue" button value:
  23. $value = module_invoke('mb', 'get_values', 'mb', 'sac');
  24. Use the t() function to display the value.
  25. Module developers
  26. --------------------------------------------------------------------------------
  27. Please read the documentation hints for the MB module.
  28. Maintainer
  29. --------------------------------------------------------------------------------
  30. Quiptime Group
  31. Siegfried Neumann
  32. www.quiptime.com
  33. quiptime [ at ] gmail [ dot ] com