[SOLVED] Detail page in CGBlog

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
atired
Forum Members
Forum Members
Posts: 26
Joined: Mon May 21, 2007 8:37 pm

[SOLVED] Detail page in CGBlog

Post by atired »

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?
Last edited by atired on Fri Jul 10, 2009 4:07 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: Detail page in CGBlog

Post by RonnyK »

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
atired
Forum Members
Forum Members
Posts: 26
Joined: Mon May 21, 2007 8:37 pm

Re: Detail page in CGBlog

Post by atired »

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.
nuno

Re: Detail page in CGBlog

Post by nuno »

{CGBlog action="browsecat" summarypage="det_Portfolio"}
atired
Forum Members
Forum Members
Posts: 26
Joined: Mon May 21, 2007 8:37 pm

Re: [SOLVED] Detail page in CGBlog

Post by atired »

Thank you, Nuno, worked pefectly...

Really, it makes sense!
Post Reply

Return to “Modules/Add-Ons”