EventOn - WordPress Event Calendar Plugin

EventOn - WordPress Event Calendar Plugin v4.9.7

No permission to download

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,209
111,759
120
Tomz updated EventOn - WordPress Event Calendar Plugin with a new update entry:

EventOn v2.8.1 + Addons

Download EventOn v2.8.1 - WordPress Event Calendar Plugin Nulled Free
= v2.8.1 (2019-11-19) =

FIXED: Widget social share icons
FIXED: user interaction open in external url not working
FIXED: ICS download all events to only include future events
FIXED: Related events remove button not working
FIXED: Google map not loading on new loaded months
FIXED: Search box results not working
FIXED: Widget upcoming events not working
FIXED: Location address not showing in the eventtop
FIXED: Event...

Read the rest of this update entry...
 

UglyKidJoe

Active member
Trusted Uploader
Aug 30, 2018
138
138
43
After update to 2.8.1 I'm getting message in admin:

EventON Event Photos is enabled but not effective. EventON need to be installed and activated.

Anyone know what is going on here?
 

ponty

New member
Feb 6, 2019
11
4
3
After update to 2.8.1 I'm getting message in admin:

EventON Event Photos is enabled but not effective. EventON need to be installed and activated.

Anyone know what is going on here?

Some plugins broke functionality as of eventON 2.8.0 .. hopefully someone has access to get the updated (compatible) versions soon.
 
  • Like
Reactions: UglyKidJoe

miarcoles

Member
Apr 11, 2019
60
25
18
Some plugins broke functionality as of eventON 2.8.0 .. hopefully someone has access to get the updated (compatible) versions soon.

this is very difficult to happen. I haven't been able to find any resources sharing updates for plugins for a long time. I've got most of the modules, but it's the old version.
 

gd5670

New member
Sep 13, 2019
14
4
3
Leeuwarden
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.

You are simply awesome bro...............far beyond any expectations
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,209
111,759
120
Tomz updated EventOn - WordPress Event Calendar Plugin with a new update entry:

EventOn v2.8.2 Nulled

Download EventOn v2.8.2 - WordPress Event Calendar Plugin Nulled Free
= v2.8.2 (2019-11-26) =

ADDED: wp-admin filter events by event month
ADDED: Remove wp-admin all events default WP month filter
FIXED: search box not showing results
FIXED: Event descriptions escape quotations on frontend
FIXED: disable schema on site causing code errors
FIXED: Other schema related issues with google structured data tester
FIXED: latlng only locations map not showing without address
FIXED: Quick...

Read the rest of this update entry...
 

Mashid0

New member
Nov 27, 2019
2
0
1
If needed I have/but_actual (i'm looking for)

Action User 2.1.15/2.1.15/
Event Lists 0.10/0.14/+
Event Map 1.4.3/1.4.5/+
Event Slider 1.0.6/1.0.8/+
Event Tickets 1.7.7/1.7.10/+!!!
Full cal 1.1.6/1.1.9/+
PDFer 0.3/0.4/+
QR Code 1.1.3/1.1.3/+
RSS Feed 1.0.2/1.0.3/+
RSVP Events 2.6.5/2.6.7/+
Seats 1.0.3/1.0.6/+!!!
 

miarcoles

Member
Apr 11, 2019
60
25
18
If needed I have/but_actual (i'm looking for)

Action User 2.1.15/2.1.15/
Event Lists 0.10/0.14/+
Event Map 1.4.3/1.4.5/+
Event Slider 1.0.6/1.0.8/+
Event Tickets 1.7.7/1.7.10/+!!!
Full cal 1.1.6/1.1.9/+
PDFer 0.3/0.4/+
QR Code 1.1.3/1.1.3/+
RSS Feed 1.0.2/1.0.3/+
RSVP Events 2.6.5/2.6.7/+
Seats 1.0.3/1.0.6/+!!!

Do you have "PDFer" and "Seats"?
 

Mashid0

New member
Nov 27, 2019
2
0
1
yes i have all mentioned
in list positions i'm using

seats really need latest version, because 103 is buggy
seats cannot be easily integrated with external data base :(
 

Dragon Vulpo

New member
Jan 24, 2019
6
0
1
Hi! I don't know if it just for me, but the WEEK VIEW add-on broke my site. After installing it, when the site was reloaded, it only showed a white box... It took me a while to discover what causes the problem. I'm posting this to help avoid the scary scream for having the site down hehe.
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,209
111,759
120
Tomz updated EventOn - WordPress Event Calendar Plugin with a new update entry:

EventOn v2.8.3 Nulled

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

FIXED: search all not sending results for some websites
FIXED: Map zoom level not processed on new months
FIXED: filter button to hide when no filters are selected in settings
FIXED: wp-admin filter events by past current error on missing value
FIXED: Repeating events not appearing in events lists
FIXED: Schema showing description as html

Read the rest of this update entry...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,209
111,759
120
Tomz updated EventOn - WordPress Event Calendar Plugin with a new update entry:

EventOn v2.8.4 Nulled

Download EventOn v2.8.4 - WordPress Event Calendar Plugin Nulled Free
= v2.8.4 (2019-12-12) =

ADDED: ux_val=4a to open event as single event page in new window
FIXED: empty schema organizer undefined error
FIXED: schema description, name show multiple times in abbreviated versions
FIXED: schema organizer to have organization property instead of person
FIXED: event card open on default not loading google map
FIXED: language not passing to new months
FIXED: Calendar shell to set...

Read the rest of this update entry...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,209
111,759
120
Tomz updated EventOn - WordPress Event Calendar Plugin with a new update entry:

EventOn v2.8.4 + Addons Updated

Download EventOn v2.8.4 - WordPress Event Calendar Plugin Nulled Free
New Addons Versions Added
EventON Weekly View Addon v1.1
EventOn Action User Addon v2.1.17
EventON Countdown Addon v0.9
EventON CSV Event Importer Addon v1.1.8
EventON Daily View Addon v1.0.10
EventON Event Tickets Addon v1.7.10
EventON Events Lists Extended Addon v0.15
EventON Full Cal Addon v1.1.10
EventON QR Code Addon v1.1.6
EventON RSVP Events Addon v2.6.7
EventON Subscriber Addon...

Read the rest of this update entry...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,209
111,759
120
Tomz updated EventOn - WordPress Event Calendar Plugin with a new update entry:

EventOn v2.8.5 + Addons

Download EventOn v2.8.5 - WordPress Event Calendar Plugin Nulled Free
= v2.8.5 (2020-1-14) =

FIXED: event type color not passing to get_tax_ids()
FIXED: Repeat interval custom not saving date correct
FIXED: event location names list getting cut off in the shortcode generator
FIXED: single event box show_exp_evc=yes not working when linking to external url
FIXED: wp-admin javascript text string translations

Read the rest of this update entry...
 
  • Like
Reactions: ponty

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu