Page 1 of 1

Description in Category List

Posted: 04 Mar 2009, 04:33
by Frathos
Hi! its me again! :x

I have one simple question, is there a way to show category description in category list? I know you can see description once you click on category, but the guy who will pay for my work, wants description before the click :(

Thanks in advance!

Frathos

Re: Description in Category List

Posted: 04 Mar 2009, 10:24
by caro84g
Hi,

I'm sorry, that's not possible with the default component. With the Phoca Gallery plugin you can create an article, and put the category list in that article.

Regards, Carolien

Re: Description in Category List

Posted: 04 Mar 2009, 13:35
by Frathos
That means I can put description for multiple categories, so, thats it ! :D

caro, you are life savior :twisted:

Cheers!

Frathos

Re: Description in Category List

Posted: 05 Mar 2009, 17:22
by marcus178
If you want to change the code so that the description shows in the category list you need to add the following code:

views/categories/tmpl/default.php

Code: Select all

echo ''.$this->categories[$i]->description.'';
or for subcategories

views/category/tmpl/default.php

Code: Select all

echo $this->category->description