You are here

README.txt in BUEditor Plus 7

Same filename and directory in other branches
  1. 7.2 README.txt
BUEditor Plus replaces the default method of selecting which editor to display
with an all new system. Editors are displayed based upon field settings and
profiles.

FEATURES:
  - Create multiple profiles to control which editor is used.
  - Editors are changed on the fly dependent upon input format.
  - Assign a different profile to each text field.
  - Editor path visibility and element ID disable still works, allowing to
    help set up an alternative editor on each profile.

DEPENDENCIES:
  - BUEditor

TO USE:
  - Go to admin/modules and enable BUEditor Plus under the Content Authoring
    category.
  - Go to admin/config/content/bueditor and click the "Add new profile" link.
  - Give your profile a name that makes it easy to identify by you.
  - Specify the default and alternative editor for each input format.
  - Save the new profile.

  Once you have your profiles created, then you need to assign the profiles to
  the text fields defined in your entities and bundles.

TO ASSIGN A PROFILE TO THE ARTICLE NODE TYPE:
  - Go to admin/structure/types/manage/article.
  - Click the Edit link for the Body field.
  - Under the settings section select the profile you wish to use in the BUEditor
    Profile select.

SPECIAL GLOBAL PROFILE:
  Any profile can be used as a global profile. This allows you to set the
  special "global profile" to any fields and changes to that single profile
  will migrate through all fields with the global profile assigned to it.

NOTE:
  This module will only allow BUEditor to appear on fields that have text
  processing enabled. This also helps with security as any user inputed content
  should always be sanitized through Drupal's input filters.

File

README.txt
View source
  1. BUEditor Plus replaces the default method of selecting which editor to display
  2. with an all new system. Editors are displayed based upon field settings and
  3. profiles.
  4. FEATURES:
  5. - Create multiple profiles to control which editor is used.
  6. - Editors are changed on the fly dependent upon input format.
  7. - Assign a different profile to each text field.
  8. - Editor path visibility and element ID disable still works, allowing to
  9. help set up an alternative editor on each profile.
  10. DEPENDENCIES:
  11. - BUEditor
  12. TO USE:
  13. - Go to admin/modules and enable BUEditor Plus under the Content Authoring
  14. category.
  15. - Go to admin/config/content/bueditor and click the "Add new profile" link.
  16. - Give your profile a name that makes it easy to identify by you.
  17. - Specify the default and alternative editor for each input format.
  18. - Save the new profile.
  19. Once you have your profiles created, then you need to assign the profiles to
  20. the text fields defined in your entities and bundles.
  21. TO ASSIGN A PROFILE TO THE ARTICLE NODE TYPE:
  22. - Go to admin/structure/types/manage/article.
  23. - Click the Edit link for the Body field.
  24. - Under the settings section select the profile you wish to use in the BUEditor
  25. Profile select.
  26. SPECIAL GLOBAL PROFILE:
  27. Any profile can be used as a global profile. This allows you to set the
  28. special "global profile" to any fields and changes to that single profile
  29. will migrate through all fields with the global profile assigned to it.
  30. NOTE:
  31. This module will only allow BUEditor to appear on fields that have text
  32. processing enabled. This also helps with security as any user inputed content
  33. should always be sanitized through Drupal's input filters.