You are here

README.txt in CKEditor Read More 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 2.x README.txt
CKEditor Read More


INTRODUCTION
-------------------
This module adds a new button to CKEditor which allows users to hide selected
content and only show it on "Read more" button click.


REQUIREMENTS
-------------------
CKEditor Module (Core) or Wysiwyg Module (With CKEditor installed)


INSTALLATION
-------------------

CKEditor Module (Core)

1.  Enable the module
2.  Enable "Limit allowed HTML tags" filter in Text formats and editors settings
    (admin/config/content/formats).
3.  Find and replace <div> with <div class> in the "Limit allowed HTML tags"
    section.
4.  Enable "CKEditor Read More" plugin in CKEditor profile settings
    (admin/config/content/ckeditor).
5.  Drag and drop the Read More button to the CKEditor toolbar.

Wysiwyg Module (With CKEditor installed)

1.  Enable the module
2.  Enable "Limit allowed HTML tags" filter in Text formats and editors settings
    (admin/config/content/formats).
3.  Find and replace <div> with <div class> in the "Limit allowed HTML tags"
    section.
4.  Enable "Read more" plugin in Wysiwyg profile settings
    (admin/config/content/wysiwyg).

CONFIGURATION
-------------------
The module has no menu or modifiable settings. There is no configuration.

File

README.txt
View source
  1. CKEditor Read More
  2. INTRODUCTION
  3. -------------------
  4. This module adds a new button to CKEditor which allows users to hide selected
  5. content and only show it on "Read more" button click.
  6. REQUIREMENTS
  7. -------------------
  8. CKEditor Module (Core) or Wysiwyg Module (With CKEditor installed)
  9. INSTALLATION
  10. -------------------
  11. CKEditor Module (Core)
  12. 1. Enable the module
  13. 2. Enable "Limit allowed HTML tags" filter in Text formats and editors settings
  14. (admin/config/content/formats).
  15. 3. Find and replace
    with
    in the "Limit allowed HTML tags"
  16. section.
  17. 4. Enable "CKEditor Read More" plugin in CKEditor profile settings
  18. (admin/config/content/ckeditor).
  19. 5. Drag and drop the Read More button to the CKEditor toolbar.
  20. Wysiwyg Module (With CKEditor installed)
  21. 1. Enable the module
  22. 2. Enable "Limit allowed HTML tags" filter in Text formats and editors settings
  23. (admin/config/content/formats).
  24. 3. Find and replace
    with
    in the "Limit allowed HTML tags"
  25. section.
  26. 4. Enable "Read more" plugin in Wysiwyg profile settings
  27. (admin/config/content/wysiwyg).
  28. CONFIGURATION
  29. -------------------
  30. The module has no menu or modifiable settings. There is no configuration.