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.
Hide category name from Category View
-
- Phoca Member
- Posts: 10
- Joined: 23 Jan 2011, 13:58
Hide category name from Category View
Last edited by Xenon1170 on 27 Jan 2011, 15:33, edited 1 time in total.
- Jan
- Phoca Hero
- Posts: 48550
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: [Feature Request] Hide category name from Category View
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
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
-
- Phoca Member
- Posts: 10
- Joined: 23 Jan 2011, 13:58
Re: [Feature Request] Hide category name from Category View
I've made my changes... and hidden category title in Category View (Files List)... Thank You!
I'll wait for languages
I'll wait for languages
- Jan
- Phoca Hero
- Posts: 48550
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Hide category name from Category View
Ok
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 43
- Joined: 08 Oct 2017, 14:31
Re: Hide category name from Category View
Hi, is there a way to do this now ?
Thank you
Thank you
- Benno
- Phoca Hero
- Posts: 9610
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Hide category name from Category View
Hi,
copy & paste:
at the end of your template.css or create a custom.css in:
backend --> Components --> Phoca Download --> Styles
Kind regards,
Benno
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;
}
backend --> Components --> Phoca Download --> Styles
Kind regards,
Benno