Salta al contenido
  • Acceder
  • Registrarse
WordPress.org

Español (México)

  • Temas
  • Plugins
  • Noticias
  • Soporte
    • Documentación
    • Foros
  • Acerca de
  • Aprende
    • Learn WordPress
    • Documentación
    • WordPress.tv
  • Comunidad
    • Meetups
    • Equipo
    • Colabora
  • Contacto
  • Consigue WordPress
Consigue WordPress

Plugins

  • Mis favoritos
  • Pruebas beta
  • Desarrolladores

Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Descargar

SEATT: Simple Event Attendance

Por Dave Channon
  • Detalles
  • Opiniones
  • Instalación
  • Desarrollo
Soporte

Descripción

This is an event attendance plugin, which allows configuration of multiple events, and embedding of multiple events in any page or post using shortcodes.

Add an event in the admin panel with a name, description, closing date (for signing up) and registration limit (for number of users who can signup). You can then embed a form into any post or page using the wordpress shortcode [seatt-form event_id=x] (x = the event id).

From the admin panel you can read comments left by people who have registered, as well as boot them off the list or delete the list altogether.

Please note you have to allow user registration for this plugin to function. If you allow non-registered users access you open the form up to spam and also numerous issues when people want to change their status, enter incorrect details, or register other users on their behalf. As a result the plugin will remain registration-only for the time being.

Uninstalling removes all traces of plugin, including from the database. This means any events you have will be lost. Updates will not affect existing events nor their attendees.

Comments are always welcome, it’s through feedback that we improve!

Capturas

  • screenshot-1.png shows the admin panel event browser

  • screenshot-2.png shows the admin panel event add page, this has a start and finish time from v1.4

  • screenshot-3.png shows the admin panel event edit page, this has a start and finish time from v1.4

  • screenshot-4.png shows a post with the signup form, this has a start and finish time from v1.4

  • screenshot-5.png shows a post with the signup form after registering, this has a start and finish time from v1.4

  • screenshot-6.png shows the top of the list shortcode, listing the number of events and each signup form (from v1.5)

Instalación

Simple to install, automatically adds relevant information to the database.

  1. Upload simple-events-attendance directory to the /wp-content/plugins/ directory

  2. Activate the plugin through the ‘Plugins’ menu in WordPress

  3. Set up an event in the admin panel (link on the sidebar)

  4. Place provided shortcode (where x = the event id) into your pages/posts.

  5. If you haven’t already, enable “Anyone can register” in Settings>General.

Preguntas frecuentes

Q. Can guests register for events?
A. No. It’s set to be users only, as this reduces the risk of unwanted spam, and keeps plugin complexity low (no need for captchas etc)

Q. Where is event and user data stored?
A. Users are native wordpress users, and event and registration information is stored in seperate database tables.

Reseñas

No language file

missveronica 5 de octubre de 2019
Impossible to make local language translations without changing PHP code.
Leer todas las 2 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores
  • Dave

Traduce "SEATT: Simple Event Attendance" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.5.1

Minor PHP function change fixes

  • Updated readme to better reflect function of plugin

  • Corrected use of PHP count function to remove warning when using PHP 7.2+

1.5.0

Update to fulfil some of the requests posted at https://withdave.com/2017/05/seatt-feature-request-may-2017-update/, as well as some other fixes:

  • Updates to structure of comments in source files to improve readability

  • Addition of list format to make displaying multiple events easier

  • Change to remaining time display in the admin panel (from hours to a formatted time)

  • Removed use of extract function from add_shortcode (seatt-list and seatt-form) as per best practice

  • Added ability to use shortcode to control public visibility of comments

  • Updated screenshots for app

1.4.0

Feature update to fulfil some of the requests posted at http://www.3cc.org/blog/2015/11/seatt-feature-wishlist/, as well as fixes for get_currentuserinfo in WP 4.5:

  • Replaced get_currentuserinfo with wp_get_current_user to fix deprecation issue

  • Fixed bug where users couldn’t register to an event with limit set to 0 (unlimited)

  • Fixed bug where server time was used rather than blog local time on front end form

  • Updated admin and template to allow use of TinyMCE for WYSIWYG editor. Can now also add images, colours etc.

1.3.1

Numerous changes to code to tidy and improve security, including:

  • Incorporated additional validation and sanitisation after feedback from Ipstenu.

  • Added code to check that users can only edit reservations for events that are open and exist (previously they could remove themselves by crafting a custom form). This was also added to the admin panel.

  • Fixed several errors possible when adding/removing registrations.

  • Added javascript to date fields to allow user to repopulate defaults.

  • Changed form actions on edit pages to strip any previous $_GET requests.

  • Added error messages on user side to inform why their registration may have failed.

  • Removed direct URI from user forms, now works better with HTTPS.

1.3.0

Updated all SQL queries to use wpdb->prepare for additional security, and updated security as per feedback from J.D. Grimes and Ipstensu to remove a SQL injection risk. Also fixed a template issue when the register form is shown in new wordpress templates, and tested compatibility with 4.3.1. Fixed an issue where character encoding would display comments incorrectly on the user-side. Apologies for the delay in updating this plugin.

1.2.7

Updated version numbers, fixed problems with apostrophes being escaped with numerous backspaces in admin panel and in the comment box. Removed first+last name from page template as this is rarely used, with list users no longer in a table format, but now in an ordered list. Admins can now signup registered users simply by supplying a username in the admin panel. Fixed problems with wp_prepare() causing errors in wordpress 3.5. Deleting the plugin now removes all database tables.

1.2.6

Updated incorrect link in seatt_header.php and version number.

1.2.5

Update version numbers, change time() for current_time() to correct offsets in control panel in all files. Also added expire date to summary table in admin. Added a list of signed up user emails to allow copying and emailing of everyone at once. Also added register and login links to the form for guest users.

1.2.4

Update version number in simple-events-attendance.php and change line 15 in seatt_events_include.php.

1.2.3

Version 1.2.2 did not upload correctly, so this patches simple-events-attendance.php and seatt_events_include.php (the latter just to solve errors when debugging is enabled).

1.2.2

Fixed error with adding new events, for new plugin users. Also fixed reference to undeclared variables and changed menu layout. Database updated to v1.1.1 to solve new installation problems.

1.2.1

Fixed error with adding new events.

1.2

Updated the layout so the form is clearer on pages, have added a link to remove ALL participants from an event at once (so you don’t have to click through every one), have added an open and close date for registration rather than the basic hour system there was before, and have updated the database to allow reserved places in the near future. Also fixed broken link to project page.

1.1

Fixed errors with multiple forms on the same page (thanks to mhobach) and form now displays where you post it on the page rather than at the bottom.

1.0

  • Initial Release Version

Meta

  • Versión: 1.5.0
  • Última actualización: hace 4 años
  • Instalaciones activas: 100+
  • Versión de WordPress: 3.4 o superior
  • Probado hasta: 5.1.15
  • Versión de PHP: 5.6 o superior
  • Idioma:
    English (US)
  • Etiquetas:
    attendanceevent managementeventssign up
  • Vista avanzada

Valoraciones

Ver todas
  • 5 estrellas 1
  • 4 estrellas 0
  • 3 estrellas 0
  • 2 estrellas 0
  • 1 estrella 1
Accede para enviar una reseña

Colaboradores

  • Dave

Soporte

Problemas resueltos en los últimos dos meses:

1 de 1

Ver el foro de soporte

Donar

¿Te gustaría apoyar el progreso de este plugin?

Dona a este plugin

  • Acerca de
  • Noticias
  • Hosting
  • Donar
  • Swag
  • Documentación
  • Desarrolladores
  • Involúcrate
  • Aprender
  • Escaparate
  • Plugins
  • Temas
  • Patrones
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacidad
  • Código público
WordPress.org
WordPress.org

Español (México)

  • Visita nuestra página de Facebook
  • Visita nuestra cuenta de Twitter
  • Visita nuestra cuenta de Instagram
  • Visita nuestra cuenta de LinkedIn
El código es poesía.