À propos

Ceci est un exemple de page WordPress. Vous pouvez la modifier pour mettre ici des informations vous concernant ou concernant votre site afin que vos lecteurs en sachent un peu plus sur vous. Vous pouvez créer autant de pages ou sous-pages que vous voulez, et gérer l’intégralité de votre contenu dans WordPress.

Heirem 20 juillet 2008 18:18 114 commentaires URI du rétrolien

Donations Wikipedia Affiliate Button

for help Heirem's

114 réponses à “À propos”

  1. Jonathanle 4 octobre 2008 à 0:51 Lier au commentaire

    Hi

    Luke Howell told me that you are taking care the Event Calendar, I’m using verion 6.4 and I have encounter a big problem. I hope you can help me to modify the GMT.

    Please I haven’t sleep almost 8hrs trying to fix the GMT +8.

    Please help me urgent.

    Thank you so much!

    Best,

    Jonathan

  2. Heiremle 6 octobre 2008 à 13:38 Lier au commentaire

    Hello Jonathan, Events Calendar does not yet support the GMT gap specified in the Wordpress settings. This feature is part of my ToDo list. However it is a very large piece because it imposes a significant rewriting of code. Like I’m not a miracle maker, you’ll must have a little patience ;)

  3. Ramonle 9 octobre 2008 à 13:08 Lier au commentaire

    I’m new in wordpress, and I really love your plugins events calendar. I have a question how can I repeat my events like yearly, etc..

  4. Heiremle 10 octobre 2008 à 2:54 Lier au commentaire

    Hello Ramon, The recurrence of events is a function scheduled for the next version. A little patience :)

  5. Ramonle 13 octobre 2008 à 13:08 Lier au commentaire

    hello heirem, i have a question again, i hope you can help me. how can i refresh the page when im switching to month, because sometimes the month doesn’t loaded. I hope you can give me a hint.

    thank you so much!

  6. Jean Pierrele 14 octobre 2008 à 23:28 Lier au commentaire

    bonjour et merci pour ce plugin très bien pensé.

    dans les articles générés par Event Calendar je souhaiterais affiché la date sous la forme JJ/MM/AAAA (comme les autres affichages de date de event calendar) et non AAAA-MM-JJ

    Quelle partie de code PHP dois je modifier ?

    merci

  7. Heiremle 15 octobre 2008 à 0:04 Lier au commentaire

    Bonsoir Jean-Pierre, tu trouvera cette information en lisant (ou traduisant) mon dernier billet ;)

  8. Jean-Pierrele 15 octobre 2008 à 0:37 Lier au commentaire

    j’ai du mal à trouver ce billet, merci de me l’indiquer
    cordialement

  9. Heiremle 15 octobre 2008 à 7:54 Lier au commentaire

    Jean-Pierre, il suffit pourtant d’aller sur ma page d’accueil :)
    Mais je suis bon prince et pour aller directement au billet en question, cliquez-donc ici.

  10. Jean-Pierrele 15 octobre 2008 à 9:36 Lier au commentaire

    bonjour, cet article m’a permis de rajouter les catégories à la création d’un article, mais ce n’était pas ma question initiale que revoici :

    dans les articles générés par Event Calendar je souhaiterais affiché la date sous la forme JJ/MM/AAAA (comme les autres affichages de date de event calendar) et non AAAA-MM-JJ

    Quelle partie de code PHP dois je modifier ?

    merci

  11. Heiremle 15 octobre 2008 à 12:04 Lier au commentaire

    Jean-Pierre, étant donnée votre question initiale je pensais que vous étiez à l’aise avec le PHP. Si vous avez compris ce que vous avez fait en ajoutant les catégories alors vous ne devriez pas à avoir de mal à trouver où se trouve le passage des dates. Vu que c’est dans la même section. Pour vous aider, et de mémoire car je ne suis pas dans les conditions qui me permettent d’aller voir de prêt, les dates que vous désirez modifier sont passées dans la variable $output. Allez donc voir comment elle est alimentée cette variable ;)

  12. Jean-Pierrele 16 octobre 2008 à 22:53 Lier au commentaire

    dans les articles générés par Event Calendar je souhaiterais affiché la date sous la forme JJ/MM/AAAA (comme les autres affichages de date de event calendar) et non AAAA-MM-JJ

    après une matinée de test, j’avoue humblement, je sèche !

    merci

  13. Heiremle 17 octobre 2008 à 1:48 Lier au commentaire

    Bonsoir Jean-Pierre, voici une solution. Je ne suis pas en mesure de la tester mais il ne devrait pas y avoir de difficultés.

    Dans le fichier ‘ec_management.class.php’, fonction display(), avant la ligne N°44, c’est à dire :

    $output .= "<strong>"._c('Start Date','events-calendar').": </strong>$startDate<br />";

    Donc avant cette ligne, insérez ces deux lignes :

    list($ec_startyear, $ec_startmonth, $ec_startday) = explode("-", $startDate);
    $startDate = $ec_startday.'-'.$ec_startmonth.'-'.$ec_startyear;

    Ensuite faites la même chose, en insérant la même chose avant la ligne 48, mais en remplaçant $startDate par $endDate.

    C’est un reformatage des dates en décomposant une date et en la recomposant dans un ordre différent.

    Dites moi ce que cela donne ;)

  14. Jean-Pierrele 18 octobre 2008 à 7:40 Lier au commentaire

    bonjour,

    alors ce code permet bien de créer un article avec la date au format jj-mm-aaaa, par contre l’article ne contient ni date ni heure si je ne rentre que la date. De plus dans ce dernier cas, le calendrier d’administration affiche une année bizarre du type 1999 ou 2019 par exemple.

    Bien que l’article soit créé, aucun événement ne s’insert dans le calendrier d’administration et n’est visible dans le calendrier public ou dans la liste des événements à venir. je n’ai pas testé avec le petit calendrier public.

    petit bug :

    j’obtiens ce message : “Attention L’heure de fin est antérieure à l’heure de début ;-)”, alors que mes paramètres sont :
    2008-10-19
    17:00
    2008-10-20
    14:00

    cordialement

  15. NUle 20 octobre 2008 à 1:52 Lier au commentaire

    Hi

    I would like to add a code of events calendar for sidebar (no widget). How?

  16. Heiremle 20 octobre 2008 à 14:13 Lier au commentaire

    Hello NU, You kidding? It is stated in the plugin comments once you’ve installed. You will also find on this site many comments relating to this information.

    I quote: “If you do not have a widget ready theme then you can place < ?php SidebarEventsCalendar();?>, or < ?php SidebarEventsList();?> for an event list, in the sidebar.php file of your theme. If you want to display a large calendar in a post or a page, simply place “[[EventsCalendarLarge]]” in the html of the post or page. Make sure to leave off the quotes.”

    Note that the function SidebarEventsList() must pass in parameter the number of events you want to appear in the list.

  17. NUle 20 octobre 2008 à 16:43 Lier au commentaire

    I’m sorry :(
    Thank you very much
    Regards,
    NU

  18. Heiremle 21 octobre 2008 à 2:42 Lier au commentaire

    Cher Jean-Pierre, j’ai effectué quelques tests et je ne vois rien qui cloche sincèrement dans le code que je vous ais fournis ! Donc cela viendrait d’autre part .. mais où ? Cela je ne peux le dire, car je ne dispose même pas de l’adresse de votre site ! ;)

  19. Ericle 24 octobre 2008 à 19:37 Lier au commentaire

    Heirem,
    I have installed and configured the events plugin tonight and it is great! I just have 2 issues that I am hoping you may be able to assist me with:

    1. The calendar is not obtaining “today’s date” correctly. My time zone is GMT+8 (which is properly configured in Wordpress) but the events plugin is showing the highlighted day (today) as an earlier time zone. At the moment it is Saturday in GMT+8 but events still shows “Friday” as “Today”.

    2. The ajaxloader image has a white block around it that I cannot find the code to remove. If the calendar is sitting on a non-white background, this doesn’t look so good.

    Also, I have modified the ajax-loader.gif to clean up some of the white space around the arrows. If you would like, I can email you the updated image to include if you wish.

    Thanks!
    Eric

  20. Ericle 24 octobre 2008 à 19:42 Lier au commentaire

    Heirem,
    Please disregard my issue #2. This was my own CSS issue creeping into the picture.

    My apologies,
    Eric

  21. Ericle 25 octobre 2008 à 3:50 Lier au commentaire

    Sheesh, ok sorry. i did not read the very first post on the page.

    Sorry! You are still welcome to have the updated GIF if you want it.

  22. Ericle 25 octobre 2008 à 3:55 Lier au commentaire

    Heirum,
    Sorry to spam your post (not my intention) but just in case it is helpful to you or to Jonathan, I wanted to share my code for handing GMT+8 in other apps. I realize that this is not likely useful to getting the Events plug=in to recognize the new time, but in case it is helpful in anyway.

  23. Ericle 25 octobre 2008 à 3:56 Lier au commentaire

  24. isa...le 26 octobre 2008 à 16:14 Lier au commentaire

    Hi

    I have a problem with events calendar :(

    In my computer (localhost) is ok . But after to make a upload of host the events calendar does not work. I don’t understand. Please to see the problem here: http://tinyurl.com/6pl8ls (sidebar)
    Why?
    Regards,

  25. Heiremle 26 octobre 2008 à 21:59 Lier au commentaire

    Hello Eric, for the ajax-loader I see you found all alone. Bravo! Regarding the GMT gap, you must wait the next version of the pluigin. However, if you have a code to submit me, this will be a pleasure to look over. You can send me an email at the address which is indicated in the foot of every page on my blog ;)

  26. Heiremle 26 octobre 2008 à 22:04 Lier au commentaire

    Hello Isa, why don’t you try the latest version of Events-Calendar to start ? ;)

  27. isa..le 26 octobre 2008 à 23:46 Lier au commentaire

    Hi Heirem

    I had updated the plugin, but it did not work. So I thought he might be incompatible with WordPress version 2.6.3. I updated again and the problem remains. To see: http://tinyurl.com/6pl8ls
    What should I do? Thank you very much
    Regards

  28. isa..le 27 octobre 2008 à 0:00 Lier au commentaire

    I again. I forgot to complement the previous message that the updated plugin does not work on the administrative panel of the wordpress. You can not click on the “events calendar” in the administrative panel.
    :(

  29. Ericle 28 octobre 2008 à 12:48 Lier au commentaire

    Heirem,
    I am attempting to modify the CSS so that on the monthly LARGE calendar, each event has a round bullet in front of it. I have removed the horizontal divider line in preparation for this change but cannot for the life of me figure this out. I know it has to be crazy-simple.. Can you help with this? I would paste the code here for where I believe it should go, but it seems to vanish, even with the code tags.

    Thanks
    Eric

  30. Heiremle 29 octobre 2008 à 14:32 Lier au commentaire

    Hello Isa, we have not yet tested Events Calendar with the latest version of Wordpress. It is possible that your problem comes from there. But I rather think it’s a conflict of plugins. Have you tested the “jQuery extrem protection” ?

  31. Heiremle 29 octobre 2008 à 14:45 Lier au commentaire

    Hello Eric, sorry, I’m really not the best to help in CSS! However, as I often say in the comments, I suggest you to use Firefox browser, in particular the plugin Web Developer who will help you a lot to adapt the design of your site, and the plugin too of course.

  32. isa..le 29 octobre 2008 à 15:19 Lier au commentaire

    Hi Heirem :)
    The jQuery extrem protection is a plugin? I don’t know. What is this?
    what should I do to test it?

  33. Heiremle 29 octobre 2008 à 17:14 Lier au commentaire

    Dear Isa, if you use a recent version of Events Calendar then, in the options page of the plugin, you have a checkbox called “jQuery Extrem Protection”. If you check this box all the functions jQuery are isolated in a separate area. The treatment is a little heavier but it avoids a number of conflicts between plugins.

    When you look at the xHTML sources of a site, in the , you can see those lines by default:

      <script type="text/javascript">
    	// < ![CDATA[
    	var ecd = {};
    	ecd.jq= jQuery.noConflict(false);
    	//]]>
      </script>

    If “jQuery Extrem protection” is activated, then ‘jQuery.noConflict(false)’ is replaced by ‘jQuery.noConflict(true)’.

  34. isa..le 30 octobre 2008 à 15:50 Lier au commentaire

    Dear Heirem, but have a problem: not is possible to clic in link of page of plugin, because nothing happens :(
    What happens?
    the plugins I am using are:admin menus -askimet-lightbox 2 - wp automatic upgrade - wp pagenavi
    what should I do? I don’t understand.
    Thank you very much
    Regards,

  35. Heiremle 31 octobre 2008 à 12:36 Lier au commentaire

    Dear Isa,
    Here is the procedure that I propose:
    1 - Test the “jQuery extrem protection” option as I have already suggested. But you do not tell me this will change something, then I guess you have not yet tested ;)
    2 - Desactivate ALL the plugins in your blog. Then activate Events-Calendar only.
    3 - If the widget calendar works well so it’s one of the plugins that is a problem. But I can not afford is to know which one. It’s up to you to seek.
    4 - If the widget calendar is still not working then this is your template is a problem.
    Good luck !

  36. isa..le 31 octobre 2008 à 19:03 Lier au commentaire

    Dear Heirem,

    I tried to click on the “events calendar” (menu) but was not possible because nothing happened. For this reason, I could not tick the option “jQuery extrem protection” and verify that worked.

    Now, I did the procedures that proposed in the last mensage: “Desactivate ALL the plugins in your blog. Then activate Events-Calendar only.”

    So he went, back to work. But, after ticked the option “jQuery extrem protection” the “events calendar” no longer work (the problem returned).

    Why?

    I don’t understand because in my computer is ok (with all plugins activated) and the internet is giving these issues.

    So, in summary:

    - with all the plugins disabled —> “events calendar” back to work.
    - With all plugins disabled and checked the box “jQuery Extrem Protection” marked —> the problem returned .
    - With all the plugins enabled —> the “events calendar” does not work and I can not click” events calendar ” (menu) because nothing happens.

    In my computer many plugins activated and there was not any problem. The problems are occurring only on the Internet :(

    What to do to fix it?
    Thank you very much
    Regards,

  37. Ericle 3 novembre 2008 à 7:02 Lier au commentaire

    Heirem,
    Within the management section, I am unable to remove previously created events in the calendar. The pop-up confirmation appears:

    “Are you sure you want to delete the following event:
    Test Event Number 2″

    After clicking “OK”, nothing happens. Upon reloading the calendar, etc the event is still present.

    Do you know how this can be resolved?

    Thanks,
    Eric

  38. isale 5 novembre 2008 à 22:38 Lier au commentaire

    Hi Heirem

    Do you understand my mensage?
    I don’t speak english very well.

    Events calendar problems in my site yet

  39. Heiremle 7 novembre 2008 à 15:52 Lier au commentaire

    Dear Isa, your message is very clear and well built. It is simply that I did not have much time these days to come respond to the comments ;)

    So, if I understood correctly, your site works well locally on your computer but not when it is hosted on the Internet. Is that right?

    So you have to compare the versions of Apache, PHP and MySQL that runs in the engine of your site locally, on your computer, with those of your host. It is possible that your host has not done all the updates that it should have ;)

  40. Mikele 7 novembre 2008 à 15:53 Lier au commentaire

    hello, great wp plugin! i have seen some text is displayed in english. e.g. unti… date range… since…

    have you thought about localizing this plugin? so that versions in different languages can be used? i don’t think there’s much work so i could help you in the translation.

    greetings,

    mike.

  41. Heiremle 7 novembre 2008 à 15:58 Lier au commentaire

    Hello Eric, I really do not understand why you can not delete an event! Do you think your going to your management database (phpmyadmin)? To directly examine the contents of recordings, perhaps you something obvious.

  42. Heiremle 7 novembre 2008 à 16:04 Lier au commentaire

    Hello Mike, You make me laugh with your comment :) You should carefully read over the pages of my blog, especially the first articles and also well consider the contents of directories it when it is installed ;)

  43. Ericle 7 novembre 2008 à 17:41 Lier au commentaire

    I could check the database directly of course, but this feature (Delete) should be working within the management of the events correct?

    Is there any potential browser compatibility issue? Have you tested this with Safari 3 on OS X 10.5?

    Thanks,
    Eric

  44. isale 7 novembre 2008 à 19:28 Lier au commentaire

    Dear Heirem,

    Thank you very much
    I don’t understand anything else.
    The events calendar is no longer running on my computer.
    I don’t know why, because it worked before sending to the host on the internet (I did several tests).
    How to recover the operation of events calendar?what should I do?

    Best regards :)

  45. Mikele 7 novembre 2008 à 19:35 Lier au commentaire

    Heirem,

    the Spanis .po file is not showing the text I talked to you about…

    until
    date range
    since

    that text shows when clicking on date to read the comment. any ideas? i can update the translation if you add that text to the .po

    look forward to hearing from you.

    greetings!

  46. Heiremle 11 novembre 2008 à 15:47 Lier au commentaire

    Eric, I do not have proposed to delete events in your database of course. Just to check if everything seemed normal through phpmyadmin. I do not have the means of looking at myself (even the time)

    The only platform that I can test is Windows unfortunately. But I can tell you that everything works properly with Safari on Windows.

  47. Heiremle 11 novembre 2008 à 15:56 Lier au commentaire

    Dear Isa, try this.
    In the file “ec_js.class.php”, whenever you see the line:

    ecd.jq.get("< ?php bloginfo('siteurl');?>/index.php",

    add after ‘index.php’ a question mark “?”, like this:

    ecd.jq.get("< ?php bloginfo('siteurl');?>/index.php?",

    And then tell me what it makes.

  48. Heiremle 11 novembre 2008 à 16:28 Lier au commentaire

    Dear Mike, of course you can correct the Spanish translation file. I make it available to those who are concerned. And I would ask you also worry about the translation of the next version if you wish. There are many new features that are in need ;)

  49. DaveMcKle 20 novembre 2008 à 12:11 Lier au commentaire

    Dear Heirem - I’m not sure why the Events Calendar list in the sidebar is no longer linking to the associated ‘news’ item (or, when there is no news, it is not linking to the assciated link).

    It used to work, but now it doesn’t. Any idea why?

    Thanks in advance.

    http://cfilondon.org/

  50. Heiremle 23 novembre 2008 à 23:12 Lier au commentaire

    Hello DaveMck, I visited the linked page that you release me and everything works well. I think you’ve found the solution yourself ;)

  51. alter1fole 25 novembre 2008 à 8:48 Lier au commentaire

    Bonjour,
    j’ai pas mal de soucis avec la derniere version d’events-calendar.

    Le principal étant que qd j’active la derniere version ( 6.5.2.1) j’ai un server error 500.
    (plugins.php?action=activate&plugin=events-calendar%2Fevents-calendar.php&_wpnonce=640a4154fc)

    D’autre part avant cette erreur l’extension était activée mais :
    - Tout les widgets installés disparaissaient dans la colonne de droite de l’admin widgets dès lors que j’activais le wdgt event-calendar
    - dans l’admin le calendrier n’apparaissait plus…

    Ma configuration WP actuelle
    - Version de WordPress : 2.6.3
    - Thème utilisé : Mimbo
    - Plugins en place : Admin Management Xtended, Akismet, All in One SEO Pack, Events Calendar, NextGEN Gallery, podPress, ShareThis, Subscribe To Comments, WordPress.com Stats.
    - Nom de l’hebergeur : 1&1

    Merci de votre aide.

  52. Heiremle 25 novembre 2008 à 17:15 Lier au commentaire

    Bonjour alter1fo, je suis allé examiné les sources de ton site. Il semble que dans un premier temps il faille effectuer certaines modifications dans le code du plugin, suite à certaines découvertes récentes.

    Ton blog n’est pas situé à la racine du domaine (http://alter1fo.org). Il faut y ajouter /w/ pour y accéder. De ce fait ce n’est pas l’adresse du domaine à prendre en compte mais l’URL. Ce sont deux champs différents dans les options générales de Wordpress. Dans la plus part des cas il suffit de les rendre identiques dans les options. Mais nous avons aussi la possibilité d’ajuster cela dans le code d’Events-Calendar.

    Pour cela il faut remplacer le paramètre ’siteurl’ par ‘wpurl’ dans certaines fonctions. Il va donc te falloir chercher dans tous les fichiers .php du plugin les lignes contenant :

    get_option('siteurl')

    et remplacer cette fonction ainsi :

    get_option('wpurl')

    Puis chercher les lignes contenant :

    bloginfo('siteurl');

    à remplacer par :

    echo get_option('wpurl');

    Si tout cela te fait peur tu peux attendre que je m’en charge et que je mette en ligne une nouvelle sous-version. Cela aurait déjà du être fait mais bon … ;)

    Je ne pense pas que cela résolvera tous tes problèmes, mais cela va permettre de mieux cerner les autres.
    Cordialement

  53. saint Jeanle 26 novembre 2008 à 11:52 Lier au commentaire

    je suis particulèirement admirative du sens critiquevque tu démontres :)

  54. isa...le 27 novembre 2008 à 3:34 Lier au commentaire

    Hi Heirem,

    Please…
    After update wordpress 2.6.3 to 2.5 (today) I realized that an error has occurred (and that before the update was ok):

    The text of “tooltip” is leaving out the square of “tooltip” :(

    How to troubleshoot?

    Regards,

  55. isa...le 27 novembre 2008 à 3:42 Lier au commentaire

    ops…
    missed the version that put up
    the correct is wp 2.6.3 to 2.6.5

  56. isa..le 27 novembre 2008 à 4:58 Lier au commentaire

    Heirem

    No have more problem ! ;)
    Thank you very much

  57. Dalele 28 novembre 2008 à 10:53 Lier au commentaire

    I would like to know if there is a way for me to extract todays calendar events into a list in the side bar.

    I would like people to see what is happening TODAY in the side bar each time they are on my blog.

    Is this possible? Are you able to email me a response?

  58. Jean-Pierrele 30 novembre 2008 à 9:56 Lier au commentaire

    Bonjour, j’ai vu que nous fréquentions Lise tous les deux :-).

    j’ai un problème de puces, en effet j’utilise le thème dkret3 2 et comme tu peux le voir sur mon site, la puce de la feuille de style de dkret3 (bullet-blue) apparait à coté de celle de event calendar css (lift.gif). Pourtant dans un wordpress avec le theme par défaut n’apparait que les chevrons >>.
    comment corriger proprement ce problème.

    d’autre part je reviens au problème quoté ci dessous :

    Cher Jean-Pierre, j’ai effectué quelques tests et je ne vois rien qui cloche sincèrement dans le code que je vous ais fournis ! Donc cela viendrait d’autre part .. mais où ? Cela je ne peux le dire, car je ne dispose même pas de l’adresse de votre site !

    j’ai testé avec un wordpress vierge en serveur Mamp local sur mon mac, je rencontre toujours les mêmes problèmes que cités plus haut.
    Commentaire 742 du 18/10/2008.
    Que faut il que je fasse sur mon site réel pour que tu puisse le consulter et comprendre? Car actuellement le plugin est le standard avec les catégories en plus.
    cordialement
    Jean Pierre

  59. Heiremle 1 décembre 2008 à 22:10 Lier au commentaire

    Hello Isa, I’m glad for you ! ;)

  60. Heiremle 1 décembre 2008 à 22:13 Lier au commentaire

    Hello Dale, If I understand you want to display the list of current events in the sidebar? It is a feature that already exists in the plugin!

    You should read the readme.txt in the plugin and read the comments of my blog, the subject has been widely discussed ;)

  61. Heiremle 1 décembre 2008 à 22:49 Lier au commentaire

    Bonsoir Jean-Pierre,
    Oui le blog de Lise est excellent et fourni une mine d’informations et de services ;) Malheureusement ces temps-ci je n’ai même plus le temps de pouvoir y flâner !

    En ce qui concerne ton blog, tu dois (devrais ?) savoir qu’il n’est pas possible avec la version publique actuelle de faire apparaître dans la ou les sidebars, à la fois le calendrier et la liste des événements. C’est un problème que je suis en passe de résoudre mais ce sera pour la prochaine version :)

    Pour ce qui est du problème de puce en regard des événements en liste,
    le plus simple est de modifier la feuille CSS d’Events-Calendar en ajoutant à la directive #events-calendar-list li {} en ligne 151 ces deux lignes :
    list-style-type: none;
    list-style-image: none;

    Je te confirme toujours que je n’ai pas trouvé de bugs concernant les dates lors de la saisie d’un événement. Une autre personne m’avait signalé un soucis identique et devait m’envoyer des captures de sont écran. Mais entre temps cette personne s’est rendu compte que le problème venait de sa façon de saisir les dates et les heures ! regardes de ce coté là ou alors envois moi des captures d’écran ! Je ne vois pas ce que je peux te dire d’autre.

  62. isa...le 4 décembre 2008 à 13:50 Lier au commentaire

    Hi Heirem,

    Thanks :)

    Do you know a plugin for effect image different from lightbox that does not conflict with the plugin “events calendar”?
    Thickbox does not appear legend of the image.
    Lighbox is impossible, because events calendar does not work.
    The plugin “Shutter reload” does not conflict with events calendar but he not works with firefox.

    Do you have information about any other plugin to open image that does not conflict with events calendar?
    Any help will be welcome!

    In any case thank you!

    Regards

  63. Jimmyle 4 janvier 2009 à 13:38 Lier au commentaire

    Hey!

    I don’t like the events calendar look one bit, So: I made a cool adaptation of events calendar on http://www.y1.se.

    I would like THAT to be the standard issue. Feel free to contact me for any code or images that Ivé used.

    / J

  64. Davele 23 janvier 2009 à 8:13 Lier au commentaire

    Hello Heirem,

    Im using Wordpress 2.7 and Events Calendar 6.5.2.1. My problem is the events that I posted doesn’t appear on the Large Calendar. I’ve done deactivating and activating the plugin and try a post but still the event does’nt appear in my events calendar. here is the link: http://eaa.edu.ph/schedules/seminars/ . The post that I’ve made last december and january is working, but in the month of february is a problem. Needed an urgent reply. Thank you very much.

    Dave

  65. Heiremle 23 janvier 2009 à 12:07 Lier au commentaire

    Hello Dave,
    Try this : In the file “ec_js.class.php”, whenever you see the line:

    ecd.jq.get("< ?php bloginfo('siteurl');?>/index.php",

    add after ‘index.php’ a question mark “?”, like this:

    ecd.jq.get("< ?php bloginfo('siteurl');?>/index.php?",

    And then tell me what it makes.
    Best Regards

  66. Davele 26 janvier 2009 à 5:19 Lier au commentaire

    Hi Heirem,

    I’ve done the encoding you suggested above but it doesn’t work at all. I try 3 times of posting an event but still, the event doesn’t show to the Large Calendar.

    Hoping for a response,
    Dave

  67. Davele 26 janvier 2009 à 8:01 Lier au commentaire

    Hi Heirem,

    Additional… I noticed that in the page of January, you can see and operate the links going to the December 2008 and to the February. Then, if the page is in the month of February, I noticed that the link for the January and March isnt showing. Because of that, I cant see the other month using the shortcuts at the events calendar instead I will go back to the home page and start all over again.

    Again,
    Dave

  68. Heiremle 26 janvier 2009 à 18:34 Lier au commentaire

    Dear Dave,
    Your last remark is interesting. The deduction is simple: we must look at the content of the events of February. Is there something that interferes the HTML display. But I do not have access to your blog that can allow me to tell you more. This is sometimes not much. But I would like also know what is it from my side, to verify if a hidden bug in the plugin occur in certain circumstances.

    Also, either you give me access to your blog so that I look, or you can find yourself and then I ask you to kindly inform me.
    Best Regards

  69. Davele 28 janvier 2009 à 3:17 Lier au commentaire

    About the access to the website, unfortunately, I am not the owner of the website and my boss(who is the owner) do not approve to the access you wanted to. Mmmm… I try reinstalling the plugin with a new one but the same version but still the problem exist.

  70. Davele 28 janvier 2009 à 6:59 Lier au commentaire

    Hi Heirem,

    I try to change the version of Events Calendar from 6.5.2.1. to the older version of 6.4 and the bugs are gone. Now, the event that I posted to the February is showing to the Large Calendar and the buttons to go to the January and March is accessible. I would say that Events Calendar 6.5.2.1. is having some bugs but I also I consider the conflicts among the other plug-ins that I have. Thank you for your time catering my question.

  71. Heiremle 30 janvier 2009 à 16:26 Lier au commentaire

    Hello Dave,
    I’m happy for you that you have managed to find a solution.
    But I liked to know the cause of your problems. It’s a pity, it could have been used in a general manner.
    Best regards

  72. Caseyle 4 février 2009 à 21:05 Lier au commentaire

    Heirem,
    Thanks for a great plugin! It has been of great use to me, however I have been having a conflict with it lately. I have the Featured Content Gallery plugin installed and it will not work if I have Events Calendar activated. The FCG team has acknowledged that this is an issue, but haven’t given me any clues on how to try and resolve it. Do you have any tips, or can you provide any insight into why these plugins will not work together?

    I think it is an issue with FCG using mootools and EC using jQuery, but I’m not absolutely sure. If this is the case, how could I resolve it? Thanks so much!

  73. Jonathanle 8 février 2009 à 10:09 Lier au commentaire

    Hi Heirem, many thanks–definitely the best Calendar plugin I’ve found!

    I’ve used the large calendar (6.5.2.1) on a wp2.7 site based on the atahualpa theme (see). I’ve managed to get the calendar styled nicely (basically knocking out the background, and a few other tweaks–except for the monthly navigation header and the Today color. I’ve tried every CSS option I could find, but no luck.

    I would like the Today block to be #b6612c, and the header to be transparent like the calendar body. I’ve attached (what I think is) the appropriate section of my modified event-calendar.css file below.

    Any hints?

    Thanks again,
    Jonathan

    /* * Large Calendar */
    /* * Calendar formatting */
    #wp-calendarLarge {
    border-collapse: collapse;
    margin: auto;
    background: none;
    }
    #calendar_wrapLar img {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    }
    #wp-calendarLarge td {
    border: thin solid black;
    width: 150px;
    height: 100px;
    padding: 0;
    vertical-align: top;
    background: none;
    }
    .event-block a:link, .event-block a:visited, .event-block a:hover, .event-block a:active {
    text-decoration: none;
    border: none;
    }
    #wp-calendarLarge .event-block {
    border-top: 0px solid #444;
    display: block;
    padding: 2px 0 0 2px;
    line-height: 11pt;
    color: navy;
    }
    #wp-calendarLarge .dayHead {
    /* background-color: none;
    */
    background: none;
    color: black;
    font-weight: bold;
    font-size: +1;
    padding-left: 5px;
    z-index: 1000;
    }
    #todayLarge {
    background: #b67954;
    color: #black;
    }

  74. Heiremle 9 février 2009 à 0:45 Lier au commentaire

    Dear Casey,
    I am myself on the spot! If I had a simple solution I will give you with pleasure. Yes, it is clear that this is a conflict between MooTools and jQuery. My experience showed me that there is no general case and that the dysfunction reactions are different at each site, depending on many parameters, that I do not know all.

    I will try my hand also test the plugin Featured Content Gallery with Events-Calendar. If I get a solution I hasten to apply to the plugin and tell you to know :)
    Best regards

  75. Heiremle 9 février 2009 à 0:58 Lier au commentaire

    Hello Jonathan,
    I went to see your calendar and the result is not so bad. If I understand well, now you just have to change the color of Today cell. To do this just look at the options of the plugin ;)
    I also advise you to look at in the file “ec_calendar.class.php”, the function “displayLarge”.
    Best regards

  76. Jonathanle 9 février 2009 à 1:00 Lier au commentaire

    Hi Heirem, just thought I’d let you know I answered half of my own question!

    I upgraded my theme which (apparently) had some hard-coded white in it which was messing things up. I still can’t get the Today block to work quite right, but it’s not as big a deal.

    All the best,
    Jonathan

  77. yasiphle 10 février 2009 à 6:10 Lier au commentaire

    Unlike others who praised you about your calendar and discussing an issue, I’ll do it the other way.

    This plugin is great! Works flawlessly in my blog….

    Did you expect anymore? Well, its just perfect.. No problems at all.

    Cheers mate

  78. Heiremle 10 février 2009 à 18:01 Lier au commentaire

    Hello yasiph,
    Thank you very much for this warm appreciations.
    But you know, looking at the statistics of the downloads of this plugin, I think the number of people who seek a little help here are very few! It may be that most important part of users find their happiness with it :)
    Best regards

  79. Mantisle 5 mars 2009 à 18:18 Lier au commentaire

    Bonjour Heirem et merci pour ce bel outil qu’est Events-Calendar

    Je viens de l’installer et il fonctionne parfaitement ! Cependant, j’ai un petit souci: j’ai installé le widget dans ma sidebar sous forme de calendrier mais quand je clique sur un évènement (dont le jour est un dimanche) le jour devient faux dans le petit calendrier !

    Exemple: pour un évenement le dimanche 8 mars, l’évenement apparait bien à la date du 8 mars sur le calendrier dans le widget mais quand je clique sur cet évenement, la date mentionnée est: le samedi 8 mars ! il change donc le dimanche en samedi !

    D’ou pourrait venir ce bug ? Voici l’url: http://csve.free.fr

    Merci d’avance pour votre réponse

    Cordialement

  80. Heiremle 6 mars 2009 à 1:33 Lier au commentaire

    Bonsoir Mantis,
    Effectivement j’ai pu aussi constater cette anomalie sur votre blog. Très bizzare ! D’autant plus que vous utilisez la dernière version du plugin.
    Je vais regarder de prêt ce qu’il en est et je vous tiens au courant.
    Cordialement

  81. Mantisle 6 mars 2009 à 1:47 Lier au commentaire

    C’est très sympa de se pencher sur le problème, j’avoue que je ne comprends pas non plus… J’ai plusieurs fois essayé de désactiver le plugin et même de le désinstaller mais rien n’y fait, le problème subsiste! D’ailleurs, même après désinstallation/réinstallation, le plugin retrouve immédiatement les évènements de l’ancienne installation! Ce plugin travaille donc également avec la base de données SQL ? Ce qui expliquerait qu’il retrouve les évènements déjà paramétrés…
    J’ai aussi un peu “bricolé” le plugin pour afficher une date plus “française” et je ne sais pas si ça peut jouer sur le problème… Dommage qu’il ne soit pas possible de restaurer tous les paramètres d’origine du plugin, j’aurai pu ainsi tester le plugin (et donc cette histoire de jour) dès l’installation “brute” du plugin…

  82. Heiremle 6 mars 2009 à 2:02 Lier au commentaire

    Cher Mantis,
    Si vous avez “bricolé” le plugin au niveau des dates alors ne cherchez pas plus loin votre problème ! Il ne vous reste plus qu’à débugger vos modifications ;)
    Effectivement les événements et les options du plugin sont enregistrés dans la base de donnée MySQL de votre site. C’est également pour cette raison que vous retrouvez vos événements (ce qui me fait penser qu’il faudra un jour proposer une fonction de désinstallation complète du plugin, avec épuration de la base de données).
    Si vous désirer retrouver les options natives il va donc falloir pour commencer aller fouiller dans votre base de données pour supprimer les options du plugin. Avant tout désactivez le plugin.
    Pour fouiller la base de données vous devez utiliser PhpMyAdmin.
    Ensuite vous vous rendez dans la table [préfix]-options.
    Vous effectuez une recherche sur le champs “option_name” avec LIKE %event%. Vous obtiendrez toutes les options du plugin. Vous pourrez les effacer. En réactivant le plugin vous retrouverez les options natives :)

  83. Mantisle 6 mars 2009 à 11:44 Lier au commentaire

    Bonjour et merci pour ces précisions.

    J’ai supprimé toutes les tables et options crées par events-calendar dans ma base de données, tout a été supprimé, il ne restait aucune information concerant le plugin dans la base de données. J’ai même ensuite complètement supprimé le plugin du serveur et fait une nouvelle réinstallation. J’ai n’ai modifié aucune option native du plugin, j’ai juste ajouté un évènement pour faire un test et malgré tout, le problème persiste : le plugin s’entête à modifier le jour et un évènement prévu au dimanche 15 mars va être affiché au samedi 15 mars.

    Rien n’a donc évolué ! La je dois dire que je suis perplexe ! Que faire ?

  84. Heiremle 10 mars 2009 à 12:43 Lier au commentaire

    Bonjour Mantis,
    Désolé de répondre un peu tard, j’ai été mobilisé tout le we et le lundi sur une intervention professionnelle. Je suis comme toi je reste perplexe face à tes problèmes ! Est-ce que les choses ont évoluées ? Si non alors la seule chose que je te proposer est de me permettre un accès à ton espace FTP et à l’administration de ton blog. Ce qui me permettra de voir cela de prêt, de faire des tests (sans aucunes conséquences pour tes données évidement) et trouver la cause du problème. Comme j’ai regardé du coté du code et que je n’ai rien trouvé d’évident je ne vois pas d’autres solutions.
    Cordialement
    Heirem

  85. michaelvle 20 mars 2009 à 4:26 Lier au commentaire

    Hi Heirem,

    Firstly thanks for taking over the plugin it is a fantastic piece of code that is perfect for my application, however I am wanting to edit the displayed event calendar entries , atm this is what is displayed

    Sat 4/17/2009: SAFL Round 1 - PH v ECE

    I would like to remove the Day ‘Sat’ as well as the year ‘2009′ and have it as day/month as opposed to month/day

    so it would read like this

    4/17: SAFL Round 1 - PH v ECE

    I am not sure what happened, yesterday the display wasnt showing the date so all it was was

    SAFL Round 1 - PH v ECE

    but now it is Sat 4/4/2009: SAFL Round 1 - PH v ECE.

    Any assistance would be great.

    Thanks
    Michael

  86. Heiremle 21 mars 2009 à 19:20 Lier au commentaire

    Hello michaelv,
    You have to change the PHP code in the plugin.
    Open the file “ec_calendar.class.php”.
    Look at the function : displayEventList($num)
    The construction of the line you want to adjust is done in this function. In the foreach loop. At work! ;)

  87. michaelvle 22 mars 2009 à 2:12 Lier au commentaire

    Hi Heirem, thanks for th reply but it doesnt seem to be working or i am doing something wrong

    here is the code
    * Displays the Event List Widget
    */
    function displayEventList($num) {
    /* Localisation ------------------------------------------------***/
    load_default_textdomain();
    require_once(ABSWPINCLUDE.'/locale.php');
    $wp_locale = new WP_Locale();
    /* -------------------------------------------------------------***/
    global $current_user;
    $db = new EC_DB();
    $js = new EC_JS();
    $options = get_option('optionsEventsCalendar');
    $format = $options['dateFormatLarge'];
    $day_name_length = $options['daynamelength'];
    $events = $db->getUpcomingEvents($num);
    $output = ”;
    foreach($events as $event) {
    if($event->accessLevel == ‘public’ || $current_user->has_cap($event->accessLevel)) {
    $splitDate = explode(”-”, $event->eventStartDate);
    $month = $splitDate[1];
    $day = $splitDate[2];
    $year = $splitDate[0];
    $timeStp = mktime(0, 0, 0, $month, $day, $year);
    $startDate = date(”$format”, $timeStp );
    $day_names = ucfirst($wp_locale->get_weekday(date(’w', $timeStp )));
    if($day_name_length) $day_names = $day_name_length utf8_substr($day_names,0,$day_name_length) : $day_names;
    $PostID = isset($event->postID) ? $event->postID : ”;
    if ($PostID == ”) {
    $titlinked = ‘‘.$day_names.’ ‘.$startDate.’: ‘.stripslashes($event->eventTitle);
    } else {
    $titlinked = ‘‘.get_permalink($PostID).’ ‘.$day_names.’ ‘.$startDate.’: ‘.stripslashes($event->eventTitle).”;
    }
    //$startDate = $startDate < date(”$format”) ? date(”$format”) : $startDate;
    $output .= ‘id.’”>’.$titlinked.”;
    }
    }
    $output .= “”;
    // $output=”; // for tests
    if ($output==”) {
    echo ‘‘, __(’Events are coming soon, stay tuned!’,'events-calendar’) , ‘‘;
    } else {
    echo $output;
    $js->listData($events);
    }
    }

    i edited this line for the date format

    $month = $splitDate[1];
    $day = $splitDate[2];
    $year = $splitDate[0];

    change the month to [2] and day to [1] which seemed to change the format but it seemed to change all the actual dates already existing, it also changed years as well.

    any help would be great.

    thanks again.
    michael

  88. Ikule 2 avril 2009 à 8:38 Lier au commentaire

    Hi,

    Thanks for a great calendar.

    My only problem is that when I “click date for more details” the date on pop-out window is wrong. Ie. when event is on saturday (shows correctly on calendar), the pop-out window show that date on friday. Sunday is saturday on pop-out window etc.

    Hopefully you can help me, thanks!

  89. Heiremle 8 avril 2009 à 16:51 Lier au commentaire

    Hello Iku,
    This is a problem that has already been submitted and for which I have not taken time. I promise to watch it soon, to find a solution and write an article. But…
    But my concern is to successfully reproduce this problem on my side. And I know that I’ve never met it. Would you make your contribution to solving this bug? With your information based on your platform we should get there. Contact me by email then in this perspective ;)

  90. Frankle 15 avril 2009 à 16:12 Lier au commentaire

    Hello,

    i am having a mysterious problem. I was moving the widget from one sidebar into another and now the entries are gone. They are certainly still displayed in the admin section but the widget does not show them.

    I remember some settings where i could e.g. include or exclude posts as entries. However, I don t find them any more.

    Sorry if I only behave stupidly and the problem is obvious :)

    Frank

  91. EDimale 15 avril 2009 à 19:44 Lier au commentaire

    Hello,

    The event calendar plugin description says, “If you do not have a widget ready theme then you can place ‘’?, or ‘’ for an event list, in the sidebar.php file of your theme.” I placed, into my sidebar.php and updated my site and this is what it said live on my sidebar,

    “Warning: Missing argument 1 for SidebarEventsList(), called in /home/content/e/d/i/edima1/html/wp-content/themes/premiumnews/sidebar.php on line 9 and defined in /home/content/e/d/i/edima1/html/wp-content/plugins/events-calendar/events-calendar.php on line 175

    * Events are coming soon, stay tuned!”

    I’m new at this so any helpful advice would be appreciated. Thanks!

  92. Stewartle 16 avril 2009 à 21:47 Lier au commentaire

    There’s a typo in the description. You need to pass SidebarEventsList the number of events to display, like

    <?php SidebarEventsList(10);?>

    to display (up to) 10 events.

  93. Alexisle 16 avril 2009 à 23:59 Lier au commentaire

    Bonjour,

    Tout d’abord bravo pour ton script (qui semble) génial.
    Oui qui semble car je ne sais pourquoi il ne fonctione pas chez moi. J’ai rédigé 2 événements, à une date qui n’est pas encore passée et rien a y faire ils ne sont pas pris en charge sur mon calendrier.

    Aurais-tu une idée ?

    Merci d’avance =D

  94. alter1fole 24 avril 2009 à 16:46 Lier au commentaire

    Hello,
    hey bien nous voila donc en 2.7.1 avec la 6.5.2.1 d’EC mais un beau error 500 sur la page principale quand on active le plugin !

    Entre temps on était dans le rep /w et nous avons re-dirigé - via le .htaccess à la racine :

    RewriteEngine On
    RewriteBase /w/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /w/index.php [L]

    Ca pourrait venir de là ?

    J’ai essayé de remplacer les ’siteurl’ en ‘wpurl’ mais rien n’y fait.

    Ce qui est probant c’est que l’on a un site en beta sur http://alter1fo.org/w et là aucun soucis !!!

    Qu’en pense tu ?

    Sinon super plugin ! c’est exactement ce qu’on désire .. alors domage !!!

  95. Garyle 27 avril 2009 à 23:13 Lier au commentaire

    Hi…hoping I could get a little help. I would like to substitute a Spanish version of the Events Calendar for the current English version. Any suggestions would be greatly appreciated. Thanks for your patience in advance.

  96. Heiremle 28 avril 2009 à 0:02 Lier au commentaire

    Hello Frank, it is important to know that coexistence between the Wordpress calendar and the latest official version of Events-Calendar is not recommended. Perhaps this explains your setbacks. ;)

  97. Heiremle 28 avril 2009 à 0:06 Lier au commentaire

    Bonsoir Alexis, il me faudrait constater par moi-même tes déboires avec le plugin pour pouvoir t’aider. Le lien que tu as communiqué ne pointe pas vers un blog Wordpress. Mais peut-être ne sais-tu pas que Events-Calendar ne peut fonctionner que sous Wordpress. Ecris moi en direct par email (adresse dans le pied de page) si tu es toujours intéressé par Events-Calendar. ;)

  98. Heiremle 28 avril 2009 à 0:12 Lier au commentaire

    Bonsoir “alter1fo“,
    Très beau votre site. Dans ces cas là moi ce que je fais c’est aborder le problème par approches successives à partir d’une installation qui fonctionne. Par exemple en ce qui concerne le htaccess, je commence par m’en passer ! Ensuite je le fais évoluer jusqu’à ce que cela ne fonctionne plus et j’analyse le problème et les réactions. Sincèrement je ne vois pas comment je pourrais t’aider plus. Sinon ajouter que pour tout ce qui est htaccess il est toujours bon de demander son avis à l’hébergeur ;)

  99. Heiremle 28 avril 2009 à 0:38 Lier au commentaire

    Hello Gary, a translation in Events Calendar requires two conditions. Firstly you must know that the detected language is set in your Wordpress installation (wp-config.php). Secondly it is necessary to have the right translation file, of the language you want. In your case, Spanish, make sure you have the file ‘events-calendar-es_ES.mo’ in the ‘lang’ directory of the plugin. ;)

  100. alter1fole 11 mai 2009 à 9:34 Lier au commentaire

    Bonjour,
    encore merci pour votre aide. En fait le problème était strictement de l’hébergeur.
    J’ai bien demandé assistance mais cette requête est resté lettre morte.

    Je déconseille en tout cas 1and1 pour l’hébergement wordpress tant leur incompétence est grande et la lenteur de réaction incommensurable..

    En tout état de cause , en cas d’erreur 500 après installation d’un plugin WP ou mise à jour, bien s’assurer que la ligne dans le .htaccess est tj présente:
    AddType x-mapp-php5 .php

    ( http://codex.wordpress.org/Core_Update_Host_Compatibility)

  101. Frankle 13 mai 2009 à 1:38 Lier au commentaire

    hi Heirem,

    maybe you are right and the coexistence of “calendar” and “events-calendar” is the problem. I have both widgets available.

    However, I don t find any option to get rid of “calendar”. Can you help me once more?

    Thanks a lot!

    Frank

  102. Heiremle 14 mai 2009 à 15:42 Lier au commentaire

    Hello Frank,
    The Wordpress Calendar is a widget like the others.
    You can desactivate it like the others so.

  103. alter1fole 14 mai 2009 à 15:49 Lier au commentaire

    Hello,
    c’est top, ca marche bien !

    Sauf que qd on clicke sur un evt dans le widget en mode calendrier il recharge la page courante au lieu d’aller dans l’article lié avec l’evt.

    Par contre le “grand calendrier” : aucun soucis.

    Vu avec IE et firefox 3 (mac et pc) .

    C’est normal ?

  104. Heiremle 14 mai 2009 à 16:04 Lier au commentaire

    Bonjour alter1fo,
    Rien avoir avec le navigateur. C’est un problème d’accès à certains fichiers. Donc un problème de chemin. Quand je regarde les sources de ta home page je remarque ce chemin “http://alter1fo.com/w/wp-content/”. Ce qui signifie que les fichiers “racines” de Wordpress sont dans le répertoire “/w/” et non dans la racine du domaine.

    Dans ces cas là il faut aller vérifier les général settings de ton blog. Il faut que d’un manière ou d’une autre l’adresse du site soit la même que l’adresse du blog. Voilà ;)

  105. Frankle 14 mai 2009 à 16:11 Lier au commentaire

    Hi Heirem,

    deactivating the WordPress calendar widget did not help. Now I installed an older version of the events calendar again and everything is fine….. A pity!

    Frank

  106. Mikele 17 mai 2009 à 9:52 Lier au commentaire

    Hi Heirem,

    I was hoping that there might be an easy way to change/select the Post category that the calender events uses when the “Create Post for Event” is selected. I am wanting to have all calender event pots under their own category (called ‘events’), but the default is publishing them to the ‘Uncategorized’ category.

    Thank you for all your work in making this wonderful tool.

    -Mike

  107. Martinle 17 mai 2009 à 21:15 Lier au commentaire

    Hey Heirem,

    I just noticed that the events calender does not work when the mygallery plugin is activated. any ideas what can be wrong?

    Thanks a lot for this great plugin!

    Martin

  108. vincentle 16 juin 2009 à 2:52 Lier au commentaire

    Bonjour!
    Je sais pas pourquoi mais dans mon side bar, ma liste affiche les mois en anglais (www.equipecyclisteleyeti.ca).

    De plus les thickbox ne fonctionnent pas avec les liens!

  109. joeyle 13 juillet 2009 à 19:55 Lier au commentaire

    Bonjour Heirem,

    I was wondering if you can tell me, can this calendar run indepndantly of Wordpress? Standalone per say.

    Thanks!

  110. Heiremle 13 juillet 2009 à 23:27 Lier au commentaire

    Bonsoir Joey,
    Events-Calendar is a plugin. It is therefore closely related to Wordpress and can not operate outside of Wordpress. But it is not impossible that it could operate standalone one day, or with a module of interfaces with the main PHP frameworks. This is part of my future plans I gotta admit. But we’re not at this stage yet ;)

  111. alter1fole 30 juillet 2009 à 15:16 Lier au commentaire

    Hello,
    toujours des histoires, j’ai réinstallé la 6.2.5.1 apres quelques déboires avec la beta…

    Résultat des courses je vois les événements saisis dans l’admin mais pas sur le site en lui meme ….

    Je ne comprend plus rien..

  112. Simonle 31 juillet 2009 à 20:09 Lier au commentaire

    Hello Ramon, The recurrence of events is a function scheduled for the next version. A little patience

    When will the next version come out?

  113. anonle 31 juillet 2009 à 20:10 Lier au commentaire

    recurrence would be a great feature!

  114. Heiremle 1 août 2009 à 0:42 Lier au commentaire

    Hello friends !

    @alter1fo: écris mois en email en me décrivant ton problème avec plus de détails et je verrais ce que je peux faire. Cependant, as tu écris dans le forum officiel avant ? ;)

    @Simon, @anon have you read my last post ?? ;)

    Sorry but it’s time to close the comments here ! wow what a length !