You are here

README.txt in Markup 6

Same filename and directory in other branches
  1. 8 README.txt
Description
-----------
This tiny module adds the ability for site admins to add "Markup" widgets to 
the form. These essentially let designers of cck content-types insert 
additional markup into the node/edit form to display to content-authors. This
is the equivalent of adding additional elements to $form of the type '#markup'.

The module does not add anything to the $node object for the content being 
created, and utilizes form_alter to remove unnecessary fields from the 
'_content_admin_field' form when this widget is being created.

Maintainers
----------------
mqanneh   - https://www.drupal.org/user/2833163
smoothify  - https://www.drupal.org/user/115335
ebeyrent   - https://www.drupal.org/user/23897
cYU           - https://www.drupal.org/user/202205

Install
-------
- Copy the unpacked folder "markup" in your modules folder.
- Go to the modules administration page (admin/build/modules) and activate the
  module (you will find it in the "CCK" package)

Upgrade
-------
- Replace the contents of the markup modules folder and run update.php.
- Visit the field / widget settings of each markup field you have and set the
  new 'Display Style' setting.

Usage
------
Once the module is activated, you can add a markup field to a content type on
the manage fields page for your chosen type. 

To Do
-----

- Allow use of PHP Code to create markup
- Add Markup View companion module to allow displaying a view.
- Add hooks for integration with AHAH Dependent Fields.

Support
-------
Check the issue queue of this module for more information:
http://drupal.org/project/issues/markup

File

README.txt
View source
  1. Description
  2. -----------
  3. This tiny module adds the ability for site admins to add "Markup" widgets to
  4. the form. These essentially let designers of cck content-types insert
  5. additional markup into the node/edit form to display to content-authors. This
  6. is the equivalent of adding additional elements to $form of the type '#markup'.
  7. The module does not add anything to the $node object for the content being
  8. created, and utilizes form_alter to remove unnecessary fields from the
  9. '_content_admin_field' form when this widget is being created.
  10. Maintainers
  11. ----------------
  12. mqanneh - https://www.drupal.org/user/2833163
  13. smoothify - https://www.drupal.org/user/115335
  14. ebeyrent - https://www.drupal.org/user/23897
  15. cYU - https://www.drupal.org/user/202205
  16. Install
  17. -------
  18. - Copy the unpacked folder "markup" in your modules folder.
  19. - Go to the modules administration page (admin/build/modules) and activate the
  20. module (you will find it in the "CCK" package)
  21. Upgrade
  22. -------
  23. - Replace the contents of the markup modules folder and run update.php.
  24. - Visit the field / widget settings of each markup field you have and set the
  25. new 'Display Style' setting.
  26. Usage
  27. ------
  28. Once the module is activated, you can add a markup field to a content type on
  29. the manage fields page for your chosen type.
  30. To Do
  31. -----
  32. - Allow use of PHP Code to create markup
  33. - Add Markup View companion module to allow displaying a view.
  34. - Add hooks for integration with AHAH Dependent Fields.
  35. Support
  36. -------
  37. Check the issue queue of this module for more information:
  38. http://drupal.org/project/issues/markup