add label to category view icon
-
- Phoca Newbie
- Posts: 6
- Joined: 20 Mar 2010, 01:16
add label to category view icon
I am using Phoca Download. When the user selects a document to download they are taken to a download page that also displays an icon in the upper right corner. When this icon is selected it displays the category list. I want to have a label for this icon that says View Category List. Apparently my users aren't comfortable with just the icon and feel a label of some kind is necessary. How can I do this?
- Jan
- Phoca Hero
- Posts: 48581
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: add label to category view icon
Hi, you can disable or enable it in parameters, to change it from icon to some text, the output of category view needs to be customized:
components/com_phocadownload/views/category/tmpl/ ...
Jan
components/com_phocadownload/views/category/tmpl/ ...
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 6
- Joined: 20 Mar 2010, 01:16
Re: add label to category view icon
Thank you for your reply. Unfortunately, it is too late to disable the icon...they've seen it and they like it. LOL. I will move forward with customizing the code so that the icon displays text. Thanks again.