In D6 there is an option to show the format tips or not under textareas, but there seems to exist no such option in D7.
I would especially want to turn of the "More info..." link on my sites, but being able to control the display of both the short info displayed and the link would be preferred.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | filter-hide-tips.patch | 4.99 KB | mariusz.slonina |
Comments
Comment #1
mariusz.slonina commentedYeah, it feels to be missing, I personally also like to use such features. I created a proof-of-concept patch, incorporating some of ideas of better_formats module. This patch creates two new permissions: "show text format tips" and "show more text format link" and the third one which I couldn't manage to work (too long day...) -- from my experience, disabling text format selection for non-admin users (as in better_formats module) is one of the best thing the admin can do for him/herself. This is especially useful when you have to force your users to use one text format, because of the content workflow in a, let's say, newspaper.
Comment #2
mariusz.slonina commentedaa, the patch
Comment #3
tsvenson commentedNice patch. Problem as I can see it that it wont make it into D7, due to the feature freeze.
I took a look at Better Format and on the project page it say the maintainer will make a decision about a D7 module after the code freeze. Since we are in that now I created #815750: Drupal 7 port with a pointer to this ticket.
Comment #4
sunThis patch won't fly for D7, and for D8, we might revamp that entire filter system once again. In response to the original post, where and how were you able to disable/remove the filter tips in D6?
Comment #5
tsvenson commented@sun
Sorry, My bad. That feature is something the Better Formats module adds. Some modules integrates its features so well with Drupals own settings pages so sometimes its easy to forget its not in core.
Comment #6
sunThanks :) Which renders this issue won't fix, as most of the enhancements of Better Formats are not suitable for 80% of Drupal users, or, won't apply to D8.
Comment #7
shadcn commentedMy work around for this is theme_filter_tips_more_info.
Comment #8
shadcn commented...and theme_filter_tips.
Comment #9
mariusz.slonina commentedThere is an initial Better Formats port, which supports hiding filter texts, and as far as I use it, it works fine
Comment #10
andycooper0 commentedCould you please let me know where to put this code.
Thank you