• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

EventOn - WordPress Event Calendar Plugin

EventOn - WordPress Event Calendar Plugin v4.6.3

No permission to download
Hi Babak,

Thanks for all the great work you do.

The following Add-ons are not in the package.

It would be great if any or all of them could be added

Action User Plus
Event API
Bookings
Event Dynamic Pricing
Event Lists Ext.
*Event Photos
Event Slider
*EventsMap
iCS Importer
*Reminders
Event Reviewer
RSS Feed
RSVP Events
Event Seats
Speakers & Schedule
Event Wishlist

*Strongly desired.
 
Hi,
Can we have the version 2.6.18?

Event pages are showing 404, the developer said he fixed it in version 2.6.18
Or do anyone know how to fix this issue?

Thank you, guys.
 
Hi,
Can we have the version 2.6.18?

Event pages are showing 404, the developer said he fixed it in version 2.6.18
Or do anyone know how to fix this issue?

Thank you, guys.
okay bro i will update it in 24 hour
 
  • Like
Reactions: harkel
Okay, @Babak.

Do you or anyone know how to resolve the issue?

After creating an event, the popup event view works but single event view page doesn't work it shows error 404.
 
Okay, @Babak.

Do you or anyone know how to resolve the issue?

After creating an event, the popup event view works but single event view page doesn't work it shows error 404.
OK, here’s how to null EventON for both the main plugin and the addons. These instructions are for 2.6.5 and line numbers are for unedited files (so if you add code somewhere, the line numbers will change accordingly).

In the file eventON/includes/admin/class-license.php, after line 19 which is
PHP:
public function purchase_key_format($key){

Add:

PHP:
return true;

Then in the function remote_validation($args), after line 325 which is

PHP:
$output['api_url'] = $url;

Add:

PHP:
if($this->slug == 'eventon'){
$this->set_prop( 'buyer', 'whatever_name_you_want_here');
$output['status'] = 'good';
$this->set_prop('remote_validity','valid' );
} else {
$this->set_prop('remote_validity','valid' );
$this->set_prop('key',$key );
$output['status'] = 'good';
}
return $output;

Then in the file eventON/includes/admin/class-admin-ajax.php, after line 894 which is function get_remote_validation_results($validation, $PROD, $type){

Add:

PHP:
$output['status'] = 'good';
$PROD->set_prop('status', 'active');
EVO_Error()->record_activation_rem();
return $output;

Then in the function deactivate_product(), after line 927 which is

Code:
$error_code = '00';

Add:

PHP:
if($_POST['type'] == 'main'){
$PROD = new EVO_Product_Lic('eventon');
$status = $PROD->deactivate();
$slug = 'eventon';
EVO_Error()->record_deactivation_loc($slug);
$html = $this->get_html_view('main',$slug);
$error_code = 33;
} else { //for addons
$PROD = new EVO_Product_Lic($_POST['slug']);
$error_code = 33;
EVO_Error()->record_deactivation_rem();
$PROD->deactivate();
$html = $this->get_html_view('addon',$_POST['slug']);
$status = 'success';
}
$return_content = array(
'status'=> ($status?'success':'bad'),
'msg'=>EVO_Error()->error_code($error_code),
'html'=> $html,
);
echo json_encode($return_content);
exit;

Any details can be used to activate the plugin. Also, any addons that get installed you can use any details to activate those too. It’s also safe to deactivate should you need to for any reason.
 
Babak updated EventOn - WordPress Event Calendar Plugin with a new update entry:

EventOn v2.7

Download EventOn v2.7 - WordPress Event Calendar Plugin Nulled Free
For Nulling CHeck Here: https://babia.to/threads/eventon-wordpress-event-calendar-plugin.909/page-2#post-36845
= v2.7 (2019-5-30) =

ADDED: Event organizer description in event card
ADDED: ability to hide sort filter section on event lists via shortcode hide_so
ADDED: EventON settings diagnose environment data and stats
ADDED: 2 multi data type additional fields on default with filter
ADDED: wp-admin...

Read the rest of this update entry...
 
Babak updated EventOn - WordPress Event Calendar Plugin with a new update entry:

EventOn v2.7.1

Download EventOn v2.7.1 - WordPress Event Calendar Plugin Nulled Free
= v2.7.1 (2019-6-4) = For Nulling CHeck Here
https://babia.to/threads/eventon-wordpress-event-calendar-plugin.909/page-2#post-36845

FIXED: auto trash past events deleting non past events
FIXED: minor style conflicts
FIXED: event set to open link open in new tab despite not set
FIXED: Single event box opening external link as well as single event page
FIXED: JSON LD data escaping issue with apostrphe...

Read the rest of this update entry...
 
  • Like
Reactions: UglyKidJoe
Babak updated EventOn - WordPress Event Calendar Plugin with a new update entry:

EventOn v2.7.2

Download EventOn v2.7.2 - WordPress Event Calendar Plugin Nulled Free
= v2.7.2 (2019-6-28) =

ADDED: repeat events to be trashed if set when last repeat is over
FIXED: when sort buttons hidden event filter not working for switch months
FIXED: to hide sort button if no sort options selected in settings
FIXED: single event box external link opening 2 windows
FIXED: Shortcode generator functioning errors
FIXED: open in new window for events not working
UPDATED: event photos filter for...

Read the rest of this update entry...
 
Hi Babak,

could you please update the addons?!

RSVP is 2.6.6

Actio User is 2.1.15
 
Last edited:
Hi Babak,

could you please update the addons?!

RSVP is 2.6.6

Actio User is 2.1.15
@pitware2005
ActionUser (AU) addon for EventON Plugin
v2.1.15 (2019-6-27)

ADDED: notice in settings to disable notify submitter of event approval
ADDED: User capabilities to user profile in wp-admin
FIXED: edit events in event manager not working with organizer field values
FIXED: all day event & no end time deselecting not saving in event manager
FIXED: location and organizer from select list not saving

RSVP (RS) addon for EventON Plugin
v2.6.6 (2019-6-28)

FIXED: when events are deleted to show a message on event rsvps list
FIXED: download attendees as CSV not showing Email updates field correct
FIXED: RSVP manager showing the rsvp lightbox twice
FIXED: add new rsvp from backend hidden
 

Attachments

  • eventon-action-user2115.zip
    133.2 KB · Views: 16
  • eventon-rsvp-events266.zip
    127 KB · Views: 16
  • Like
Reactions: SteveClarkApp
Thank you very much for the shares. Is there a place that all the eventon addons are listed here?
 
Babak updated EventOn - WordPress Event Calendar Plugin with a new update entry:

EventOn v2.7.3

Download EventOn v2.7.3 - WordPress Event Calendar Plugin Nulled Free
For Nulling Check This Post
https://babia.to/threads/eventon-wordpress-event-calendar-plugin.909/page-2#post-36845
v2.7.3 (2019-7-24) =

ADDED: Filter evo_eventcard_time for eventcard time
ADDED: Ability to set constant characters for event card date time format
ADDED: pluggable filter evo_eventcard_repeatseries_start_dtformat to allow repeat event series time format...

Read the rest of this update entry...
 
  • Like
Reactions: UglyKidJoe
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock