sandevoerde
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Post Event] Any question/issue, tell us!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 !Forum: Plugins
In reply to: [Plugin: Post Event] Any question/issue, tell us!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?
Forum: Plugins
In reply to: [Plugin: Post Event] Any question/issue, tell us!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.
Forum: Plugins
In reply to: [Plugin: Post Event] Any question/issue, tell us!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 ?Forum: Plugins
In reply to: [Plugin: Post Event] Any question/issue, tell us!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?