README.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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