Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

1.7. Known problems

  1. Many feature ideas still are unimplemented. Feel free to provide code or pay for the author's time.

  2. Statistics (vacancies etc.) are not automatically updated if a seminar record or an attendance record is manually changed, added or deleted in the back end. Click on Web > Seminars > Update statistics to manually update the statistics after adding or deleting a participant.

  3. The seminar hours display without a unit, e.g. “17:00” instead of “17:00 h”.

  1. The back-end module (Web > Seminars) still is pretty unfinished and not completely localized.

  2. All registrations (paid and unpaid) are counted for the seminar statistics. This will be configurable in later versions of this extension.

  3. In some cases, the list view in the front-end plug-in may be empty. Do this:

    1. Check that all seminars lie within the configured time window for the list view (the default is current and upcoming events). Events without a begin date/time always appear as an upcoming event.

    2. Check in the front-end plug-in that is set to seminar list that you have selected the folder containing the seminar records as a starting point.

  4. The link to the seminar details page in the confirmation e-mails may be incorrect (missing the http:// or the slash between domain name and path). Do this:

    1. Check that in your TypoScript of the flexforms setup, the value of plugin.tx_seminars_pi1.baseURL is a full URL including http:// and the trailing slash, e.g. http://www.casebo.de/.

  5. The attendance records will be put in the very root page (the globe) if you don't specify plugin.tx_seminars.attendancesPID in you TS setup. Do this:

    1. Specify plugin.tx_seminars.attendancesPID in you TS setup.

  6. It doesn't work to have the seminar manager and the online registration on the same page (you will get an error message in the registration plug-in). Do this:

    1. Put them on separate pages and set plugin.tx_seminars_pi1.listPID and plugin.tx_seminars_pi1.registerPID.

  7. Links to the login page won't work if you haven't set plugin.tx_seminars_pi1.loginPID. Do this:

    1. Set plugin.tx_seminars_pi1.loginPID.

  8. The extension's default setup won't be used in the back-end module (which leads to the date not getting displayed) if you have your system folders with the seminars outside your site root with the template. Do this:

    1. Create a template for your system folders and “include static (from extensions)”.

  9. All non-empty changes at the flexforms of the plug-in overwrite the settings of the corresponding TS setup. Empty data in the flexforms don't overwrite non-empty data from the TS setup, so if you want to overwrite non-empty values with empty values, you can enter a space or a comma (depending on the field).

  10. It is not known how to change the labels for the input boxes for the online registration. It will be documented how to do this in one of the next releases.

  11. After updating to a new version of this extension, it is highly recommended to clear all cache and to remove all temp_CACHED files from typo3conf/ (either via extDevEval or manually) to avoid some strange behavior of this extension.

  12. The labels in the confirmation e-mail to the organizers currently are just the column names in the DB and cannot be localized yet.

  13. Currently, the search box for the list view cannot be switched off. In addition, it will always be below the list of events and cannot be moved to be above it.

  14. The search in the list view only searches the following fields of an event: Title, subtitle, description, accreditation number.