Page 1 of 1

Phoca download: hiding the number of files in a category

Posted: 31 May 2012, 22:58
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.

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

Posted: 04 Jun 2012, 11:40
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

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

Posted: 19 Jun 2012, 18:30
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

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

Posted: 26 Jun 2012, 23:10
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

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

Posted: 19 Oct 2012, 16:53
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;
}