Hide category name from Category View

Phoca Download - download manager
Xenon1170
Phoca Member
Phoca Member
Posts: 10
Joined: 23 Jan 2011, 13:58

Hide category name from Category View

Post by Xenon1170 »

I would like to have an option to hide category name when using Category View (File List)

And also it would be great if you can add a "Multi Language" file description (in Joomla! 1.6), like articles, an option to associate the file to a language.
Last edited by Xenon1170 on 27 Jan 2011, 15:33, edited 1 time in total.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48550
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: [Feature Request] Hide category name from Category View

Post by Jan »

Hi, where exactly you mean to hide category title? If there is no option, I think this can be easily customized in the template of category view:

components/com_phocadownload/views/category/tmpl/default.php

Multi langauge, for now the tables are prepared in Phoca Download, they include lang parameters, I need to learn this future in Joomla! 1.6 to finish it.

Added into feature request list.

Jan
If you find Phoca extensions useful, please support the project
Xenon1170
Phoca Member
Phoca Member
Posts: 10
Joined: 23 Jan 2011, 13:58

Re: [Feature Request] Hide category name from Category View

Post by Xenon1170 »

I've made my changes... and hidden category title in Category View (Files List)... Thank You!

I'll wait for languages
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48550
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Hide category name from Category View

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
cb03
Phoca Member
Phoca Member
Posts: 43
Joined: 08 Oct 2017, 14:31

Re: Hide category name from Category View

Post by cb03 »

Hi, is there a way to do this now ?
Thank you
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9610
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Hide category name from Category View

Post by Benno »

Hi,
copy & paste:

Code: Select all

#phoca-dl-category-box .pd-category h3.pd-ctitle, #phoca-dl-file-box .pd-file h3.pd-ctitle, #phoca-dl-download-box .pd-file h3.pd-ctitle {
    display: none;
}
at the end of your template.css or create a custom.css in:
backend --> Components --> Phoca Download --> Styles

Kind regards,
Benno
Post Reply