[Plugin: Post Event] Any question/issue, tell us!
-
Thanks for using our plugin; do not hesitate to come back to us!
-
When I activate Post Event, several features of the “new post” page freeze up and don’t function. When I deactivate the plugin, everything goes to normal. Any ideas?
Thanks for this comment. We recently uploded a new version which should correct this issue…
Thanks by advance for your feedback !First of all,thanks for this plugin.My question is on how to get the paging/navigation working.On my index.php all posts are in the order I want,ascending in time(on event start date), regardless of their publication date.But when I limit the posts on the page to 5 (in the admin panel) the postorder is following the date of publication again and not the event starting date order.Any suggestions?
After a week trying all the possible solutions that I found on the internet regarding this problem I haven’t solved this problem yet.
How does the right query_events look like if I have 30 events on my homepage(index.php) and I want to show 3 pages of 10 events ascending in time(following the event start date).Now the pagination still breaks up my query.(<?php $posts=query_events($query_string . '&order=asc&posts_per_page=-10'); ?>)Any suggestions ?the option “order” in query_events, will be remove. To get in asc or desc order you have to setting it in the post event admin panel
Peut-on faire en sorte que lors de la création de l’évènement il soit automatiquement ajouter à un calendrier google calendar ou ical ?
Ca serait pratique pour nourrir l’agenda du blog, et pour que les membres abonnés à cet agenda voient directement l’évènement s’intégrer dans leurs calendriers personnels.—————————–
Can we ensure that when creating the event it is automatically added to a calendar or ical google calendar?
It would be practical to feed the agenda of the blog, and that members subscribe to this calendar event are directly integrated into their personal calendars.Thanks for answering me oXfoZ,but I tryed all sorts of query’s but the pagination posts_nav_link() keeps breaking up the query_events.I have the same problem when I try to limit the posts for showing only this months events <?php $posts = query_events($query_string .’&monthnum=10′ ); ?> this whill result in showing the posts I published in October and not the events that will start in October.
We have made many test but pagination problem seems to not be a problem with query events… sorry.
To answer the google calendar question, events are not auto add to google calendar, this is the reason we created the ics files. You just have to export it in your calendar, ics are standart formatted filesI try to limit the posts for showing only this months events <?php $posts = query_events($query_string .’&monthnum=10′ ); ?> this whill result in showing the posts I published in October and not the events that will start in October.
Thats normal. query_events use result from query_posts. So if you use query_events($query_string .’&monthnum=10′ ); first query post will return post wich was posted in October, then query_events will just sort them. If you want to display only october events, you have to change publishing date to the months you want, at this time…
Hello oXfoZ,I have a question regarding the styling of the date output.Because the get_event_start_date parametre is empty (void) is there any other way of styling(picture behind it/color/only day and month .etc) to the post_event_start_date output?
Hello oXfoZ,I had some problems while editing posts in version 1.9.2 ;PHP Fatal error: Call to a member function getSubscribe() on a non-object //wp-content\plugins\post-event\postEvent.php on line 507 so I took the latest update 2.1 but this version will not install.
Plugin could not be activated because it triggered a fatal error.PHP Warning: require_once(E:\…/wp-content/plugins/post-event/class/myPostEventQuery.php) [function.require-once]: failed to open stream: No such file or directory in E:\….\wp-content\plugins\post-event-2.1\post-event-functions.php on line 24
PHP Fatal error: require_once() [function.require]: Failed opening required ‘E:\…./wp-content/plugins/post-event/class/myPostEventQuery.php’ (include_path=’.;C:\php5\pear’) in E:\….\wp-content\plugins\post-event-2.1\post-event-functions.php on line 24.
Any suggestions ?
Nice new look on your oXfoZ site !Hi oXfoZ,
This plugin works very well on my site, except that the ICS files that are generated have no data in them. When I import them into iCal, it adds no events, and when I view the ICS files in a text editor, it only says:
`BEGIN:VCALENDAR
VERSION:2.0
PRODID:mydomain.com
END:VCALENDAR’
(“mydomain.com” substituted for my actual domain name)
Please help!
The topic ‘[Plugin: Post Event] Any question/issue, tell us!’ is closed to new replies.