Page 1 of 1
HOw to remove the counts of sublist
Posted: 28 Nov 2012, 05:00
by baseball
Dear:
As the Below pic, I just need the title ,but don't want sub list counts and file counts .
How can I do ?
http://dl.dropbox.com/u/16503603/2.jpg
THX
Re: HOw to remove the counts of sublist
Posted: 08 Dec 2012, 21:10
by Jan
Hi, see:
https://www.phoca.cz/documents/2-phoca-g ... ca-gallery (1)
(it is similar guide but you can apply it to your own area)
Jan
Re: HOw to remove the counts of sublist
Posted: 10 Dec 2012, 02:34
by baseball
dear :
I can find the path and file
components/com_phocagallery/assets/phocagallery.css
I can see only components\com_phocadownload\assets\phocadownload.css
I had tried \components\com_phocadownload\views\categories\tmpl\default.xml
/*$pdTitle .= ' <small>('.$numSubcat.'/' . $value->numdoc .')</small>';*/
chage to---> $pdTitle .= ' <small>('. $value->numdoc .' Files)</small>';
Re: HOw to remove the counts of sublist
Posted: 17 Dec 2012, 13:03
by Jan
Hi, it is other but similar component - regarding the changes. - so the style code (class) needs to be found in the phoca download html code.
Jan