CGBlog Clarification

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Nro6
New Member
New Member
Posts: 3
Joined: Tue Jun 16, 2009 12:33 pm

Re: CGBlog Clarification

Post by Nro6 »

I have CGBlog 1.3 installed and still there is a problem with category links. Links show up perfectly and they give the right number of posts. But when clicked they give all the posts as a result, not just the chosen category links.  :-\
folco3
Forum Members
Forum Members
Posts: 22
Joined: Wed Jun 03, 2009 4:28 am

Re: CGBlog Clarification

Post by folco3 »

ajprog wrote: I just submitted a bug for the News module and since CGBlog is based off it, it is here as well.

http://dev.cmsmadesimple.org/bug/view/3526

I have post my fix in it, but proceed with caution when hacking the code of a module.
I'm have the same problem with the categories link would be nice if that got fixed, I follow the above link but it made no sense to me as to were to put it or to replace exiting code in action.default.php
Jeff
Power Poster
Power Poster
Posts: 961
Joined: Mon Jan 21, 2008 5:51 pm
Location: MI

Re: CGBlog Clarification

Post by Jeff »

If you post your module call and the html from your category list.

I looked into it and CGBlog doesn't support wildcards in the category feed so the bug from the news module isn't in CGBlog
Last edited by Jeff on Thu Jun 18, 2009 4:11 am, edited 1 time in total.
Nro6
New Member
New Member
Posts: 3
Joined: Tue Jun 16, 2009 12:33 pm

Re: CGBlog Clarification

Post by Nro6 »

Category links seem to work when pretty urls are enabled.  :)
inyerface
Forum Members
Forum Members
Posts: 191
Joined: Mon Nov 26, 2007 4:46 pm

Re: CGBlog Clarification

Post by inyerface »

It took me a solid 2 hours to figure this out.  SVN to me and probably many other designers doesn't mean anything.  I'm hoping CMS Masde Simple keeps the "simple".

If you're still having problems with action="browsecat" folow these steps.

action.browsecat.php
==================

Find on line 36:

    $one =& $items[$i];

Below add:

    $params['category_id'] = $one['id'];

You're done.
Post Reply

Return to “Modules/Add-Ons”