2016-02-20, 18:42:15
(2016-02-19, 18:59:04)davetest Wrote:(2014-09-26, 01:58:18)Carlos Wrote: As per xxdex's request, here's a simple plugin so that you don't have to edit NM files.
News Manager Auto-open Post Options 0.1 - [...]
Automatically open the post options when editing News Manager posts
(similar to what this plugin does for pages, but not remembering last state)
Optional:
- To enable only when creating new posts (but not editing existing ones), add this to your site's gsconfig.php file:
Code:define('NMAUTOOPEN','new');
- To disable auto-open without deactivating the plugin:
Code:define('NMAUTOOPEN',0);
Hi Carlos, is there a way to reverse the action so that new posts have options closed, but they are open for editing existing posts?
Use this new version:
News Manager Auto-open Post Options 0.2 - download
that has a new gsconfig option to enable only for editing existing posts:
Code:
define('NMAUTOOPEN','edit');