J and Beyond 2013 | An International Joomla! Conference - May 31st - 2nd, 2013, Noordwijkerhout, The Netherlands
It is currently Sun May 19, 2013 7:14 pm

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.

Feature Request: Tags - alphabetical order

Postby 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.
foodtrucker
Posts: 4
Joined: Tue Feb 15, 2011 6:11 am

Re: Feature Request: Tags - alphabetical order

Postby 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;
in plugins/jevents/jevtags.php and change in all places to
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!
User avatar
Geraint
Posts: 30518
Joined: Fri Feb 15, 2008 6:14 pm

Re: Feature Request: Tags - alphabetical order

Postby 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


Return to Feature Requests/Suggestions

Who is online

Users browsing this forum: No registered users

Main Menu

User Menu

Hosted By


Who is online

In total there are 0 users online :: 0 registered and 0 hidden (based on users active over the past 5 minutes)
Most users ever online was 94 on Tue Sep 01, 2009 12:33 am

Users browsing this forum: No registered users

Login Form