Feature Request: Tags - alphabetical order
Proposed new features of merit and bugs to be fixed. Messages are moved here from the main forum by moderators.
Gold and Silver members can add posts here directly.
Gold and Silver members can add posts here directly.
Feature Request: Tags - alphabetical order
by foodtrucker » Tue Apr 05, 2011 5:08 pm
When editing an event, it would be nice if existing tags in the "Click Tag to Select" column were in alphabetical order. Makes it easier to pick and select tags.
Also, not allowing duplicate tags to be entered would be helpful too.
Thanks.
Also, not allowing duplicate tags to be entered would be helpful too.
Thanks.
- foodtrucker
- Posts: 4
- Joined: Tue Feb 15, 2011 6:11 am
Re: Feature Request: Tags - alphabetical order
by Geraint » Wed Apr 06, 2011 12:25 pm
when editing an event or a menu/module - search for
- Code: Select all
$sql = "SELECT tg.tag_id, tg.title FROM #__jev_tags as tg WHERE tg.published=1 AND tg.access<=" . $user->aid;
- Code: Select all
$sql = "SELECT tg.tag_id, tg.title FROM #__jev_tags as tg WHERE tg.published=1 AND tg.access<=" . $user->aid. " ORDER BY tg.title ASC" ;
------------
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
JEvents club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits.
Join the JEvents club today!
-

Geraint - Posts: 30518
- Joined: Fri Feb 15, 2008 6:14 pm
Re: Feature Request: Tags - alphabetical order
by foodtrucker » Mon Apr 11, 2011 7:07 pm
Worked like a charm. Thank you very much for the quick response.
- foodtrucker
- Posts: 4
- Joined: Tue Feb 15, 2011 6:11 am
3 posts
• Page 1 of 1
Return to Feature Requests/Suggestions
Who is online
Users browsing this forum: No registered users

