Since version 2.4.0 you can redefine all frontend language strings, allowing some basic customization. (With previous versions of the plugin, some of them could be modified by editing the language [...] Read more
Published on May 23, 2013
Since version 2.4.0 you can redefine all frontend language strings, allowing some basic customization. (With previous versions of the plugin, some of them could be modified by editing the language [...] Read more
Published on May 23, 2013
Changelog Frontend - support for other plugins that insert content using tokens or shortcodes (galleries, dynpages, etc.) - also, fixes issue when you use getPageContent in template/component - [...] Read more
Published on May 22, 2013
Edit news_manager/inc/posts.php, find this: Code: $obj = $xml->addChild('content'); $obj->addCData($content); Just after that, insert this: Code: // patch (author) if (isset($_POST['author'])) [...] Read more
Published on Apr 21, 2013
Fix canonical URLs Change your template's <?php get_header(); ?> to <?php get_header(false); ?> This way your site won't have the canonical meta tag (all posts have the same [...] Read more
Published on Mar 18, 2013
- proper (temporary) fix for date locale Once again, thanks to Oleg06 for testing.
Published on Mar 18, 2013
- added classes "nm_recent" and "nm_archives" (sidebar lists) - fixed Russian language file (2 strings were untranslated; proper date format) - translated plugin name in admin [...] Read more
Published on Mar 12, 2013
No new features, just another maintenance release. - re-create posts cache file if it's been removed - fix slugs for titles beginning with space - check valid tag/archive parameters - fixed [...] Read more
Published on Feb 23, 2013
Adds tabs with links to News Manager admin pages in SA Toolbar. Fixed tabs (frontend and backend): - News Manager - Create new post If viewing a NM post in the frontend, another tab will appear: - [...] Read more