Skip to content

Commit

Permalink
[DOCS] Added missing section about addons
Browse files Browse the repository at this point in the history
Refs #1152
  • Loading branch information
derhansen committed Sep 23, 2023
1 parent 13f0589 commit d22b458
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Documentation/Addons/Index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: /Includes.rst.txt


.. _addons:

======
Addons
======

.. toctree::
:maxdepth: 5
:titlesonly:
:glob:

SfEventMgtContentelements/Index
SfEventMgtIndexer/Index
SfEventMgtMultireg/Index
27 changes: 27 additions & 0 deletions Documentation/Addons/SfEventMgtContentelements/Index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: /Includes.rst.txt

.. _sfeventmgtcontentelements:

====================================================
Event management and registration - Content elements
====================================================

This extensions adds a relation field for content elements to events.

.. figure:: /Images/sf-event-mgt-contentelements.png
:alt: Screenshot of sf_event_mgt_contentelements
:class: with-shadow

The extension does not extend the event domain model and does not use xclass,
so it can safely be used with additional extensions extending sf_event_mgt

Links
-----

* TER: https://extensions.typo3.org/extension/sf_event_mgt_contentelements
* Code: https://github.com/derhansen/sf_event_mgt_contentelements
24 changes: 24 additions & 0 deletions Documentation/Addons/SfEventMgtIndexer/Index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: /Includes.rst.txt

.. _sfeventmgtindexer:

==================================
ke_search indexer for sf_event_mgt
==================================

Indexer for ke_search which indexed sf_event_mgt records

.. figure:: /Images/sf-event-mgt-indexer.png
:alt: Screenshot of sf_event_mgt_indexer
:class: with-shadow

Links
-----

* TER: https://extensions.typo3.org/extension/sf_event_mgt_indexer
* Code: https://github.com/derhansen/sf_event_mgt_indexer
54 changes: 54 additions & 0 deletions Documentation/Addons/SfEventMgtMultireg/Index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: /Includes.rst.txt

.. _sfeventmgtmultireg:

======================================================
Event management and registration - Multi Registration
======================================================

The TYPO3 extension sf_event_mgt_multireg is an additional extension
for sf_event_mgt, which allows for the simultaneous registration of multiple
individuals for an event. The extension also supports custom registration
fields for each event, making it possible to collect detailed participant
data. This extension builds upon the extensibility of sf_event_mgt and only
requires a bit of JavaScript to show or hide additional fields.

.. figure:: /Images/sf-event-mgt-multireg.png
:alt: Screenshot of sf_event_mgt_multireg
:class: with-shadow

Links
-----

* Demo: https://sf-event-mgt-demo.derhansen.com/list

Features
--------

- Allows to add multiple individuals in the registration form
- Works with configured registration fields
- First individual is the main registrant who must confirm the registration
- Integrates smoothly with the sf_event_mgt extension
- Requires minimal JavaScript for showing or hiding fields (vanilla JS version included)

.. note::
This extension uses xclass to extend the EventController and should
therefore be the only extension in a TYPO3 project extending sf_event_mgt.

Pricing
-------

- 640,- € (excluding VAT)

The price is for the development of a custom version of sf_event_mgt_multireg
with an extension key and a PHP namespace of your choice.

Please contact me by email at [email protected] for ordering, questions
and/or additional requirements.


Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documentation/Images/sf-event-mgt-indexer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documentation/Images/sf-event-mgt-multireg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d22b458

Please sign in to comment.