Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Calendar plugin
Is this plugin still supported? I just tried using it, but after I activated the plugin, it added one calendar to the predefined site (in settings) and another instance to my sidebar (not a mini-calendar though), eventhough I never wanted that.
Reply
I think it's no longer supported.

Not sure if it's related to your issue, but see this post: http://get-simple.info/forums/showthread...6#pid49086
Reply
(2015-07-15, 05:09:46)Carlos Wrote: I think it's no longer supported.

Not sure if it's related to your issue, but see this post: http://get-simple.info/forums/showthread...6#pid49086

Seems to be related! The snippet works, almost a little to "good". I put it in the component sidebar and now both instances disappeared... Big Grin
Reply
Is your sidebar component called before get_page_content in your template?
Reply
(2015-07-15, 23:17:48)Carlos Wrote: Is your sidebar component called before get_page_content in your template?

Thanks guys, I have solved the problem by reinstalling everything.
Reply
(2015-07-15, 23:40:41)lazlo Wrote:
(2015-07-15, 23:17:48)Carlos Wrote: Is your sidebar component called before get_page_content in your template?

Thanks guys, I have solved the problem by reinstalling everything.

Nice to know.

...But I was asking stwneu.
Reply
(2015-07-15, 23:17:48)Carlos Wrote: Is your sidebar component called before get_page_content in your template?

Yes, it is. Is there a way to "stop" that filter before get_page_content?
Reply
...or if it's not possible to include "applies only to sidebar" into that snippet or something like that, does anyone of you use any other ways to include an event-calendar? Smile
Reply
(2015-01-05, 20:38:13)Carlos Wrote: Thanks Carlos, I really needed it!

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]);
?>
My website made with GetSimple CMS is

Arte & Società
www.artesocieta.eu

An indipendent website about Italian Contemporary Visual Arts
Reply
Hi, nice plugin.
I'm working on a bilingual site http://quebecolympicwrestling.ca/ and trying to make the calendar work properly. I mean, it works properly but only in 1 language across the site. Is it possible to associate pages with a different language then the one default one?

The data in calendar.xml tells us which language is used
<calendar_plugin><lang>en_US</lang><page>calendar</page></calendar_plugin>

It would be great if we would be able to have another entry like below so we can use multiple languages.
<calendar_plugin><lang>fr_FR</lang><page>calendar_fr</page></calendar_plugin>

Or is there a workaround?
Reply
I get duplicated big event calendar in events page Sad. Any fix for that?. I have news manager, news manager addons and i8 gallery plugins installet.
Reply
Check this post:
http://get-simple.info/forums/showthread...6#pid49086
Reply
(2016-08-18, 02:09:56)Carlos Wrote: Check this post:
http://get-simple.info/forums/showthread...6#pid49086

Great thanx Big Grin. It works now, i put that code snippet after page content but before sidebar content.
Reply
I adjusted the plugin now works without error.
Download here http://getsimplecms.ru/plaginy-dlya-gets...-kalendar/
Demo http://getsimple-themes.ru/lightbox/
Reply
(2013-11-04, 08:50:31)HagayM Wrote: Hi,
Is there a way to have the calendar using Sunday as the first day of the week?
I couldn't find any configuration/settings that can apply.

Did this ever get answered?  Would also like Sunday as a start day-of-week.
Reply
(2018-05-27, 01:19:14)seannhenderson Wrote:
(2013-11-04, 08:50:31)HagayM Wrote: Hi,
Is there a way to have the calendar using Sunday as the first day of the week?
I couldn't find any configuration/settings that can apply.

Did this ever get answered?  Would also like Sunday as a start day-of-week.

Still hoping for a solution for this. Code or through the calendar admin.
Reply
(2013-10-17, 01:27:46)phpman Wrote: 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.

Hope anyone can help.

Harald

Hiya, Harald - I know it's a long time ago, but did you find a way to do this?

Thanks - Cath
Reply
(2013-11-08, 13:03:47)thisnthat Wrote: 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?

Hi. I know it's a long time ago, but did you find a way to have content on the page with the calendar?

Thanks - Cath
Reply
I will try find solution
Reply




Users browsing this thread: 1 Guest(s)