This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Easy Tickets

Description

ET allows your users to submit their support tickets for a product/problem/etc via modified native comment form, to be displayed on a predefined blog page. The fields that can be posted are: ticket summay and ticket description. Administrator can then approve ticket and set its type (Bug, Enhancement, Feature request, Patch), Status (Open, Assigned, Won’t fix, Closed) and Priority (Low, Medium, High). This plugin uses custom post type functionality, for providing clean and simple
interface for editing, even by Quick Edit. For displaying submitted data, a new page with a custom page template must be created; an example is enclosed. For deterring spam, all data that are submitted by users who are not administrators, get verified by Akismet and reCaptcha, if present and activated. Should you wan’t to use your own submit form,
a sample how to do so is provided.

Installation

  1. Upload zipped folder to the /wp-content/plugins/ directory
  2. Activate the plugin (Easy Tickets) through the ‘Plugins’ menu in WordPress
  3. Create new page template, namig it easy-tickets-page.php and adding the /* Template Name: Tickets */ header, then fill it with loop data as shown in the enclosed easy-tickets-page-example.php file. Create a WordPress Page, and set ‘Tickets’ as its template.
  4. In your current theme folder create file named single-ticket.php and fill it with data like in the enclosed single-ticket.php file.
  5. If your theme does not use native comment form, insert in the said created templates the example form as described in the enclosed files.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Easy Tickets” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Easy Tickets” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • Initial version