2018-12-11, 06:05:45
(2018-11-21, 04:08:53)Scorpio Wrote: Is there any possibility to use and install the news manager plugin twice?
I want to use the first one for general news and the second one for events.
Long ago I made 3 NM clones. However I've not updated them since then - they're still based on version 3.2.2. When I have the time I'll update them to 3.6.
Another way, would be using tags:
- Label those posts with an events tag (or _events if you want to hide that tag)
- Insert
define('NMDEFAULTEXCLUDETAGGED', 'events');
in gsconfig.php (so that these posts are not included in the main posts list, archives, etc.)- The link to the events list would be like
SITE/news/tag/events
(or SITE/news/?tag=events
, ... depending on your fancy URL settings)