Page 1 of 1

add label to category view icon

Posted: 25 Sep 2013, 23:18
by inarush
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?

Re: add label to category view icon

Posted: 30 Sep 2013, 19:18
by Jan
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

Re: add label to category view icon

Posted: 30 Sep 2013, 19:30
by inarush
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.