Beschrijving
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.
Door de installatie ongedaan te maken, worden alle sporen van de plugin verwijderd , inclusief uit de database . Dit betekent dat alle gebeurtenissen die je hebt verloren zullen gaan. Updates hebben geen invloed op bestaande evenementen en hun deelnemers.
Reacties zijn altijd welkom, het is door feedback die we verbeteren.
Schermafdrukken
Installatie
Eenvoudig te installeren, voegt automatisch relevante informatie toe aan de database .
-
Upload
simple-events-attendance
folder to the/wp-content/plugins/
folder -
Activeer de plugin via het menu ‘Plugins’ in WordPress
-
Een evenement instellen in het beheerpaneel (link op de zijbalk)
-
Plaats de opgegeven shortcode (waarbij x = de gebeurtenis-ID) in je pagina’s/berichten.
-
Schakel ‘Iedereen kan zich registreren’ in Instellingen> Algemeen in als je dat nog niet hebt gedaan.
FAQ
V. Kunnen gasten zich registreren voor evenementen?
A. Nee. Het is ingesteld op alleen gebruikers, omdat dit het risico op ongewenste spam vermindert en de complexiteit van plugins laag houdt (captcha’s niet nodig, enz.)
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.
Beoordelingen
Bijdragers & ontwikkelaars
“SEATT: Simple Event Attendance” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “SEATT: Simple Event Attendance” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
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 om te voldoen aan sommige aanvragen geplaatst https://withdave.com/2017/05/seatt-feature-request-may-2017-update/, alsook enige andere oplossingen:
-
Updates voor de structuur van reacties in bronbestanden om de leesbaarheid te verbeteren
-
Toevoeging van lijstformat om het weergeven van meerdere gebeurtenissen eenvoudiger te maken
-
Wijziging in weergave resterende tijd in het beheerpaneel (van uren tot een geformatteerde tijd)
-
Het gebruik van de extractfunctie uit add_shortcode (seatt-list en seatt-form) is verwijderd volgens best practice
-
Mogelijkheid toegevoegd om shortcode te gebruiken om publieke zichtbaarheid van reacties te regelen
-
Bijgewerkte screenshots voor app
1.4.0
Functie-update om een aantal van de verzoeken te vervullen die worden gepost op http://www.3cc.org/blog/2015/11/seatt-feature-wishlist/, evenals oplossingen voor get_currentuserinfo in WP 4.5:
-
Vervang get_currentuserinfo door wp_get_current_user om het afkeurprobleem op te lossen
-
Fixed bug where users couldn’t register to an event with limit set to 0 (unlimited)
-
Probleem opgelost waarbij servertijd werd gebruikt in plaats van blog lokale tijd op front-end formulier
-
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.
-
Formulieracties op bewerkingspagina ’s gewijzigd om eerdere $ _GET- aanvragen te verwijderen .
-
Foutmeldingen toegevoegd aan gebruikerszijde om aan te geven waarom hun registratie mogelijk mislukt is.
-
Directe URI verwijderd van gebruikersformulieren, werkt nu beter met 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
Onjuiste koppeling in seatt_header.php en versienummer bijgewerkt.
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 versienummer in simple-events-attendance.php en verander regel 15 in seatt_events_include.php.
1.2.3
Versie 1.2.2 is niet correct geüpload, dus deze patches zijn simple-events-attendance.php en seatt_events_include.php (deze laatste alleen om fouten op te lossen wanneer foutopsporing is ingeschakeld).
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
- Initiële release versie