2013-10-17, 01:27:46 (This post was last modified: 2013-10-17, 01:28:17 by phpman.)
Hello,
is it possible to use the calendar with events longer than one day?
I would like to use it for a booking calendar for a hostel. So i need more than one event
on one day.
For example:
room 1 = booking from 16.10.13 - 25.10.13 client: Mrs. X
room 2 = booking from 14.10.13 - 20.10.13 client: Mr. Y
etc.
Is it possible to do this with the plugin ?
If possible but i think that it is the easiest one i need it only internal to manage the bookings that we donĀ“t make bookings for 1 room double for the same time.
I'd really like to be able to have some content on the same page as the calendar, but it seems it's either content or calendar, not both. What I'd really, really like is to be able to use the p01-contact plugin on the same page as the calendar. Any suggestions?
what version of getsimple You using ?
what version of Calendar plugin ?
and try disable all other instaled plugin's, then activate only a plugin calendar.. maybe is some conflict with already instaled plugins...
just found a nasty bug someone used to dos my webserver.
In calendar/inc/calendar.php:10 there is a loop iterating over an check for a valid date to determine the number of days in a given month of a year.
When a page is accessed with a ridiculous low value (e.g. 1387), this loop never ends.
When I try to use <?php c_calendarEvents(); ?> I have a error in log:
Notice: Undefined variable: events_list in /Users/akd/Documents/Sites/plugins/calendar/inc/client_calendarEvents.php on line 74
one more:
[07-Aug-2014 00:05:27 Asia/Kolkata] PHP Notice: Undefined variable: SITEURL in /Users/akd/Documents/Sites/plugins/calendar/inc/admin_edit.php on line 112
The Calendar plugin has issues with some plugins and code snippets, e.g. functions like getPageContent , News Manager Addons' nm_custom_... display functions and possibly other plugins (those that use GetSimple's 'content' filter)
(Reported by user and olsv64 at the Russian forum)
A workaround: insert this code in your template or component (before the display function):
Code:
<?php
global $filters;
foreach ($filters as $i => $row)
if ($row['function'] == 'c_client_calendar')
unset($filters[$i]);
?>
Hello,
thank you for your work on this plugin !!
I want to ask is it possible to to make events disappear from event list after their expiration date ?
I have events that were couple days ago and they still show on event list in my sidebar.
Thank you for your time.
Hi
I just installed the Calendar plugin, it works when I add an Event, but when I click on the Event in the miniCalendar it just refreshes the page. For example it gives me "<a href="index.php?id=">4</a>" .
What am I doing wrong ?