Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Calendar | Event Espresso - Staging Server

Support

Home Forums Calendar Calendar

Calendar

Posted: December 20, 2013 at 1:08 pm

Viewing 0 reply threads


artsguild

December 20, 2013 at 1:08 pm

Hey – I’m liking the new calendar 1.7 features like the category legend and dropdown.

I’m wondering if anyone can point me to a way to force the order to output alphabetical instead of by ID? I’m specifically interested in the legend, but might use the dropdown if it’s alpha too.

Examples:
( now sorted by ID )
Classes – This
Theater
Classes – That
Classes – This 2

( Sorted Alpha… )

Classes – That
Classes – This
Classes – This 2
Theater

Thanks!


Anonymous

December 23, 2013 at 2:17 am

Personally I would modify the SQL string used to pull the categories.

espresso-calendar.php line 265

$c_sql = "SELECT * FROM " . EVENTS_CATEGORY_TABLE;

change it to

$c_sql = "SELECT * FROM " . EVENTS_CATEGORY_TABLE . " ORDER BY category_name ASC";

Unfortunately there is no update safe method of doing this so this will be lost after any Calendar updates.

Viewing 0 reply threads

The support post ‘Calendar’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso - Staging Server