alex_tingle
Forum Replies Created
-
Forum: Plugins
In reply to: register_activation_hook not firing after initial activationI just encountered a similar problem. My registration hook wasn’t firing.
Eventually I tracked the problem down to a symbolic link. I’m in the habit of keeping plug-in code outside my wordpress tree, and just creating symlinks from in into the various wp-content/plugins directories where I want to test it.
register_activation_hook() doesn’t like that, because it looks for the “wp-content/plugins” directory in the plug-in file’s canonical pathname. As soon as I physically copied my plug-in files into each WordPress tree, the activation hook started firing.
You should make a new post with several scheduled events. Just keep clicking the “+” button until you’ve got as many as you need. If you are not worried about times of day, then make them “all day”.
Forum: Plugins
In reply to: [Plugin: Event Calendar 3] Event postingMake one post for each event.
Events can have multiple times, to allow for morning and afternoon sessions (for example).
Forum: Plugins
In reply to: [Plugin: Event Calendar 3] ‘Editor’ can’t set datesYeah, that sounds exactly like the problem Terry reported in v3.1.2. I’ve just checked, and the fix is definitely there in v3.1.4.
So, are you absolutely sure you’re running version 3.1.4?
If so, then join the mailing list and take it up with us over there. Thanks.
Forum: Plugins
In reply to: Sort post when using Event CalendarYou *should* be able to filter by category:
All posts mus be in the event category, but they can be in others too. So, say the event category is 2, you can search for events in cat 7 with…
http://voorbeeld1.coordinaat.com/?ec3_after=today&cat=2,7
If it works, let me know 🙂
-Alex
Forum: Requests and Feedback
In reply to: [Plugin: Event Calendar 3] Date Format on Event ListAh, actually you are right, it *does* ignore the WP date format by default. I’ll fix it.
Forum: Requests and Feedback
In reply to: [Plugin: Event Calendar 3] Date Format on Event ListYou shouldn’t need to edit any code. Event Calendar just uses the blog-wide date format. You should just be able to change your date format on WordPress’ main settings page.
If that doesn’t work, then it’s a bug. Come over the the mailing list and help us fix it.
Forum: Plugins
In reply to: Eventcalendar 3It’s supposed to go to an archive list page. It can’t go to a post page – where would it go if you had two or more posts on each day?
I admit that this is often not what people expect. There is some suggestion that we might put some more cleverness into it in a future version, but for now – it’s not a bug, it’s a feature.
-Alex
Forum: Plugins
In reply to: EventCalendar and Old Posts …With the new EventCalendar 3.1 you can use… ?ec3_before=today
Forum: Plugins
In reply to: EventCalendar ~ previous events?I can’t remember whether ASC or DESC is the default, but you can force it with the order= parameter. So one of these will solve your problem…
?ec3_before=today&order=ASC
?ec3_before=today&order=DESC
Forum: Plugins
In reply to: Most trouble free editor with good support for tables? (wysiwyg capable)FCK breaks Event Calendar 3 event editor because it grabs window.onload without consideration for other code that might want to use it. FCK editor plugin needs to be fixed… here’s the solution that I use: http://blog.firetree.net/2005/07/17/javascript-onload/
Forum: Fixing WordPress
In reply to: search does NOT workWere you using the sem-search-reloaded plug-in?
Forum: Plugins
In reply to: EventCalendar 3.0 Question – DraftsHarvey: I’m the author of this plugin. I’m currently working on a new version (3.1) that works in the way you describe. Each post has its own event schedule, quite separate from the post date. The first beta should be out in a week or so.
Forum: Installing WordPress
In reply to: Problem With Event Calendar 3.0Hi Shari. I’m glad you managed to find a solution to your problem.
I’m sorry that you felt I didn’t answer your question. In fact I did reply to your posts, I just wasn’t able to diagnose your problem. Now that you’ve found what caused the problem, I’ll update the EC3 documentation so that others can avoid making the same mistake you made.
Forum: Plugins
In reply to: Looking for…I’ve just released EventCalendar 3. It’s much easier to use and more powerful than the earlier versions. As well as a dynamic sidebar calendar and sidebar listings, it can convert the Event Category page into a date-0rdered listing of future events.
Why not give it a try?