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
HOw to remove the counts of sublist
- Jan
- Phoca Hero
- Posts: 48595
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: HOw to remove the counts of sublist
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
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
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 16
- Joined: 24 Oct 2011, 10:24
Re: HOw to remove the counts of sublist
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>';
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>';
- Jan
- Phoca Hero
- Posts: 48595
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: HOw to remove the counts of sublist
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
Jan
If you find Phoca extensions useful, please support the project