Page 1 of 1

CGblog category detailpage

Posted: Sat May 08, 2010 9:33 am
by kalozura
I am having a hard time getting this to work. I have 2 unique layouts, one is the blog page that displays the summary view, and the other completely different for the details view.

So i have two pages. one page (id 56) which is the blog page and the other page is (id 57) which is used to display the detail view of the post.

On the home page I have something like this

Code: Select all

{CGBlog number="4" detailpage="details"}
and this works like it should

The same goes for the blog page

Code: Select all

{CGBlog number="9" detailpage="details"}
works fine

BUT its when I click on a category and then on a post within the category it  does not want to take me to the details page. It open up in what ever page the category is in,...in this case its in the blog page.

This is what I have to display my category list ( inserted in the page template for the blog page )

Code: Select all

{CGBlog action="browsecat" detailpage="details"}
...and does not work. What am I doing wrong?

Re: CGblog category detailpage

Posted: Sat May 08, 2010 8:49 pm
by Dr.CSS
I don't think browsecat takes the detailpage parameter...

Re: CGblog category detailpage

Posted: Sun May 09, 2010 9:31 am
by owr_bgld
kalozura wrote: So i have two pages. one page (id 56) which is the blog page and the other page is (id 57) which is used to display the detail view of the post.
If you have the same page for all detail-Pages of the cgblog you can make it at the options - there's a dropdown-field for this setting.