Super Simple Event Calendar

Beschrijving

Super Simple Event Calendar is an event calendar for people who just want something simple for events.
The goal is to provide a simple way to show events to your visitors.

De huidige functies omvatten:

  • Shortcode met een lijst met toekomstige evenementen.
  • Widget om toekomstige evenementen weer te geven.
  • Eenvoudige en schone beheerinterface die naadloos integreert in WordPress beheer.
  • De beheerderspagina om snel een evenement toe te voegen.
  • Lokalisatie. Eigen talen kunnen heel eenvoudig worden toegevoegd op GlotPress.

Ondersteuning

If you have a problem or a feature request, please post it on the plugin’s support forum on wordpress.org. I will do my best to respond as soon as possible.

If you send me an email, I will not reply. Please use the support forum.

Vertalingen

Translations can be added very easily through GlotPress.
You can start translating strings there for your locale. They need to be validated though, so if there’s no validator yet, and you want to apply for being validator (PTE), please post it on the support forum.
I will make a request on make/polyglots to have you added as validator for this plugin/locale.

Demo

Bekijk de demo op mijn lokale schaakclub Pegasus.

Compatibiliteit

Deze plugin is compatibel met ClassicPress.

Bijdragen

This plugin is also available in Codeberg.

Schermafdrukken

  • Example of the use of this plugin. At the left the content field with the shortcode and its output, the event list. At the right the widget with 3 future events.

Installatie

Installatie

  • Installeer de plugin op de beheerderspagina ‘Plugins’.
  • Alternatively, unpack and upload the contents of the zipfile to your ‘/wp-content/plugins/’ directory.
  • De plugin activeren via het ‘Plugin’ menu in WordPress.
  • Plaats de shortcode ‘[super_simple_event_calendar]’ op een pagina.
  • Voeg evenementen toe in het beheerdersmenu.

How to add events and format them

What I do is use the title field for the date and possibly day. Use the content for content, description and everything.
In the publishing postbox I set the date to the end date and end time of the event, so it will be listed under future events for as long as it lasts.

Licentie

The plugin itself is released under the GNU General Public License. A copy of this license can be found at the license homepage or in the super-simple-event-calendar.php file at the top.

FAQ

Ik wil deze plugin vertalen

Translations can be added very easily through GlotPress.
You can start translating strings there for your locale.
They need to be validated though, so if there’s no validator yet, and you want to apply for being validator (PTE), please post it on the support forum.
I will make a request on make/polyglots to have you added as validator for this plugin/locale.

Ik wil alleen evenementen uit een categorie tonen in de eenvoudige lijst.

Je kunt een shortcode parameter gebruiken om alleen evenementen te tonen uit bepaalde categorieën (seizoenen in werkelijkheid):

[super_simple_event_calendar season="213,212"]

Ik wil het aantal evenementen in de shortcode beperken.

Je kunt een shortcode parameter gebruiken om evenementen te tonen met een beperkt aantal evenementen:

[super_simple_event_calendar posts_per_page="3"]

I want to show past events too in the shortcode.

You can use a shortcode parameter for showing events with a different status, or from multiple statuses (statii?) in a comma-separated list:

[super_simple_event_calendar status="future,publish"]

Is there an easy way to add a lot of events in one go?

There is a Quick Edit menu option that might suit your needs. Myself I now use a Duplicate Post plugin to add events.

Can I use a block instead of a widget?

You can add a shortcode to the shortcode block under Appearance > Widgets. It has similar parameters as the widget, like:

[super_simple_event_calendar_widget title="My Special Calendar" num_entries="5" season="3" postid="28921"]

Defaults are: title = Calendar, title of the widget or block. num_entries = 3, number of events shown. season = 0, show only events from this term. postid = 0, postid of the calendar page, will become a link.

Beoordelingen

23 augustus 2018
Simple plugin for simple needs. Please check the demo to get a view of how simple it is. It is ideal for a club page or anything else where you have a simple but predictable schedule of future events.
Lees alle 5 beoordelingen

Bijdragers & ontwikkelaars

“Super Simple Event Calendar” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Super Simple Event Calendar” is vertaald in 4 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “Super Simple Event Calendar” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

2.1.0

  • 2024-01-01
  • Add shortcode for widget to be used in a shortcode block.

2.0.2

  • 2023-10-27
  • Support custom fields for event post type.
  • Add filter ‘ssec_get_the_date’.

2.0.1

  • 2023-10-26
  • Add option to show day of the week, default no (thanks malgra).

2.0.0

  • 2023-10-26
  • Use date from the post date field (thanks jensuwe12).
  • Support status parameter in shortcode for simple list (thanks jensuwe12).
  • Add filter ‘ssec_add_td_s_to_table’ to add custom fields to shortcode (thanks jensuwe12).

1.5.1

  • 2023-02-16
  • Escape more output.
  • Only run check for missed cronjob once every 10 requests.

= 1.5.0
* 2022-12-06
* Set event to status ‘publish’ in case of a missed cronjob.
* Improve default datetime on quick edit.
* Improve styling of update message on quick edit.
* Fix output message in shortcode if there are no events.

1.4.2

  • 05-06-2022
  • Fout oplossen bij het opslaan van de pagina met de shortcode.

1.4.1

  • 15-04-2022
  • Parameter voor het aantal posts_per_page in de shortcode voor een eenvoudige lijst.
  • Ondersteun ook seizoenweergave in de widget.

1.4.0

  • 2022-01-10
  • Ondersteun de seizoen parameter in de shortcode voor de eenvoudige lijst.

1.3.3

  • 13-11-2021
  • Revert previous update, it acts funky in practice.

1.3.2

  • 2021-11-12
  • Gebruik datum/uur ook in WP_Query, voor het geval de status van toekomstige evenementen niet gewijzigd wordt bij het terugdraaien.

1.3.1

  • 2021-08-20
  • Toon alleen de bewerkingslink als dat nodig is.
  • Enkele updates van phpcs en wpcs.

1.3.0

  • 2021-03-25
  • Use admin page with quick edit instead of dashboard widget, more focused this way.

1.2.0

  • 2021-03-23
  • Voeg een dashboard widget toe om snel een evenement toe te voegen.

1.1.3

  • 2020-04-10
  • Repareer het verkeerde gebruik van get_the_ID().

1.1.2

  • 2020-04-10
  • Repareer een ongedefinieerde fout.

1.1.1

  • 2020-04-10
  • Add term classes for season to each event post.

1.1.0

  • 2020-03-23
  • Update and add classes for html elements.

1.0.3

  • 2019-12-18
  • Verwijder het karakter ‘:’ uit de weergaven.

1.0.2

  • 2019-01-31
  • Better dashicon.

1.0.1

  • 23-09-2018
  • Gebruik ‘nl2br()’ voor de inhoud.

1.0.0

  • 23-08-2018
  • Eerste uitgave.