Easy PHP Calendar - We really take care of your dates!


Go Back   Easy PHP Calendar > Integration > Wordpress

Wordpress Information about integrating the calendar with the Wordpress Content Management System.

Closed Thread
 
Thread Tools Search this Thread Display Modes

Adding filter Plugin is breaking onpopup event
Old 02-12-2010, 11:05 AM   #1
luvshack
Calendar User
 
luvshack is offline
Join Date: Feb 2010
Posts: 2
Default Adding filter Plugin is breaking onpopup event

I have a wordpress template that needs to have FILTER, MULTIPLE CALENDARS, AND LIST . Everything works great until i add the filter plugin call.

When i add this code it nothing appears (install directory is 'ezcalendar')

<?php
require("ezcalendar/plugins/filter.php");
?>


Even funnier is, that if i add this code in front of that, it will display correctly but i can not click on any of the Date fields as eventPopup is undefined:

<?php
ob_start();
require("ezcalendar/calendar.php");
ob_end_clean();

require("ezcalendar/plugins/filter.php");
?>

Thanks for any help
 

Old 02-12-2010, 11:34 AM   #2
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,965
Default

That means that either you have the wrong path, or that it can't find the values that need to be set for it to work. Usually it's because the $CSS and $OL lines are missing, as they will set those values, but sometimes it is caused by how the system is generating the page... losing the values in the process.

In that case, you need to add
PHP Code:
require("ezcalendar/config.inc.php"); 
before the code for the filter.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 02-12-2010, 11:48 AM   #3
luvshack
Calendar User
 
luvshack is offline
Join Date: Feb 2010
Posts: 2
Default

Thanks for very quick response. It is working now, not sure why it looses those Config values when just adding another call plugin, but if it works...don't mess with it...

Thanks again
 
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Filter plugin not working jaketone Customizations (Themes / Templates) 3 12-30-2009 08:06 PM
Very long delay after adding an event. richardh General 4 04-10-2009 11:15 AM
Add new event category filter k9barry General Support 2 01-08-2009 01:34 PM
Filter Plugin rwatson626 General Support 1 12-19-2008 02:44 PM
Adding an event takes one minute adventu General Support 3 04-16-2008 11:15 AM



All times are GMT -4. The time now is 05:11 AM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2009 NashTech, Inc.

| Home | Register | Today's Posts | Search | New Posts |