In the spirit of @jenlampton's "put things where users expect to find them" move, once #1262 is implemented, we should have it so that:
1. These tabs reflect the current setting. Something along the lines of "Comments are currently [closed|hidden] for the [content_type_name] content type.".
2. Either provide a link to the configure page and jump to the "Comment settings" tab (/admin/structure/types/manage/page#edit-comment) ...but then we'd need to figure a way to redirect the user back to the "Comment fields" or the "Comment display" tabs where they originally came from.
3. ...or open those settings (content type comment settings) in a modal so that the user does not have to leave the page they are at in the first place.
GitHub Issue #:
1274
Recent comments
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)
Or you can install bee, get the benefit of all the included functions and either include your script using: bee php-script ../my-scripts/scratch.php https://github.com/backdrop-...
How to create a command-line (cli) routine or script (bee not required)