cf7-calendar 2.0.3
This is upgrade version for CF7-Calendar. Minor change inside the php script and compatibility with Contact Form 7 by adding new module in Contact Form 7 2.0 plugins.
Since the great change by Contact Form 7 in version 2.0 that’s alowing to access the core API the older version of CF7-Calendar cannot passing the value in email sending. But i believe that the value outside validated input name cannot work either.
To solve this problem, you can upload the CF7-calendar Module (cf7-calendar.php) in Contact Form 7 plugin directory ([wp-content/plugins]/contact-form-7/modules/) and in the Contact Form 7 form area you can use the tag [cf7cal] to make your value passed in email sending.
To see more in Contact Form 7 Calendar Demo and How to Use please click the Plugins Homepage link page.
Tested in Wordpress 2.8.2 and Contact Form 7 2.0
Tags: calendar, contact form 7, Plugin, plugins, wp
[...] Please see this announcement in using CF7-Caledar with Contact Form 7 [...]
oh no wait it seems to work no sorry bout that… just enabled and disabled it
nice plugin thanks
I keep getting a
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/44/d206236138/htdocs/boardwalk/wp-content/plugins/cf7-calendar/cf7-calendar.php on line 71
when I try to activate. Not sure why because on a separate install it works fine.
@giacomo : can you show me what version of Wordpress that you use?
Hi,
i also getting this message
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in …../htdocs/blog/wp-content/plugins/cf7-calendar/cf7-calendar.php on line 71
even if i switched back to Standard Kubrick Theme and try to reactivate it doesn’t help …
I’m using WP 2.8.2 and CF7 2.0 DE-Edition
Anyway thanks for this plugin
For everybody that having problem same with @tom and @giacomo, please replace cf7-calendar.php with file below and please inform me.
http://webwoke.com/wp-content/uploads/2009/07/cf7-calendar.php1.txt
Hi,
after replacing the cf7-calendar.php it finally works
Again, thanks a lot for this great plugin!
After many tries (the instructions are not clear to me, sorry) I got this fix to work. Only I notice that the calendar does not work in the Opera browser (10beta, Linux) anymore… No idea why. Maybe a javascript issue?
Question: does this fix stick when updating CF7 in the future or will I need to re-upload your module file again?
the calender is working great now.
but now i have the same position problem as Thomas King had.
in explorer the calender floats somewhat at the top of the page instead of on top of the button
I see that you’ve got the same problem with positioning the calender in explorer.
This is a good plugin but it is perfect when its positioned good
try this one :
To fix the IE 8 position issue go to calendar.js file. Somewhere around line 1392 you should see the following block of code:
if (Calendar.is_ie) { br.y += document.body.scrollTop; br.x += document.body.scrollLeft; } else { br.y += window.scrollY; br.x += window.scrollX; }
Replace this code with:
br.y += window.scrollY; br.x += window.scrollX;
That worked fine, All is looking great now.
Thank you for this great plugin.
But please remove the linebreak in cf7-calendar.php in line 247 (after ). Otherwise WP will insert a “”, so it destroys the layout.
Frank
The German language file is borked.
I believe the declaration for the first day of the week is missing.
// First day of the week. 0=Sunday, 1=Monday
Calendar._FD = 1;