Welcome, Guest. Please login or register.
Did you miss your activation email?
14 Mar 2010, 08:34

Login with username, password and session length
Home Chat Help Search Calendar Login Register
Pages: 1 [2]
Print
Author Topic: CGBlog Clarification  (Read 1599 times)
0 Members and 1 Guest are viewing this topic.
Nro6
Peanut Gallery


Karma: 1
Offline Offline

Posts: 3


« Reply #15 on: 16 Jun 2009, 08:35 »

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.  Undecided
Logged
folco3
Forum Members
**

Karma: 0
Offline Offline

Posts: 18


« Reply #16 on: 17 Jun 2009, 22:41 »

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
Logged
ajprog
Dev Team Member
Power Poster
*****

Karma: 11
Online Online

Posts: 595

Location: MI


« Reply #17 on: 18 Jun 2009, 00:08 »

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 Edit: 18 Jun 2009, 00:11 by ajprog » Logged
Nro6
Peanut Gallery


Karma: 1
Offline Offline

Posts: 3


« Reply #18 on: 18 Jun 2009, 06:17 »

Category links seem to work when pretty urls are enabled.  Smiley
Logged
inyerface
Forum Members
**

Karma: 1
Offline Offline

Posts: 88


« Reply #19 on: 03 Jul 2009, 21:02 »

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.
Logged
Pages: 1 [2]
Print
Jump to: