Page 1 of 1

Remove Numbers Next to Category Name

Posted: 30 Mar 2009, 05:11
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

Re: Remove Numbers Next to Category Name

Posted: 30 Mar 2009, 09:46
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