Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Support Ticket

Descrizione

Support Ticket enables you to easily create your own ticket system on your WordPress page. Users can submit tickets, ticket agents can answer tickets, change the ticket status, enter private notes. With a shortcode, you can display the create ticket form on the frontend. Visitors who are not logged in will be registered, or – if the submitted email address exists in the database – asked to login.

Administrators can change the ticket agents and configure the plugin. You can define an HTML email template, which will be used for the correspondence with your clients. You can extend the ticket form with textfields and selectboxes of your own.

The plugin comes with dozens of filter and action hooks which enable your developer to extend the plugins functionality, so they fit exactly your needs.

Per maggiori informazioni visita WP Support Ticket.

Screenshot

  • A ticket can be opened on the frontend.
  • Tickets will be ordered in a list on the backend
  • You can edit and answer tickets in the backend
  • Registered users can also create tickets in the backend.
  • The email settings
  • The user settings
  • The ticket settings

Installazione

Dopo aver installato questo plugin, troverai una nuova sezione nella tua bacheca, chiamata “Ticket”. Vai nella sottosezione “Impostazioni” a segui le istruzioni. Dopo aver configurato il plugin, crea una nuova pagina, dove puoi usare lo shortcode [ticket_create] per mostrare il modulo da compilare.

FAQ

Nessuna domanda presente 😀 Vediamo.

Installation Instructions

Dopo aver installato questo plugin, troverai una nuova sezione nella tua bacheca, chiamata “Ticket”. Vai nella sottosezione “Impostazioni” a segui le istruzioni. Dopo aver configurato il plugin, crea una nuova pagina, dove puoi usare lo shortcode [ticket_create] per mostrare il modulo da compilare.

Recensioni

3 Settembre 2016 1 risposta
I have been searching for something this simple and good for about 2 years now! The fact that that the dev gave us the ability to customize what goes into the ticket is refreshing. Ugly? So what? It works better than 5 other "free" plugins I tried!
Leggi tutte le recensioni di 2

Contributi e sviluppo

“Support Ticket” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog (registro delle modifiche)

Version 1.1

  • Add Russian translation
  • Fixes a bug where tickets got deleted in bulk actions without properly selecting “delete”
  • Follow phpcs coding standards.
  • Rename text domain to follow WordPress standards.
  • sts_get_statusArr() and sts_get_statusClassArr() are deprecated. Use sts_get_status_arr() and sts_get_status_class_arr() instead.
  • minor bugfix where the pagination of the ticket table was out of sync with the no of tickets acutally shown.
  • Moved shortcode templates in new directory (templates/shortcodes/) and using a renderer now.
  • Fixed typo in assets/-folder
  • Move asset-files from admin/-folder

Version 1.0.7

  • Option to notify ticket owner on status update
  • Notify a new agent, when assigned through the backend
  • Link login URL in welcome mail properly
  • Link view ticket URL in first agent contact mail
  • New filter filters the standard agent who gets assigned to a ticket automatically while ticket creation
  • Bugfix for admin-styles & scripts
  • Small CSS tweaks

Version 1.0.6

  • Ticket overview list is now mobile responsive.

Version 1.0.5

  • Set the ticket-create/assign/delete-capabilites of each roles in the settings
  • URLs in ticket will be linked automatically
  • Shortcode extended: [ticket_create type=”table”] will return the form wrappend in a table
  • Agents see no. of unread tickets in the menu
  • Admins can delete tickets in backend
  • Classnames for status will not be translated
  • Ticket line breaks won’t be removed
  • You can edit the senders name and email address for emails send with the ticket system

Version 1.0.0

  • Release iniziale