Remove Numbers Next to Category Name

Phoca Gallery - image gallery extension
User avatar
nathan
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 28 Jan 2009, 01:32

Remove Numbers Next to Category Name

Post by nathan »

Is there any development on editing the preferences to HIDE the image numbers next to the category name?

Or any idea where to hack the core files to remove the numbers next to the cateogy?

Thanks!
-Nathan
reko
Phoca Professional
Phoca Professional
Posts: 407
Joined: 29 Dec 2008, 22:06

Re: Remove Numbers Next to Category Name

Post by reko »

hi,
look in the "components/com_phocagallery/views/categories/tmpl"-folder for the default.php. this line should be the one where the numbers-output is created:
if ($this->categories[$i]->numlinks > 0) {echo '<span class="small">('.$this->categories[$i]->numlinks.')</span>';}

make use of the joomla template override functionality, otherwise your changes may get overridden with the next update.

regards
/rk
Post Reply