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
Remove Numbers Next to Category Name
-
reko
- Phoca Professional

- Posts: 407
- Joined: 29 Dec 2008, 22:06
Re: Remove Numbers Next to Category Name
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
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
