Near the name of every category in parenthesy it is displayed the number of files belonging to the category itself: may I hide this number?
Thanks
Martino
you may visit
www.ostetrichenovara.it
and select
Corsi e Convegni
for an example.
Phoca download: hiding the number of files in a category
-
- Phoca Member
- Posts: 13
- Joined: 11 Apr 2008, 00:12
- Location: Italy
- Jan
- Phoca Hero
- Posts: 48595
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca download: hiding the number of files in a category
Hi, you can hide numbers in Options, ... other numbers which cannot be hidden by parameters (options) need to be removed in the code direclty - in the output of Phoca Download template, e.g.
components/com_phocadownload/views/categories/tmpl/ ...
Jan
components/com_phocadownload/views/categories/tmpl/ ...
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 14
- Joined: 13 Jan 2009, 19:39
Re: Phoca download: hiding the number of files in a category
I have these items set in options to "no" but am still seeing the (1) (0) etc. I am not sure what should be edited in the page you mention above.
Please see:
http://sipsupply.com/temdevb/resources/ ... ments.html
Joomla 2.5.5
Please see:
http://sipsupply.com/temdevb/resources/ ... ments.html
Joomla 2.5.5
- Jan
- Phoca Hero
- Posts: 48595
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca download: hiding the number of files in a category
Hi, try to see:
https://www.phoca.cz/documents/2-phoca-g ... ca-gallery (1) this is guide for Phoca Gallery but this will be the same for Phoca Download (with other CSS classes)
Jan
https://www.phoca.cz/documents/2-phoca-g ... ca-gallery (1) this is guide for Phoca Gallery but this will be the same for Phoca Download (with other CSS classes)
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 15 Oct 2012, 16:47
Re: Phoca download: hiding the number of files in a category
This should do what is needed, just helped me solve the same issue.
Code: Select all
#phoca-dl-category-box div.pd-subcategory small {
display: none;
}