The events tag has no wiki summary.
1
vote
2answers
595 views
How to trap “Publish” button to check for meta box validation?
I'm trying to do some form validation on my custom meta box, and I remember somewhere reading about some javascript function to disable/enable the Publish button - except I can't find it.
How do I ...
1
vote
1answer
2k views
sort events based on event date custom field
I'm trying to list events (custom posttype 'kurs') by event date, which are stored as custom fields ('dato').
My loop so far looks like this:
<ul>
<?php $loop = new WP_Query( array( ...
2
votes
1answer
962 views
Custom Post Type “Event”: chronological list of recurring events
i'm looking for a good and easy way to have a custom post type "event" that can have multiple dates. (I have tested about 20 plugins). I think i have no problem building a metabox allowing the user to ...
0
votes
1answer
296 views
Plugin: Events manager - Next and previous event
I'm trying to get a navigation in the events of event manager
the next/previous post links work but they are ordered by creation date
instead of event date.
How could it be possible to change this?
...
2
votes
1answer
2k views
Loading Custom Post Type Events into jQuery-based FullCalendar?
Here is a question I have spent over 3 hours attempting to solve but each approach I take ends up not working out for me.
All I am attempting to do is utilize this opensource ajax calendar script:
...
3
votes
5answers
964 views
Plugin for event management?
I have a client who wants to put on an event. She wants to manage it on her site. The requirements:
Display information about the event
Sell tickets and correlate with name and email address
Payment ...
5
votes
2answers
701 views
How to set a custom post type to have viewable future posts
I've setup a CPT to act the same ways as posts but used to post event details.
Thing is that some of the posts are in the future and such have a future date set on them. Problem is that normal users ...
0
votes
3answers
380 views
Conference website with ticket-sales + sponsorship sales with WordPress?
I am considering moving away from Drupal and drupal-cod due to the lack of good themes.
The two major features I am looking for are:
Ticket sales (PayPal), with receipts sent to attendee
...