2015-11-03, 05:12:08
News Manager 3.3 beta 29 available
Download: https://github.com/cnb/News_Manager-gets...50d64e.zip
This version only has a few more options/features:
Restrict access to NM settings
If the MultiUser plugin is installed, you'll see a new permission checkbox that allows hiding and blocking access to the News Manager Settings page.
CKEditor support
- allow overriding CKeditor default config values via GSEDITOROPTIONS (like GS since 3.2.2, I believe)
- support for CKeditor custom toolbar id/name, like GS since 3.2.2: GSEDITORTOOL supports custom toolbar ids, not only "basic", "advanced" or custom js array. (@stwneu)
Maximum posts in tag view
- new custom setting maxPosts to limit the number of posts displayed on tag pages. (@D.O., @lnickel)
Usage:
Or, if using nm_show_tag in template or component:
Note: the custom setting is ignored in tag pages if tagPagination is enabled
(see other changes in NM 3.3 here: 3.3 beta 28)
Download: https://github.com/cnb/News_Manager-gets...50d64e.zip
This version only has a few more options/features:
Restrict access to NM settings
If the MultiUser plugin is installed, you'll see a new permission checkbox that allows hiding and blocking access to the News Manager Settings page.
CKEditor support
- allow overriding CKeditor default config values via GSEDITOROPTIONS (like GS since 3.2.2, I believe)
- support for CKeditor custom toolbar id/name, like GS since 3.2.2: GSEDITORTOOL supports custom toolbar ids, not only "basic", "advanced" or custom js array. (@stwneu)
Maximum posts in tag view
- new custom setting maxPosts to limit the number of posts displayed on tag pages. (@D.O., @lnickel)
Usage:
Code:
tag maxPosts 5
Code:
nm_set_option('maxposts', 5);
nm_show_tag('books');
(see other changes in NM 3.3 here: 3.3 beta 28)