Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
19.79 KB
MD5: 2df693016b94db4a3124e6b902001cc2
SHA-1: 88ff38c3777da7a7196569846d66a32d82c6f363
SHA-256: 01ad14d9aa8cefc4298c33ccf98f5366c9f90d175b506d83145e2dfcac11925d
Download zip
25.65 KB
MD5: 023410231f7eba9eea5debf80fbbc478
SHA-1: dba8cdb320c4ba5e1eb98d3e7006a91fc2f02f8f
SHA-256: 5d3c25fb015f133111381e75612fbc5fee33db51ea26b255a6ea6364123c6617
Release notes
7.x-1.2 fixes a number of bugs and adds several features. Updating is recommended for all users of the 7.x-1.x branch.
Fixed bugs
- User needs both viewing and administer custom help text permission to view help messages.
- Fieldset legend of help block can't be translated
- Disabled help message are still visible
- Sorting isn't possible with more than 50 help messages
- Code style cleanup and other small fixes
- Path can't be longer than 255 chars
New features
Block support (custom_help_text_block)
Administrators can now assign Help messages to an existing block or custom block. This can be usefull to explain the workings of regions or specific parts of pages. Also a block could be placed with Context above a content-type edit form with a custom help text inside.
New alter (custom_help_text_table_alter)
This was needed for Block support and can be utilized by other (custom) modules.
Removed features
- User can choose the default state of the help fieldset, didn't work as expected
- Removal of css file, this was a theme related issue