Page 1 of 1

How Attach CGBlog Detail Tmpl with Specified Layout Tmpl

Posted: Fri Oct 17, 2014 8:31 pm
by postiffm
Relevant to News and CGBlog modules...I have a page that displays all blog articles, summary view. It displays in a page associated with page layout template X. When I click the detail link for the blog article, it sends me to a page associated with page layout template Y. Since Y is not associated with the blog style sheet, it doesn't display the entries properly. So...how do I specify that the cgblog detail view template should always be associated with page layout template X?

I am using the latest version of CMSMS and of all modules.

Re: How Attach CGBlog Detail Tmpl with Specified Layout Tmpl

Posted: Fri Oct 17, 2014 10:36 pm
by paulbaker
Content -> CG Blog -> Options tab.

Near the middle of the list you will see options like "Default detail page (if no page id is specified on the URL)".

Re: How Attach CGBlog Detail Tmpl with Specified Layout Tmpl

Posted: Sat Oct 18, 2014 4:43 pm
by postiffm
Thank you! I set both the default detail page and the default summary page to the same page--the one that has this single line in the Content field:

{CGBlog pagelimit="12"}

It works better already.

Previously, I had in my head that I would be looking for a place to specify the default detail "template" and default summary "template."