Describe your issue or idea
Give administrators the ability to globally disable comments for a content type. Then content editors do not have the Comment settings vertical tab for that content type.
Steps to reproduce (if reporting a bug)
- visit
/admin/structure/types/manage/TYPE
Actual behavior (if reporting a bug)
- There is no setting to entirely disable comments.
- There is just a setting to close comments.
Desired behavior (if reporting a bug)
- Add a setting to globally disable comments across the content type. Meaning the content editors will not have access to the comment settings to turn them on or off per node.
Relevant version/system information (if applicable)
1.x
GitHub Issue #:
3016
Recent comments
You can try the above file somewhere, what do you think? I could safely replace this file on my running site. This is indeed "MacGyver" ;-) You don't have to replace...
File hashing uploads made through TinyMCE
This was tricky, so i tried to stay minimal and try to snatch the very first procedure after file upload and inject rehashing there. The file is tinymce.pages.inc under the function...
File hashing uploads made through TinyMCE
Bee's great. But if you don't want to install bee, or can't, or you already have a bunch of scripts you're used to using in D7, then the method I posted is quick and easy and all you really...
How to create a command-line (cli) routine or script (bee not required)