GetSimple Support Forum

Full Version: Calendar plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
Hi, first of all great plugin.

I installed it of one of my sites, got it working first time no hassle at all, does exactly what I expected.

but I then installed it on a sub-domain on the same site, and I get the following error(s) on events

Warning: ksort() expects parameter 1 to be array, null given in E:\Domains\s\sellostring.co.uk-9509444\user\htdocs\karate\plugins\calendar\inc\admin_events.php on line 23

Warning: Invalid argument supplied for foreach() in E:\Domains\s\sellostring.co.uk-9509444\user\htdocs\karate\plugins\calendar\inc\admin_events.php on line 25

and on the calendar page.


Notice: Undefined variable: events in E:\Domains\s\sellostring.co.uk-9509444\user\htdocs\karate\plugins\calendar\inc\calendar.php on line 110

Notice: Undefined variable: css in E:\Domains\s\sellostring.co.uk-9509444\user\htdocs\karate\plugins\calendar\inc\calendar.php on line 132

and on the add page I get various errors

<br /><b>Notice</b>: Undefined variable: title in <b>E:\Domains\s\sellostring.co.uk-9509444\user\htdocs\karate\plugins\calendar\inc\admin_edit.php</b> on line <b>37</b><br />

any ideas..?

regards

RichE
several? you still working on this project?

I've also a question:
In the frontend we have the calendar - is there a way to display all events in a list with content?

like:
#1 Headline
#1 Content

#2 Headline
#2 Content

...
sorry everyone I have lot's of works, and i don't have much time for plugins
riche, I will repair that
SlazZe, In actually version sorry but no
Hi. I'm missing a start and end date fill in option. Example: see attachment
datiswous, yes it's good idea i add this function in new version, when I find a free moment
several27 Wrote:datiswous, yes it's good idea i add this function in new version, when I find a free moment

That would be great.

Another idea: to be able to list multiple months instead of only one month.

Example: http://yeti.ch/weidhaus.html (I think this site is just using tables)
Very good plug-in - one issue I seem to have found though, when using the Event List in my sidebar to display the first 3 events.

It literally displays the first 3, not the next 3. If an event date has passed it will still display the event for then above the others. This makes having a list of "Upcoming Events" difficult unless you go into the calendar and delete past events.

Would there be any way to have it displaying the next 3 upcoming events, instead of the first 3 events in the calendar, for the 'event list'?
How indexing to the events in I18N search results? Would be great that.

(I don't speak english, sorry for my bad language)
I could not embed an image within an event page.
After saving the event, the code goes wrong.

It takes the root link + current image link.
I have a weird issue going on, When i first installed it, worked great, now i am not able to add any new events to the calendar, When i click on add, i fill out the form and when clicking save the page flashes like a refresh , all form data is there, but when i click away and go back to my calendar or if i click on events, nothing is there.Not sure why its not saving, i dont think i have touched anything that might affect it. i unzipped, placed contents in the plugin directory and thats it. Are there any settings i need to make sure work right? htaccess settings?
daverosewebworks Wrote:I have a weird issue going on, When i first installed it, worked great, now i am not able to add any new events to the calendar, When i click on add, i fill out the form and when clicking save the page flashes like a refresh , all form data is there, but when i click away and go back to my calendar or if i click on events, nothing is there.Not sure why its not saving, i dont think i have touched anything that might affect it. i unzipped, placed contents in the plugin directory and thats it. Are there any settings i need to make sure work right? htaccess settings?


I do see the xml file being created in the data/other/calendar folder, just not displaying it in the admin or on my page
What would need to change in order for the week to start on Sunday instead of Monday? Otherwise it is a good event calendar that is easy to use.
I am having two minor technical difficulties with the calendar:


  1. The main calendar is not highlighting an event day as the mini-cal does. (I believe that it is missing the function to add "eventIS" class, but cant figure out why)
  2. The mini-calendar and events do not display correctly if it is displayed on the same page as the full. (Probably a css problem, but I am not seeing it)

Anyone have any experience with this plug?
(2012-05-20, 19:04:17)zattaboy Wrote: [ -> ]I could not embed an image within an event page.
After saving the event, the code goes wrong.

It takes the root link + current image link.

I have the same problem!
Clicked the source button in the editor, tried to clean the code. After saving the code got even worse! Lots of "\&amp;quot;\". Each time you click on "source" then save (without editing) the code gets more codes...
I really want to be able to add images on my events.
Hallo, i have this error and many others by activating the plugin in GetSimple 3.2, you can make it work in the new version? thanks

Code:
Notice: Undefined index: id in E:\xampp\htdocs\getsimple32\plugins\calendar.php on line 56

Notice: Use of undefined constant index - assumed 'index' in E:\xampp\htdocs\getsimple32\plugins\calendar.php on line 56
I could work with the plugin in 3.2 (even getting error messages, but I ignore them... at least for the moment)

my problem is that the insert of images does not work as there is too much html - escaping:

Code:
<img alt=\"\" src=\"http://www.urbanistan.de/waldsaum/data/uploads/feld/feld_1.jpg\" style=\"width: 650px; height: 488px;\" />

1) Warning: ksort() expects parameter 1 to be array, null given in /var/www/web1/html/urbanistan/waldsaum/plugins/calendar/inc/admin_events.php on line 23

Warning: Invalid argument supplied for foreach() in /var/www/web1/html/urbanistan/waldsaum/plugins/calendar/inc/admin_events.php on line 25


but I can add dates etc.

2) the escaping of images should be stopped
3) in the calendarview the readmore-link should have distance to the text, now you get "baum(...)" instead of "baum (...)
Don't work with GS 3.2.
The administration of the plugin is filled with tens and tens of "warning".
No fix in sight ?
Unlike Connie, I can't add any dates...
(2013-03-18, 23:33:12)krysttof Wrote: [ -> ]Don't work with GS 3.2.
The administration of the plugin is filled with tens and tens of "warning".
No fix in sight ?
Unlike Connie, I can't add any dates...

The problem is the difference in /admin/inc/common.php file between current and older versions of Get-Simple. If you want to use calendar with GS v3.2.1 simply take /admin/inc/common.php file from version 3.1.2 and put it in your current installation.
(2013-05-29, 16:08:06)gregorba Wrote: [ -> ]take /admin/inc/common.php file from version 3.1.2 and put it in your current installation.

An admin file v3.1.2 in a site with v3.2.1... hum a good solution ? Dodgy
I'm not sure !?
(2013-05-29, 16:13:47)krysttof Wrote: [ -> ]
(2013-05-29, 16:08:06)gregorba Wrote: [ -> ]take /admin/inc/common.php file from version 3.1.2 and put it in your current installation.

An admin file v3.1.2 in a site with v3.2.1... hum a good solution ? Dodgy
I'm not sure !?

I know it's not a good solution but temporary and we finally know where to look to modify plugin itself to work with 3.2.1. I will try to fix it and post my findings.
ThX gregorba!
anybody know how to clear/delete errorlog.txt file located in /data/other/logs/ or disable error logging to that file ?
My events seem to drop off at 5pm PST instead of at midnight...it's likely a simple thing to fix but I don't know how...can someone help me? (I hope I'm posting this in the right place!!!) Thanks, Jana
Thanks to gregorba our plugin now support newest getsimple version 3.2.1
Thanks for your work on this plugin.

I received an error on saving a calendar item

Warning: mb_convert_encoding() [function.mb-convert-encoding]: Illegal character encoding specified in /admin/inc/basic.php on line 64

In admin_edit.php line 11, I found a typo:
Code:
$file = to7bit($file, 'UFT-8');

changed it to:
Code:
$file = to7bit($file, 'UTF-8');

Sander van den Berg
Pages: 1 2 3 4 5