
CGBlog Clarification
Re: CGBlog Clarification
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. 

Re: CGBlog Clarification
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.phpajprog 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.
Re: CGBlog Clarification
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
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.
Re: CGBlog Clarification
Category links seem to work when pretty urls are enabled. 

Re: CGBlog Clarification
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.
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.