Page 1 of 1

Re-ordering tags on new file page

Posted: 20 Oct 2014, 04:06
by Suge1w
Hello,

I have a lot of tags (120+) and I need to sort them in alphabetical order in admin form when adding a new file. Is this possible and if so which file would I need to edit?

Many thanks 8)

Re: Re-ordering tags on new file page

Posted: 23 Oct 2014, 17:47
by Jan
Hi, you can sort the tags by title in administration - to see them e.g. ordered by title but if you mean to order them in select box, the ordering needs to be customized:

administrator\components\com_phocadownload\libraries\phocadownload\tag\tag.php

Jan

Re: Re-ordering tags on new file page

Posted: 24 Oct 2014, 01:06
by Suge1w
Hello Jan - many thanks for response.

I cannot find the "libraries" folder in the directory... I should say I am using Joomla 2.5 and Phoca Download version 2.1.9. Perhaps the structure is different?

Re: Re-ordering tags on new file page

Posted: 25 Oct 2014, 19:38
by Jan
Hi, yes, the structure is different in Phoca Download 2, it should be in

administrator/components/com_phocadownload/helpers\phocadownloadtag.php


Jan

Re: Re-ordering tags on new file page

Posted: 26 Oct 2014, 03:02
by Suge1w
Many thanks Jan, can't believe I didn't look in that file!