Page 1 of 1

[SOLVED] CGBlog archive issue

Posted: Thu Feb 12, 2015 12:48 pm
by nervino
Hello,
I'm not able to show expired posts following the archive list's links.

In my "archive" page I put:

Code: Select all

{CGBlog action="archive" summarypage="archive" showall="1"}
and this shows the list:

Code: Select all

    Feb 2015 - (1)
    Mar 2014 - (3)
    Jun 2013 - (3)
If I click on a month's link whose posts used the Expiration Date, and they are expired, I can't see those posts; while posts without Expiration Date are regularly shown.

How can I show the summaries and the details of ALL posts regardless their expiration?

Thank you

--------------------------------

cmsms 1.11.12
CGBlog 1.12.9
PHP 5.4

Re: CGBlog archive issue

Posted: Sat Feb 14, 2015 2:48 pm
by nervino
Well, I've found that with "ugly" urls it works.

To make it working with pretty urls too, I put in the options tab of the page (in Smarty data or logic that is specific to this page) this code:

Code: Select all

{cge_module_hint module='CGBlog' showall='1'}
It works great.