2016-12-15, 00:01:55
(2016-12-14, 16:49:10)Carlos Wrote: Are you using any other NM gsconfig settings like NMPARAMPAGE, besides NMNOPARAMPOST?
What are URLs for secondary pages (2, 3, ...) like?
None of these URLs work for me:
Example URL for pagination: http://domain-name.com/blog/2/
Example URL for tag: http://domain-name.com/blog/test%20tag/
Example URL for archive: http://domain-name.com/blog/201612/
But these work just fine:
Main blog page: http://domain-name.com/blog/
Single post page: http://domain-name.com/blog/test-post/
Here are my NM custom settings for one of the sites:
Code:
templateFile template_blog.php
single templateFile template_blog_detail.php
single imagesize full
markupTitle h3
single markupTitle h2
autometad 1
metaKeywordsTags 1
defaultAuthor John
imageClass img-responsive
ELLIPSIS "..."
tagpagination f
Here are my gsconfig.php definitions for NM for the same site:
Code:
define('NMNOPARAMPOST',true);
define('NMSAVEAUTHOR', true);
define('NMPARAMPAGE',true);
define('NMPARAMTAG',true);
define('NMLOWERCASETAGS', true);
define('NMPARAMARCHIVE',true);
define('NMIMAGEDIR', 'blog/post-images');
define('NMIMAGEINPUT', 3);
define('NMTAB', true);
$nm_i18n['NEWS_TAB'] = "Blog";
$nm_i18n['NEW_POST'] = "Add New Post";