|
| 1 | +.. include:: /Includes.rst.txt |
| 2 | + |
| 3 | +.. _tutorial: |
| 4 | + |
| 5 | +======== |
| 6 | +Tutorial |
| 7 | +======== |
| 8 | + |
| 9 | +Preparation for planing |
| 10 | +======================= |
| 11 | + |
| 12 | +To be able to plan sessions you need to add the following: |
| 13 | + |
| 14 | +* a folder for the planing data |
| 15 | +* for each day of the event you need to add a "Session Planer Day" |
| 16 | + - the days need to get "Slots" added to it for each slot that is available on that day |
| 17 | +* for each room in which you are having sessions a "Session Planer Room" |
| 18 | + - add the "Days" to the room on which that room is available |
| 19 | + - the rooms need to get "Slots" added to it for each slot that is available in that room |
| 20 | +* edit each day and add the rooms that are available on that day |
| 21 | +* in the "Session Planer" module, you should now have a grid comparable the screenshot |
| 22 | + |
| 23 | +.. figure:: ../Images/sessionplaner-backend.png |
| 24 | + :alt: Example of the backend module of the sessionplaner |
| 25 | + |
| 26 | +Configuring the frontend |
| 27 | +======================== |
| 28 | + |
| 29 | +For the frontend you need at least one page with a plugin of type "Sessionplaner: Sessionplan". |
| 30 | + |
| 31 | +For more complex needs you need to play with the other modules: |
| 32 | + |
| 33 | +* "Sessionplaner: Session" |
| 34 | +* "Sessionplaner: Tag" |
| 35 | +* "Sessionplaner: Speakers" |
| 36 | +* "Sessionplaner: Suggest Sessions" |
| 37 | + |
| 38 | +Each plugin comes with it's own settings as plugin options and do not need to be configured in TypoScript. |
| 39 | + |
| 40 | +TypoScript is only needed to override the templates, partials or layouts. These can be configured with constants: |
| 41 | + |
| 42 | +* `plugin.tx_sessionplaner.view.templateRootPath` |
| 43 | +* `plugin.tx_sessionplaner.view.partialRootPath` |
| 44 | +* `plugin.tx_sessionplaner.view.layoutRootPath` |
| 45 | + |
| 46 | +There is one exemption from this and that is the "Suggest Sessions" plugin. The form for that is configured |
| 47 | +within the `plugin.tx_sessionplaner.settings.suggest` key. Take a deeper look into |
| 48 | +Configuration/TypoScript/setup.typoscript |
0 commit comments