Licensee: Micky Mourelo – Item Purchase Code: 5a5797f2-f69c-4453-ad39-329256e752d4
I don’t need help, thank you. I just thought you should know; the admin form let’s you use sort_by=”sort_posted” in a shortcode but it does not work.

So I checked the code (v. 5.0.2) and saw that evo_cal_shell class has this switch:
switch($ecv['sort_by']){
case has_action("eventon_event_sorting_{$ecv['sort_by']}"):
do_action("eventon_event_sorting_{$ecv['sort_by']}", $events_array);
break;
case 'sort_date':
usort($events_array, 'cmp_esort_enddate' );
usort($events_array, 'cmp_esort_startdate' );
break;case 'sort_title':
usort($events_array, 'cmp_esort_title' );
break; case 'sort_color':
usort($events_array, 'cmp_esort_color' );
break;
case 'sort_rand':
shuffle($events_array);
break;
}
That does not have a case for sort_posted, that’s why it is not ordering by most recent event added.
I thought you would like to fix that.
Thanks anyway :o)
I just checked and even though we updated all the plugins the website is still producing the error.
The link provided in access info should get you in. Let me know if you have any issues.
We’ve updated EventON to 5.0.2 on CodeCanyon. So please update.
To update eventon to latest version: If you are unable to do autoupdate, you can go to codecanyon your account > download and get the latest eventon version as zip file. Then you can go to your website > make sure “Delete eventon settings & data when EventON is uninstalled” is Deslected from eventon settings, delete old eventon, install new one and activate. This link will further explain the process it. Also you can follow us on twitter to get real-time announcements on updates!
Hello,
Thank you for your great suggestion, at the moment it is not supported. However please create a new ticket and select Feature Request as category so others can vote on your idea and get it moved into development faster.
Hello,
I just did some tests on our test site and received an order email with attached pdf of the ticket.
Please send us wp-admin access to your site from “Access Info” box on right side menu, to further assist your situation.
I can also send the same order email to your if you send us your email.
evcal_org_ig is the correct name, but not sure about the rest of the code, especially $event_pmv[‘organizer_tax’]. Are you sure that organizer_tax contains order id?
I am sorry, the access information you have provided did not work for us. Please check them and post the correct login information as a private message, thank you!
Could you go to your theme folder and make sure that it doesn’t have any custom EventON files? And if it has, please make sure to update them with new templates you can find in EventON folder.
Hello,
Please update Tickets add-on as it should solve the issue.
Did you purchase EventON on our website or CodeCanyon?
To update eventon addons: You can download latest eventon addons from myeventon > my account. Then you can go to your website, deactivate old addon and install new one and activate then delete the old addon. This link will further explain the process. Also you can follow us on twitter to get real-time announcements on updates!