Description in Category List

Phoca Gallery - image gallery extension
Frathos
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 31 Dec 2008, 02:22

Description in Category List

Post 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
User avatar
caro84g
Phoca Hero
Phoca Hero
Posts: 1369
Joined: 11 Feb 2008, 17:52
Location: Holland
Contact:

Re: Description in Category List

Post 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
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
Frathos
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 31 Dec 2008, 02:22

Re: Description in Category List

Post by Frathos »

That means I can put description for multiple categories, so, thats it ! :D

caro, you are life savior :twisted:

Cheers!

Frathos
marcus178
Phoca Member
Phoca Member
Posts: 24
Joined: 26 Jan 2009, 21:23

Re: Description in Category List

Post 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
Post Reply