Phoca download: hiding the number of files in a category

Phoca Download - download manager
martino954
Phoca Member
Phoca Member
Posts: 13
Joined: 11 Apr 2008, 00:12
Location: Italy

Phoca download: hiding the number of files in a category

Post by martino954 »

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.
User avatar
Jan
Phoca Hero
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

Post by Jan »

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
If you find Phoca extensions useful, please support the project
ssmeredith
Phoca Member
Phoca Member
Posts: 14
Joined: 13 Jan 2009, 19:39

Re: Phoca download: hiding the number of files in a category

Post by ssmeredith »

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
User avatar
Jan
Phoca Hero
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

Post by Jan »

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
If you find Phoca extensions useful, please support the project
idrove
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 15 Oct 2012, 16:47

Re: Phoca download: hiding the number of files in a category

Post by idrove »

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;
}
Post Reply