Event Management – Tickets, Bookings and Calendar

Plugin Banner

Event Management – Tickets, Bookings and Calendar

by Umar Draz

Download
Description

Run events on your WordPress site: publish an event, sell or issue tickets, take
bookings, and check people in at the door with a QR code.

What you can do

  • Create events with dates, times, location and a map
  • Offer several ticket types per event, each with its own price and limit
  • Take bookings from visitors through a form on the event page
  • Manage bookings from the admin, including discounts, fees and booking status
  • Email confirmations and reminders from templates you control
  • Check attendees in by scanning the QR code on their ticket
  • Show a calendar or a list of upcoming events with a shortcode

Shortcodes

Put a calendar or an event list anywhere with the shortcodes documented on the
plugin’s settings screen, under the Events menu.

Tickets and bookings

Each ticket type carries its own price, available quantity, and the dates it can
be bought and used. A booking records who bought it, how many, and what they
paid, and every ticket issued gets a unique QR code for check-in.

Requirements

WordPress 5.0 or later and PHP 7.0 or later. Nothing else is needed: bookings and
check-in data are stored in your own database.

How to use after installation

  1. Go to event section in event plugin menu and create an event by entering name, date range, time, description, tags, featured image, event category and tickets connected to it.
  2. Create tickets for created events by going in tickets section, click on add new ticket and enter details e.g name, description, seats availability, minimum and maximum tickets per booking, selling dates and check-in dates.
  3. Create event category for events by entering name and slug.
  4. Check bookings by users in booking section and edit status as well
  5. Show google map on front page of website for event location. Just enter google map api key in settings section, google map will be shown if you have entered valid address in event details.
  6. Choose currency from settings area and you can select left or right selection for currency placement.
  1. Upload `events-management.zip file in plugins sections of your WordPress website
  2. Install uploaded zip file of plugin
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Events Management Plugin is ready for use, you can view in dashboard.
How do i add upcoming events in front page of website?

Just put this short code [plugun_events] in any post, page or widget it will work.

How do i add calendar in front page of website?

Just put this short code [event_plugun_calendar] in any post, page or widget it will work.

How do i add event category and specific events in front page of website?

Just put this short code [plugun_events category_id=”1,2,3″ event_id=”3,4,5″] in any post, page or widget it will work.
You can show single event category by giving one id, but you can also show multiple categories like given in shortcode id=”1,2,3″ . Same case is for events, you can show one event or multiple events.

How do i add calendar year and month in front page of website?

Just put this short code [event_plugun_calendar year=”2017″ month=”3″] in any post, page or widget it will work. Year and month can also be changed like if you want to show year “2016” and month “July” then short code will be [event_plugun_calendar year=”2016″ month=”7″]

I am stuck. Where do i go for help?

Event Management Plugin has documentation where detailed instructions about use of plugin and solutions are available. If you are stuck then you can get help from visiting this link https://wordpress.org/plugins/events-management/

If I need more knowledge. Where do I go for knowledge?

If you have not found your answers in documentation and you still have more questions about Event Management plugin and ticketing solutions. Then you can go to Event Management plugin blogs area where blogs are posted by different users and Event Management plugin team. Here is the link https://wordpress.org/support/plugin/events-management/

perfect

By gmocamilo on October 8, 2018

just what i needed thanks

Outstanding

By Umar Draz (itpixelz) on May 4, 2017

Outstanding 🙂

1.1.1

  • Rewrote the plugin listing so people searching for “event tickets” or
    “event booking” can find it. No change to how the plugin works.
  • The plugin is now called Event Management – Tickets, Bookings and Calendar.
    Your events, tickets, bookings and settings are untouched.

1.1.0

  • Fixed: the plugin stopped the whole site on PHP 8. An invalid printf format
    specifier raised an uncaught ValueError while registering post types, which
    made every page, including wp-admin, fail to load.
  • Fixed: PHP 8.2 deprecation notices on every request, caused by three
    undeclared class properties.
  • Changed: the donate, support and pro-version links pointed at a domain that
    no longer exists. They now point to itpixelz.com and to this plugin’s page
    on wordpress.org.
  • Security: a booking submitted without a valid request token was accepted
    anyway. The check existed but its result was discarded, so the booking
    was written and the confirmation mail sent regardless. It now stops.
  • Security: the plugin’s settings screens saved site-wide options without
    checking that the person submitting the form was allowed to change
    them. They now require the manage_options capability.
  • Security: booking details saved from the admin post screen are now
    written only for a genuine edit by someone who may edit that booking,
    and are skipped during autosaves.
  • Fixed: the plugin sent no-cache headers on every request on the whole
    site, which disabled page caching everywhere and produced “headers
    already sent” warnings. Those headers now apply only to the event,
    ticket and booking screens, the booking form and the QR and export
    endpoints, which are the responses that must not be cached. One of
    them also carried a malformed date that browsers could not read.
  • Fixed: booking confirmations and reminders were sent from an address at
    a domain that no longer exists, so many of them would have been
    rejected or treated as spam. They now come from the site’s own admin
    address.
  • Tested up to WordPress 7.1. Declared a minimum of PHP 7.0.
  • Note: the previous stable tag referred to a version 4.7.3 that was never
    released. Versioning now follows the plugin’s actual history.

1.0.2

  • Earlier release.
Back to top