You are here

README.txt in Organic Groups Menu (OG Menu) 6.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 5 README.txt
  3. 6 README.txt
  4. 7.3 README.txt
  5. 7.2 README.txt
DESCRIPTION
-----------
Enable users to manage menus inside Organic Groups.

REQUIREMENTS
------------
- Organic Groups module (http://drupal.org/project/og).
- Menu module.

INSTALLATION
------------
- Enable the module.
- Give "administer og menu" permission to the desired roles.

USAGE
-----
- Administrators can create OG menus through the regular menu interface at admin/build/menu/add. Choose a group to associate with the menu.
- Organic group members with the right permission can also manage menus at node/[nid]/og_menu.
- For content types that can be published in groups, users can add a menu link directly from the node creation form.
- For groups content types, users can create an associated menu by checking "Enable menu for this group".
- The menu will be appended to the "Group details" block by default. You can disable this by configuring the block and unchecking "Show group menus".
- You can also enable the "OG Menu : single" and the "OG Menu : multiple" blocks at admin/build/block.
  - OG Menu : single will display the first available menu for the first available group in the context.
  - OG Menu : multiple will display all available menus for all available groups in the context.
  - To theme the block, use the block-og_menu-0.tpl.php and the block-og_menu-1.tpl.php files, respectively.

NOTES
-----
Be aware that since menu administration forms are mostly duplicated, if a contrib module adds functionality to menu administration
forms without additional permissions, these additions may be available for OG menu users with 'administer og menu' permission. 
This could allow these users to be able to do things you don't want them to. Please report these modules if you catch one.

TODO/BUGS/FEATURE REQUESTS
--------------------------
- See http://drupal.org/project/issues/og_menu. Please search before filing issues in order to prevent duplicates.

UPGRADING FROM 6.1.x TO 6.2.x
-----------------------------
- Visit update.php to update the database.

CREDITS
-------
Originaly authored and maintained by Scott Ash (ashsc).
New maintainer for 6.2.x version : Julien De Luca (jide).

File

README.txt
View source
  1. DESCRIPTION
  2. -----------
  3. Enable users to manage menus inside Organic Groups.
  4. REQUIREMENTS
  5. ------------
  6. - Organic Groups module (http://drupal.org/project/og).
  7. - Menu module.
  8. INSTALLATION
  9. ------------
  10. - Enable the module.
  11. - Give "administer og menu" permission to the desired roles.
  12. USAGE
  13. -----
  14. - Administrators can create OG menus through the regular menu interface at admin/build/menu/add. Choose a group to associate with the menu.
  15. - Organic group members with the right permission can also manage menus at node/[nid]/og_menu.
  16. - For content types that can be published in groups, users can add a menu link directly from the node creation form.
  17. - For groups content types, users can create an associated menu by checking "Enable menu for this group".
  18. - The menu will be appended to the "Group details" block by default. You can disable this by configuring the block and unchecking "Show group menus".
  19. - You can also enable the "OG Menu : single" and the "OG Menu : multiple" blocks at admin/build/block.
  20. - OG Menu : single will display the first available menu for the first available group in the context.
  21. - OG Menu : multiple will display all available menus for all available groups in the context.
  22. - To theme the block, use the block-og_menu-0.tpl.php and the block-og_menu-1.tpl.php files, respectively.
  23. NOTES
  24. -----
  25. Be aware that since menu administration forms are mostly duplicated, if a contrib module adds functionality to menu administration
  26. forms without additional permissions, these additions may be available for OG menu users with 'administer og menu' permission.
  27. This could allow these users to be able to do things you don't want them to. Please report these modules if you catch one.
  28. TODO/BUGS/FEATURE REQUESTS
  29. --------------------------
  30. - See http://drupal.org/project/issues/og_menu. Please search before filing issues in order to prevent duplicates.
  31. UPGRADING FROM 6.1.x TO 6.2.x
  32. -----------------------------
  33. - Visit update.php to update the database.
  34. CREDITS
  35. -------
  36. Originaly authored and maintained by Scott Ash (ashsc).
  37. New maintainer for 6.2.x version : Julien De Luca (jide).