3-level expanding category based menu

In a project I have some “static pages” organized using categories and subcategories. There is a weblog for the content of the pages and ...

Leave a comment:

Name:

Email:

Location:

URL:

Smileys

Remember my personal information

Notify me of follow-up comments?

If you found something useful here and want to show your appreciation feel free to

or


Comments:

1 of 6 pages  1 2 3 >  Letzte »

It is not a category request template.  All the template does is list all the organizations from that particular category, be it, food, church, business, government, etc. But your code has nothing to do with that.  It’s job is to expand the category listing.  When one click on the expanded listing, then it they will be taken to the Organization/olisting page which will list all the organizations which are in that sub-category. But again, that has nothing to do with your code.

Am I suppose to go into your pi-cat_expand.php page and do something in there?

Again, here is my code:
{exp:cat_expand:wrapper}
{exp:weblog:categories weblog="Organizations" style="nested"}

{exp:cat_expand:expander category="{category_id}" active-style="font-weight:bolder;"}
{category_name}
{/exp:cat_expand:expander}

{/exp:weblog:categories}
{/exp:cat_expand:wrapper}

Which can be seen at:
http://www.east-harlem.com/index.php/Organizations/catexpand/.
I actually already answered your questions two days ago with the above info, but I was not sure it actually uploaded as your form response in German.  I hope this goes through.

Posted by Jose B.  on  12/31  at  06:51 PM

Is that Organizations/view-template a category-request template?

Posted by  on  12/27  at  03:46 PM

I already left an explaination, but it has not shown up on the comments section.  Recommendation: Put your comments underneath your article.  It is too hard to follow and one must go to other pages to read them.  It is confusing.

Anyway, this is what I put on my template and all it shows is the four parent categories.  When clicked on it will go to my view page and show one category. It does not however expand the category listing to show children categories.  The listing only goes two levels, parent and children.

Posted by Jose B. Rivera  on  12/27  at  02:12 PM

Using the code below I get only the four (top) parent categories.  It does not expand at all. No child categories show up. See code:
{exp:cat_expand:wrapper}
{exp:weblog:categories weblog="Organizations" style="nested"}

{exp:cat_expand:expander category="{category_id}" active-style="font-weight:bolder;"}
{category_name}
{/exp:cat_expand:expander}

{/exp:weblog:categories}
{/exp:cat_expand:wrapper}

Posted by Jose B. Rivera  on  12/24  at  06:06 PM

Could you describe your problem a little bit more detailed?

Posted by  on  12/19  at  04:47 PM

I can’t get this to work.  The parent categories show up, but the children do not.

Posted by Jose B. Rivera  on  12/19  at  01:57 AM

1 of 6 pages  1 2 3 >  Letzte »