Page 1 of 1

don't display the number of download in categories

Posted: 30 Jun 2010, 11:06
by nickg
hello
Some of yours kowns how do not display of number of download in categories
I looked in parameters but I did not found something.
thanks

Re: don't display the number of download in categories

Posted: 30 Jun 2010, 11:53
by Jan
Hi, what you mean with "categories" - category view - where files are listed - in e.g. description?

Re: don't display the number of download in categories

Posted: 30 Jun 2010, 16:05
by nickg
it's - category wiew-
for example i have display a liste of category as this

category1 (0)
category2 (5)
category3 (3)

(0), (5),(3) shown the number of files are listed
I would like only this

category1
category2
category3

I hope you will understand soory for my english
@+

Re: don't display the number of download in categories

Posted: 30 Jun 2010, 16:45
by Jan
Hi, this needs to be removed in the code, e.g.

components\com_phocadownload\views\section\tmpl\default.php

comment:

Code: Select all

echo ' <small>('.$valueCat->numdoc.')</small></p>' . "\n";
For more info search this forum as there are a lot of guides to this.

Jan

Re: don't display the number of download in categories

Posted: 01 Jul 2010, 09:31
by nickg
Thanks a lot for your help :twisted:

Re: don't display the number of download in categories

Posted: 01 Jul 2010, 13:57
by Jan
Ok