Quote:
Originally Posted by tbworld
The "additional options" template code appears in several templates see template category "New Posting Templates".
To disable globally on all styles and templates:
Create plugin at hook: "fetch_template_complete"
PHP Code:
//Hook: fetch_template_complete global $show; $show['additional_options'] = FALSE;
|
You should make some kind of plugin that has the options to disable this per group I am sure many will use