[solved] disable display of filecount behind subcategories

Phoca Download - download manager
Chrisx909
Phoca Member
Phoca Member
Posts: 28
Joined: 11 Jun 2009, 17:27

[solved] disable display of filecount behind subcategories

Post by Chrisx909 »

Hi,
I have Phoca Download v2.1.4 and Joomla 1.7.3. installed. I just started modifing the layout for Phoca Download, but I'n stuck in one modification:
Behind each subcategory (!) appears in brackets the number of the existing files in ths subcategory. I want to disable this feature, so I disabled in the control panel:
- show number of files (categories view) and
- show number of files (categories view - headsection)
(analogous translation!)

I looked in all the .css-files for such "pd-subcategory" entries, but I didn't find anything. Here's a picture of my "problem":
In den ganzen .css-Dateien habe ich auch schon rumgeschnüffelt, aber nichts gefunden. So schaut das Problem aus:
Image

Greetings from Germany,
Chris
Last edited by Chrisx909 on 06 Jan 2012, 16:43, edited 1 time in total.
SonRiab
Phoca Professional
Phoca Professional
Posts: 258
Joined: 02 Jun 2011, 09:29
Contact:

Re: disable appearance of file count behind subcategories

Post by SonRiab »

Easiest way: Add a new css rule to hide them! Add this to your css file:

Code: Select all

#phoca-dl-category-box div.pd-subcategory small { display: none }
Chrisx909
Phoca Member
Phoca Member
Posts: 28
Joined: 11 Jun 2009, 17:27

Re: disable appearance of file count behind subcategories

Post by Chrisx909 »

SonRiab, thank you very much for your help!

Regards,
Chris
Post Reply