Page 1 of 1

No Subcategories

Posted: 09 Dec 2013, 17:43
by cstewart63
Is there a way to remove "no subcategories" from view from a category list?

Re: No Subcategories

Posted: 11 Dec 2013, 15:00
by Jan
Hi, see:
components\com_phocadownload\views\categories\tmpl\default.php

edit FROM:

Code: Select all

$pdSubcategories .= '<div class="pd-no-subcat">'.JText::_('COM_PHOCADOWNLOAD_NO_SUBCATEGORIES').'</div>';
TO:

Code: Select all

$pdSubcategories .= '';
Jan