Yours comments? It’s here! Download too…

We are not going to wait for a page with 100 comments!

To help us all to follow remarks about Events-Calendar I propose to continue the thread with this post. Do not forget to (re) subscribe in leaving a new comment ;)

I know that the ideal would have been communicating through a forum.
Maybe soon;)

Download: Events-Calendar ver. 6.4.1

Thanks to your suggestions and comments, and also your bugs, a new version is in preparation. When bugs have been fixed. So don’t move too far…

Heirem 8 août 2008 10:12 Events-Calendar, Plugins 72 commentaires URI du rétrolien Comments RSS

Donations Wikipedia Affiliate Button

for help Heirem's

72 réponses à “Yours comments? It’s here! Download too…”

  1. Zbyszekle 8 août 2008 à 12:56 Lier au commentaire

    Hi, I did what you suggested and from this I get this http://argostest.co.uk/website - I think it’s ok? I mean I have my wordpress installation in “website” folder. Still don’t know what the problem might be.
    Thanks

  2. Heiremle 8 août 2008 à 13:43 Lier au commentaire

    Zbyszek >
    Hello !
    That’s the problem! This is not ok, no;)
    You should go see your settings in wordpress:
    - Go in the dashbord
    - Then Settings / General
    - In your case the Wordpress address and the blog address should be identical.
    - And setting DNS (hosting) should redirect http://argostest.co.uk/website to http://argostest.co.uk/
    - That’s exactely what I done for my blog ;)
    - EC point actually to http://argostest.co.uk/website , which is normal, but then it’s lost ! If EC could point to http://argostest.co.uk/ I think it will work.
    Regards
    Heirem

  3. Jon Eaglesonle 8 août 2008 à 21:08 Lier au commentaire

    Just thought you may want to know!

    When I was running the calendar (on a server in the US, on UTC - 4), it was not showing the day numbers under the proper column (so both the admin, full page, and widget calendars would show Friday, August 8th as a Thursday).

    I found out that this was because the function to stretch the first cell out - the blank one - wasn’t stretching it long enough! I had to change a line of code.

    I changed this:

    if($weekday > 0) $calendar .= “\t\t ”; //initial \”empty\” days

    To this:

    if($weekday > 0) {$weekday++; $calendar .= “\t\t ”; //initial \”empty\” days
    }

    Which added that extra white space at the beginning, and corrected the offset. This is with this script, because my wordpress installation renders the days and dates correctly everywhere else.

    Hopefully this helps!

  4. Ronle 8 août 2008 à 21:26 Lier au commentaire

    For a forum try this wordpress plugin:

    http://www.stuff.yellowswordfish.com/simplepress-forum/

    It’s fanatastic!

  5. Maidale 9 août 2008 à 6:39 Lier au commentaire

    I’m on vacation until Monday, but I’d be happy to help with the troubleshooting if needed when I get back.

    I love the Simple Machines Forum (http://www.simplemachines.org/), and there is a bridge that you can install between SMF and WP that works great with SMF 1.1.5 and WP 2.6 so far. (see http://www.simplemachines.org/community/index.php?topic=161671.msg1647996#msg1647996 for how I made it work for me)

    Have a great weekend!

    Maida

  6. Heiremle 9 août 2008 à 10:10 Lier au commentaire

    Ron & Maida >
    You give me really want to quickly establish a forum!
    I think to it seriously, but my current priority is to make this blog a multilingual site (in my own way;)).
    Thank you for your suggestions, I will of course study them carefully.

    Ron, it makes me really happy to see you leave a trace here! ;)

    Maida: surely well deserved holiday! ;)

    I also gives me a little rest today and tomorrow morning. Then, I admit to being pressed to solve the problems posed by some users of EC.

    Jon Eagleson I’m going to think of you !

    Sincerely yours
    Heirem

  7. rayle 9 août 2008 à 13:10 Lier au commentaire

    I have installed ec and the widget shows up ok on my blog however I am unable to add events to it, I fill all boxes and click add event but nothing appears. I am using wp2.6

  8. Heiremle 9 août 2008 à 13:34 Lier au commentaire

    ray> > Check two things:
    - That all fields are filled in the options
    - And the tables in your database has been created
    Let me informed ;)
    Best regards
    Heirem

  9. rayle 9 août 2008 à 16:16 Lier au commentaire

    Heirem
    Thanks for the prompt reply
    I understand about filling all options fields but how do I check my database for tables ?
    Regards
    Ray

  10. Heiremle 9 août 2008 à 16:28 Lier au commentaire

    ray> > If you use MySQL as database, the administration interface is called ‘phpmyadmin‘. Learn more about in Google, and of course with your host ;)
    Regards
    Heirem

  11. rayle 9 août 2008 à 16:36 Lier au commentaire

    Heirem

    Thanks I do use MySQL so I’ll go take a look

    Ray

  12. Soulmasterle 11 août 2008 à 9:32 Lier au commentaire

    Hello, i like your calendar very much but the layover is not working when ligtview is active.

    How can i fix this?

  13. Heiremle 11 août 2008 à 10:34 Lier au commentaire

    Sounmaster
    I invite you to contact Andy who knows better than me this problem.
    Best regards
    Heirem

  14. Ginale 11 août 2008 à 11:08 Lier au commentaire

    Heirem,
    I asked this in another post, but in case you don’t see it:

    How did you make your Large Calendar entry link to another page, in addition to the tooltip rollover?

    Thanks!

  15. Heiremle 11 août 2008 à 11:29 Lier au commentaire

    Gina >
    Hello
    The answer is somewhere in the comments of a previous article.
    But here again:
    1 - Open ec.js.class.php and go to the function calendarData().
    2- Around ligne 219, just before this :

     if($output != ''):

    4- Insert this :

    $idPost = isset($e->postID) ? $e->postID : '';"
    if ($idPost == '') {
       $titlinked = "<strong>$title</strong>";
    } else {
       $titlinked = "<strong><a href=\\\"" . get_option('siteurl') . "?p=" . $idPost . "\\\" rel="nofollow">$title</a></strong>";      
    }

    5- At line 224, just below the line javascript which begins like that :

    $('#events-calendar-<?php echo $d;?>Large')

    6- Replace $title by $titlinked
    Test that and come back to tell me ;)
    Heirem

  16. AtlantaBarStarz.comle 11 août 2008 à 17:27 Lier au commentaire

    Hello, I just installed the 6.4.1 version, tried to add an event and nothing shows up. I have seen others with this problem but haven’t figured out the fix. I see something about making sure the tables are created, would it be possible to make a short php file to force create the tables. I don’t know PHP very well or I would do it myself. Please Help!

  17. Heiremle 11 août 2008 à 22:02 Lier au commentaire

    AtlantaBarStarz.com >
    Hello! Check the existence of tables may be especially because a bad activation of the plugin with some databases. You can not “force” their creation, just see why it is not ;)

    I have found that most bad start with Events-Calendar came mainly from the seizure of bad options …

    Best regards
    Heirem

  18. Zbyszekle 12 août 2008 à 10:04 Lier au commentaire

    Heirem, I have to disagree with you. I think my settings are ok. I mean my site is in website folder and in Wordpress Options I have:
    WordPress address (URL): http://argostest.co.uk/website
    Blog address (URL): http://argostest.co.uk/

    I did it based on intructions from Wordpress website. Look here:

    http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

    I’m loosing my mind :)

  19. HolySmokele 12 août 2008 à 10:24 Lier au commentaire

    Hi,

    first of all, GREAT plugin and great recent bug fixes.
    I would like to know if there is a way to jump directly to the post from a click on a date on the small/large calendar.

    You can check on my new temporary site what i mean :

    http://albertodughera.info/evadamo/

    click on september 20th, it appears a pop-up, i would like that after the click the relative post will show instead of the pop-up with the little details.

    cheers and hope you can help me,
    AD

  20. Heiremle 12 août 2008 à 14:06 Lier au commentaire

    Zbyszek > I know very well those Wordpress.org instructions ;)
    But I just tell you what was my own experience. I spent 2 days in order to successfully operate Heirem’s as I wanted. I did many tests for this …
    Maybe it is your turn to do so ;)

    HolySmoke > I am currently work on the next release of Events-Calendar. There will be some bug fixes. But also new capabilities .. ;) This version should be ready before September 20 ;)
    Stay in line!
    PS: Wow! the home page of your blog is heavy to load but .. What beautiful design!

    Cordially
    Heirem

  21. Ronle 12 août 2008 à 14:21 Lier au commentaire

    Hmm .. But also new capabilities ..

    What will those be?? :-P :-)

  22. HolySmokele 12 août 2008 à 14:36 Lier au commentaire

    Hi Heirem,
    thanks a lot for your help and kind compliments.
    Can you please contact me in private at this mail address : holysmoke@noforgiveness.com ?
    I really need an help to solve that problem because my website must be ready within the end of August.
    Thanks a lot in advance, cheers and have a nice day

  23. Heiremle 12 août 2008 à 15:51 Lier au commentaire

    Ron > We could call it: Link Extension Domain ;) Among other things… But nothing shocking, reassured up!

    HolySmoke > My adress is in the footer ;) I invite you to give me a clear statement of your problems and needs. And I see what I can do ok?

    Cordially
    Heirem

  24. Georgele 12 août 2008 à 23:06 Lier au commentaire

    Hello - Is it possible for the calendar to read a txt file which contains all the dates/events? We have 100’s of events during the year which are already in outlook and google calendar. We are developing a new website and rather than an iframe with the google calendar - this looks so much better! Thank you George

  25. Heiremle 12 août 2008 à 23:22 Lier au commentaire

    Maida, Dragunoff, Juanjo, Emurad and all who can read those lines >

    The weekdays bug is corrected ! Click here please :

    http://heirem.fr/2008/08/events-calendar-a-famous-fuckink-bug-corrected/

    Cordially
    Heirem

  26. Mayurle 12 août 2008 à 23:35 Lier au commentaire

    Hey, great calendar! I’m using it for a client, burnabyhomelesstaskforce.org.

    Question: When I create a new calendar entry, and choose the option to create a post, it doesn’t create the post. Is it working for you?

    Thanks!

  27. Mayurle 13 août 2008 à 0:00 Lier au commentaire

    A few suggestions for improvements:

    1. Removed submit button (from to ) lines 108-110 inclusive in ec_management.class.php. My users were clicking add event by mistake which creates an empty calendar item. They were only looking at the “first fold” of the admin page and didn’t scroll down.

    2. Aligned the submit button to the centre on line 156 of the above file also

    3. Made the Description textarea larger on line 119 of above file also.

  28. Mayurle 13 août 2008 à 0:02 Lier au commentaire

    HUGE BUG!!! Look at the calendar on http://www.burnabyhomelesstaskforce.org. They day calculation is off! Its showing today as August 12th Monday! It should be Tuesday!

  29. Heiremle 13 août 2008 à 0:08 Lier au commentaire

    Mayur > Look at my last post please ;)

    Thank you for your suggestions. I will study them carefully when my head has cooled a bit;)

    As regards the creation of a post, following that of an event, look at the comments of other posts .. there is the answer ;)

    I know that this is not practical. But let me a little time. Soon there will be a forum in this blog.

    George >
    Why not! But I would need more informations about where and the way to display this great list of events. Do you have any ideas? What you in mind exactly? ;)

  30. Mayurle 13 août 2008 à 0:35 Lier au commentaire

    Thanks for the reply! Its line 210 and 196 for me on the function calendardata() fix.

    Thanks!

  31. Zbyszekle 13 août 2008 à 9:54 Lier au commentaire

    Heirem sorry for duplicating my previous comments. Anyway I couldn’t believe in your solution and I tried this:

    I have changed in 3 places: every get_option(’siteurl’); to get_option(’blogurl’); and … - everything works like a charm :)

    Thanks for your help.

    Now it’s time for my second problem - validation.

    Events Calendar generates lots of errors in Strict DOCTYPE.

  32. Heiremle 13 août 2008 à 11:44 Lier au commentaire

    Zbyszek > Dear friend, it seems that you have not understood my approach with the little test that I have submitted. It was to place a get_local (”siteurl”) in the header, so that on the page displayed on your browser fits the exact address of your site. It was then that I provide this address and compare it to those you specify in the options Wordpress … ;)

  33. Zbyszekle 13 août 2008 à 13:36 Lier au commentaire

    Yeah, my mistake. Sorry for that.
    About validation: For having valid XHTML it’s good to add in ec_js.class.php after this:
    //<![CDATA[
    and before this:
    //]]>

    I also wanted to add link in event description. I did it but I have one problem. Link opens in this small window that’s opening after clicking the date. How to add link so it will open normally in whole regular browser window?

  34. Heiremle 13 août 2008 à 14:08 Lier au commentaire

    Zbyszek > I am familiar with the use of CDATA. But do you know why you use it ? It’s to ask the browser not to interpret the lines between. This can cause big problems if these terminals ago XHTML code ;)

    That is why I decided to test and see it for the next version. Next version witch will answer to your problem. But then again, every thing in his time:)

  35. Justinle 14 août 2008 à 5:06 Lier au commentaire

    Tooltip showing html instead of proper info is due to cform date javascript enabled…

  36. Heiremle 15 août 2008 à 20:10 Lier au commentaire

    Justin > I solved the jQuery conflict problem between cforms and EC. The adaptations of the scripts will be in the next version of EC.

    That would have been a pity. Cforms is a wonderful plugin that I discovered on this occasion, through you ;)

    Heirem

  37. Ginale 17 août 2008 à 9:07 Lier au commentaire

    Heirem,

    Thank you so much for writing me back… looks like you took over a popular plugin!

    The line numbers were not very close to the ones you mentioned… maybe it is the different languages, is your version of this page in Français? But I found what you meant.

    I tried the changes you outlined, and got an error:

    =====
    Parse error: syntax error, unexpected ‘>’ in /home/sunnyvale/www/www/wp-content/plugins/events-calendar/ec_js.class.php on line 198
    =====

    I see one possible problem, it is here in the first part, in the inserted code:

    $idPost = isset($postID) ? $postID : '';

    my comment… is the pair of quotes before the semicolon ; supposed to be one pair of quotes, or two apostrophes?

    When I copy/pasted the code, it came out as two apostrophes, which didn’t look right, the syntax coloring in my editing application said it was wrong. So I changed them to one pair of quotes, the application said that was right… then I got a different error:

    =====
    Parse error: syntax error, unexpected T_IF in /home/sunnyvale/www/www/wp-content/plugins/events-calendar/ec_js.class.php on line 197
    =====

    I can’t figure out what is happening… I am a beginner with PHP, so any help you can give me is very much appreciated.

    Thanks for taking on this big project!

    Gina Fesmire
    the site I’m working on: http://sunnyvaleforobama.org

    =====

  38. Heiremle 17 août 2008 à 11:14 Lier au commentaire

    Hello Gina,
    With PHp we should not hesitate to test!
    When I look at the line of code in your comment, I note the quotes at the end of the line AFTER the semicolon. It had nothing to do here these quotes. Remove them from your code and do a test.

    The two apostrophes before the double dots are quite normal. They are part of the language ;)

    Do not be afraid to learn PHP Gina. It’s always difficult to start when you do not know much a matter (anyway nobody knows “well” the PHP langage). But tell you that many people do not know how to use a computer and you do it very well ;)

    I am only a passionate beginner , you know.

    To do walking, we must place a foot in front of the other. It is such the same for everything. Even for programming. That’s how everybody do. ;)

    Cordially
    Heirem

  39. Erik Harrisle 17 août 2008 à 16:58 Lier au commentaire

    I posted this on the original author’s site, but I see you have taken this plugin over. I’ve installed your minor update (and applied the fix you detailed on 12 August), but the problems with the original plugin still exist.

    I’m not sure if something is wrong with my installation or if there are inherent problems with this plugin. It purports to do exactly what I want, but I’m having serious issues with it.

    I installed the Events Calendar, and added one event, which is next month. I used an Events List widget, and it doesn’t list the date. Plus, the tooltip is messed up (it renders HTML code). The long calendar displays the current month, but unlike the calendar setup page, it doesn’t have any options for “next month” and “previous month.” Since the one event I added is in September, the calendar is completely blank. Additionally, the big calendar does not appear where I put it. I put it below the text on my “Upcoming Events” page, yet it appears above the text.

    Finally, and this may be related to the various problems above, my site, which used to have both valid XHTML and CSS, now has numerous XHTML and CSS validation errors, all of which appear to come from the Events Calendar plugin.

    I’m using WP 2.6 and Events Calendar 6.4.1. An illustration of all of the problems above can be found on http://www.vantagehoa.org/upcoming-events/

  40. Heiremle 17 août 2008 à 20:34 Lier au commentaire

    Erik Harris >
    The website clearly illustrates your problems!
    Have you considered to well validate and verify the options?
    On the other hand I see a problem with the ToolTip and surely with jQuery. What I can offer is to test the latest version(6.5). Write me by mail and I send you with pleasure. It will solve I think some of your concerns with EC.

    I admit not even myself occupied validation, XHTML and CSS. But it will take them. All your suggestions in this direction are welcome.
    Cordially,
    Heirem

  41. royle 17 août 2008 à 22:48 Lier au commentaire

    Hi there, is there a way to make the calendar show without using it as a widget, my theme doesn’t support widges and i’d like to use this calendar plugin.

    Thanks,
    Roy

  42. Heiremle 18 août 2008 à 0:06 Lier au commentaire

    Roy > Yes there is a way, only if you know well PHP and you know workings with Wordpress. If you are used to create or modify a Wordpress theme then you know that the sidebar.php file, which is found in all themes Wordpress, allows that.

    If not, you can be contented by the Events-Calendar Large Calendar ;)
    Cordially
    Heirem

  43. royle 18 août 2008 à 0:30 Lier au commentaire

    Well, i do know my way around…
    However, i do know how to change a sidebar’s content, build a custom sidebar.
    So if it’s like other plugins, like copy/pasting a snippet of code to the sidebar, i’d be fine…
    Can you please tell me how to do it? I really like this plugin to work :)

  44. Heiremle 18 août 2008 à 1:42 Lier au commentaire

    Roy > So you just know that all entry points are in events- calendar.php. After it’s a discovery that I cant do in your place ;)

    My opinion is that you will go faster by making your theme compatible with widgets. Attention, Events-Calendar does not work correctly with an earlier version of Wordpress 2.5 now.
    Take care
    Heirem

  45. Ginale 18 août 2008 à 5:38 Lier au commentaire

    It’s me again…

    I took out the extra ” as you pointed out, and the error moved down a couple of lines:

    Parse error: syntax error, unexpected T_STRING in /home/sunnyvale/www/www/wp-content/plugins/events-calendar/ec_js.class.php on line 201

    I have looked and checked as best I could and can’t figure this out what is wrong now.

    We really need these calendar entries to be links, and I am going nuts trying to do it… I know trial and error is involved with learning, but my group is counting on me and I can’t figure this out.

    Any more suggestions?
    Thanks Heirem.

  46. Ginale 18 août 2008 à 7:13 Lier au commentaire

    I see that the functionality I was seeking will be available in the next version (the one you are testing with volunteers right now), so I’ll wait. Maybe I’ll volunteer.

    Would it be difficult to make the date entries on the Large Calendar into external links (to another website)? As a target=”_blank” for course ;-)

    I realize this would mean adding another field to be filled out in the Admin window/Add Event form.

    So for instance, someone mouses over the date entry, and the tooltip appears with the info, including a reference to an outside site and instructions to click on the date to go there.

    Like the function on the widget (small sidebar) Calendar, except instead of opening the box over the page, you go to another site, in a new window/tab.

    Thanks for all your help…

  47. Heiremle 18 août 2008 à 11:09 Lier au commentaire

    Gina > I would like to help you as I said in email. But you have to give me the means. What you say is interesting but you do not give me enough details.

    As to point an event on an external link, why not ! I keep the suggestion on hand. At the moment my concern is to ensure that the new version works for the maximum users and I concentrate my efforts for this purpose.
    Cordially
    Heirem

  48. Oz Nahumle 25 août 2008 à 9:48 Lier au commentaire

    Hello Heirem,
    Thanks for the great work maintaining this great plugin alive.
    I wanted to use the plugin register plus
    http://wordpress.org/extend/plugins/register-plus/

    However I found that info on the maintainers website:
    http://skullbit.com/news/register-plus-conflicts/

    Just thought to notify you about it. I’ll be glad if you threat this as a bug report.

    Meci,
    Oz.

  49. Heiremle 25 août 2008 à 10:40 Lier au commentaire

    Hello Oz Nahum, Thank you for these informations. They confirm that Maida me already discussed with the plugin Role Scoper. A solution was found. It should read (or reread) my last post. This solution should normally be suitable for all plugin who also use pluggable.php. I wrote to Skullbit to propose to try the latest version.
    ;) Heirem

  50. Missyle 30 août 2008 à 16:16 Lier au commentaire

    Heirem,

    I have tried searching between your and Lukes sites for an answer and I am sure I am just missing it.

    When using “create post for event” function it puts the post in the default category.

    Is there a way to change which category event posts go to?

    Thanks for any help,
    Missy :)

  51. Missyle 30 août 2008 à 17:30 Lier au commentaire

    Ok , I did come across a hack in another post and it does work. All my event posts now post to an events category. Can you tell me if this is secure and will not cause a problem?

    In ec_management.class.php and within this function:
    function display()

    I defined an array with the category ID (mine was 4)

    $TempCategoryForPost = array(4);

    and then I changed line 68 from this:

    , ‘post_category’ => $wpdb->escape($this->blog_post_author)

    to this:

    , ‘post_category’ => $TempCategoryForPost

    Thanks again and great work on the plug-in!!

    Missy

  52. Heiremle 31 août 2008 à 18:55 Lier au commentaire

    Missy > I do not understand your problem. By using the latest version you do not have to worry about all this because choose the type of post has become an option during add a event ;)

  53. Missyle 31 août 2008 à 19:44 Lier au commentaire

    No problem anymore, the above works ; )

    I am using 6.5 when I add a event I have the choice to publish, but I can’t choose what category the post goes to.

    I will try to sum it up in French : )

    Dans la ma version 6.5 je ne peux pas choisir la catégorie dans laquelle un poste entre.

    Pourtant, avec le code au-dessus de maintenant tous mes postes vont à une catégorie d’événement, au lieu d’aller à la catégorie commençante.

  54. Ruudle 2 septembre 2008 à 16:47 Lier au commentaire

    Hello Heirem,

    It is a great calendar. I’m new at blogging and trying and experimenting with wordpress 2.6 and the Atahualpa-theme .

    What i would like but don’t understand how to do is to get the ‘calendar’ in the sidebar, and underneath the ‘event list’. Now i can only choose ‘calendar’ or ‘event list’.

    (if i choose ‘event list’ is still get the calendar, am i doing something wrong?)

  55. Vicle 3 septembre 2008 à 2:39 Lier au commentaire

    Hi,

    I love this plugin and have loaded the latest release. I am using the sidebar widget with the event list format….I cannot find the code to modify the format of the event….I do not want to display the day of week or the year. I’ve tried using the date option but that does not appear to affect the display. Please let me know where I should be looking for the output code.

    Thanks,
    Vic

  56. Heiremle 7 septembre 2008 à 15:59 Lier au commentaire

    Missy >
    Thank you for your french try ;) But I do not see where the problem lies. The category of an article is determined always in the article itself. Why don’t you go in the post to update it whth the category you want? We will not import the entire system of selection of category in creating an event !!

    Ruud >
    This is normal - for the moment. Luke Howell, the creator of plugin had not envisaged this scenario, and the code does not allow it. This will perhaps part of future additions.

    For the moment, if you know write PHP should be used a sidebar without widgets. Then integrate both functions in your sidebar.php: SidebarEventsCalendar () and SidebarEventsList ($ d), with $ d the number of events in the list. Then it is necessary to modify the code in ec_calendar.class.php and ec_js.class.php. Modify it so that all functions coexist together in a single page requests. Whoever wants to start the thing has my support and my help. I do not have time for the moment, I am sorry. And in plus : I’m seek !

    Vic >
    You open the file ec_calendar.class.php. Function displayEventList($num). Line 41 and 42. You can replace $format by what your want in line 41. And put line 42 in comments.

    Cordially,
    Heirem

  57. Vicle 7 septembre 2008 à 18:47 Lier au commentaire

    thank you for your help….i finally did find a way to get rid of the day of week in the event calendar options…I placed a space in the length of day names and that did the trick….I had tried a “0″ but that reverted to a 3 character format….

    I will modify the php file though….thanks again

  58. Fritzle 19 septembre 2008 à 14:11 Lier au commentaire

    Hello Heirem!

    Kept searching for a solution for a problem I´ve got with my events calendar 6.4, but could not find it.
    As you see on my blog the events calendar works right but it´s not possible to “Click date for more details”
    My wordpress-version is quite old, 2.3.3 . . .

    Could this be the problem?

    Thanks a lot!!!

  59. Heiremle 20 septembre 2008 à 20:44 Lier au commentaire

    Hello Fritz,

    Quite old, yes ;)
    And I think that’s the problem. Just verify that jQuery and Thickbox plugin is implemented in your Wordpress version. If not … no needs to looking for more …

  60. Fritzle 22 septembre 2008 à 16:13 Lier au commentaire

    Uff, thank you!
    The problem was my old wordpress version . . . that´s it!

    I appreciate your help a lot, let me know when I can do something for you . . . except of helping in programming :)

    Greets from Lac du Ossiach en Autriche,

    Fritz

  61. Heiremle 23 septembre 2008 à 18:22 Lier au commentaire

    Dear Fritz,
    When Luke Howell give me the privilege to take over the destiny of Events-Calendar, it also offered me to share the donations. But I refused, thinking he was probably required more than I, and my main motivation was pleasure in what I do and delivered. Because the community gave me a lot and it was normal for me to make a few things in the spirit of Open Source.

    But today the situation is slightly different. I understand much better all developers of plugins on their website displaying large button invitation to give a little money. In addition to all the time I initiated a fee to be effective and have reliable tools. And it will grow. The time I spend is important but it is still fun. However it is normal that the cost is somewhat offset. Especially since this is now a little more than development of the plugin and I’m asked for intervention on sites. Sites for which, finally, Events-Calendar is not at stake. Isnt’it Dewi ? ;) But I am still a pleasure to make the necessary repairs. At least for Events Calendar “fasse bonne figure” ;)

    That is why I decided to open a Paypal account on my address:
    r m a l k a f r @ y a h o o . f r
    (The address is formatted to escape spambots ;) )

    If you or others believed that I deserve a little reward so why not!

    Thank you in advance.

    Later I’ll organize, in agreement with Luke, like everyone, a big donation button on Heirem’s. But meanwhile there’s so much to do and yet …

  62. Peterle 24 septembre 2008 à 19:42 Lier au commentaire

    Hi Heirem,
    I’ve looked over your page, luke’s, and wordpress support but my problem with events calendar seems unique, I’ve upgraded to 6.5.2 to see if that fixes it but no.
    I’ve got Events Calendar plugin working fine no worries only I can’t go from September to October on the Large Callendar, I can go back e.g August to July to June and Back again June to July to August to Spetember but not on to October.
    I’m hosting the site on a DAMP server Darwin, apache, Mysql I’ve got PHP 5 and Mysql 5.

    http://www.the-advertiser.biz/events
    Any ideas

  63. Peterle 24 septembre 2008 à 19:46 Lier au commentaire

    Ps,

    Large events Calendar goes up months from september when looking at the admin calendar

  64. Heiremle 24 septembre 2008 à 23:40 Lier au commentaire

    Hello Peter,
    I just came to visit your site. And I arrived, for my part, to consult October in your large calendar. Of course it is necessary to be a little patient. Being given the significant number of events which you recorded. But for the plugin all functions well for me. Perhaps did you find a solution between the moment when you asked me and the moment when I answer you?

    I have noticed that you have a small problem width the the large calendar width, isn’t it ? A bad composition CSS can compromise the normal access to the links of navigation in the calendars. That was seen very recently. In these cases I advise the use of Firefox 3 and his famous plugin Web Developer It will help you, thanks to the function `View Style information’, to locate your CSS problems.

  65. Peterle 25 septembre 2008 à 0:40 Lier au commentaire

    Heirem,
    Thanks It was a problem with the line height!!

    I’ll need to find a way to organise the day entries using some of the original events calendar css code.

    best Wishes

    Pete

  66. Heiremle 25 septembre 2008 à 4:58 Lier au commentaire

    Dear Pete,
    You have a problem that the all world knows, not only in computer science: how to insert something large in something small! ;)
    Regards
    Heirem

  67. Peterle 25 septembre 2008 à 8:13 Lier au commentaire

    Hi,
    Granted i often have that complaint from the ladies!

    I changed the CSS on Events calendar 6.4 and in word press and forgot where the changes where needed in two files!

    I’m using 6.5.2 don’t know how I got it. (un modified) standard css php ect.

    I find internet Explorer slows to a stall for upto 120 seconds when moving forward sept to oct and I can’t move forward to Oct when using Safari.

    Could this be due to the 6.5.2 being Beta or is it my code (wordpress custom php)?

    Also i did same tests with your Events Calendar at http://heirem.fr and don’t see the same problems.
    Is this events cal at http://heirem.fr veresion 6.5.2 also or should i downgrade to 6.5.1 and see if that works I can always set up events cal 6.5.2 on another weblog to carry out beta test.

  68. Heiremle 25 septembre 2008 à 8:44 Lier au commentaire

    Hello Peter,
    Effectively I’m using the latest version of Events-Calendar on Hereim’s. This is the least of things that I am my first beta tester ;)

    In the current state of the plugin, your problem is just a single cause: the number of events you’ve recorded.

    Each event is recorded by a piece of Javascript / jQuery directly into the HTML source. Go look for your big calendar page ! This bodes obviously a big slowdown in your case and for which the performance of the browser are many.

    The solution is simple but requires re-write many of the plugin! It would query the site database rather than write the events code in the page. I will study it as soon as I have time for that.

    Best regards
    Heirem

  69. Arrangeurle 26 septembre 2008 à 0:14 Lier au commentaire

    juste un message piour te dire que j’aime beaucoup l’sprit de ton blogn:)

  70. Welsh Dogle 27 septembre 2008 à 13:26 Lier au commentaire

    Hi Heirem, I couldn’t find my earlier posts but I still can’t get the widget to display properly. I still see “Events are coming soon, stay tuned!” even after upgrading to the latest Beta, deactivating and then *re-activating*.

    Could you suggest what I could look for and/or change to make the widget operate please??

    Best wishes

    Chris

  71. Welsh Dogle 27 septembre 2008 à 23:00 Lier au commentaire

    Ok. Deinstalled the Calendar, removed the widget, uploaded the new beta (6.5.2 beta version # 5) and activated.

    All working perfectly! :)

    Many thanks… I love this little plug-in! :)

    If you ever have time, I might make one suggestion and that would be to try to improve the editing function, for example to make it easier to move events entered on the wrong date… like I did with my wife’s birthday!! Oops. :)

  72. Heiremle 12 octobre 2008 à 0:48 Lier au commentaire

    Hello everyone, if not already done so, I invite you to read my last post. Especially those who wish to enter a category when creating an event and an associated post ;)

Laisser une réponse