I have in my main template a list of categories of CGBlog. When a category is clicked, I need it to be opened in another page. So, my code is:
{cms_module module='CGBlog' action="browsecat" detailpage="det_Portfolio"}
It opens the right posts, but in the same page. It is not jumping to the page I indicated.
I used the same code with the news module ans it worked just fine. Any ideas?
[SOLVED] Detail page in CGBlog
[SOLVED] Detail page in CGBlog
Last edited by atired on Fri Jul 10, 2009 4:07 pm, edited 1 time in total.
Re: Detail page in CGBlog
check if the name of the page you are calling, has that exact name as its alias...
Default aliasses don use Capital characters....
So the page must be active and has that exact alias-name.
Ronny
Default aliasses don use Capital characters....
So the page must be active and has that exact alias-name.
Ronny
Re: Detail page in CGBlog
Yes, the alias is correct and the page is activated. I even changed the detailpage to the same one I'm using with the news module. It worked with this one and didn't with CGBlog.
Re: [SOLVED] Detail page in CGBlog
Thank you, Nuno, worked pefectly...
Really, it makes sense!
Really, it makes sense!