Frontend User Registration
Copyright © by A. Kiefer, C. Buelter (kennziffer.com) <kiefer@kennziffer.com>Published under the Open Content License available from http://www.opencontent.org/opl.shtml
Table Of Contents
- 1. Frontend User Registration
- 1.1. Introduction
- 1.2. Features
- 1.3. Screenshots
- 1.4. Read online
- 1.5. Installation / Quickstart
- 1.6. Configuration
- 1.7. Backlink to last visited page after succesful confirmation
- 1.8. This feature must be activated in TYPOScript with the config option “backlink.generate = 1”. If activated, the PID that was passed as piVar “tx_keuserregister_pi1[backlinkPid]” to the “create” form will be saved in hash table. After a succesful confirmation the link will be generated. You can use every param for this link, e.g. if you want to link directly to a singleview. All parameters that should be used in the backlink has to be defined in TYPOScript config option “backlink.parameters”. Use comma-separated values if you need multiple params. The params must be passed to the create form, too.
- 1.9. Example configuration:
- 1.10. tx_keuserregister_pi1.backlink { generate = 1 parameters = tx_keyac_pi1[showUid],tx_ttnews[ttnews]}
- 1.11. This example will generate a backlink like http://domain.de/index.php?id=66&tx_keyac_pi1[showUid]=11&tx_ttnews[ttnews]=22if you pass the PID and the params to the create form like this:http://domain.de/index.php?id=5&tx_keuserregister_pi1[backlinkPid]=66&tx_keyac_pi1[showUid]=11&tx_ttnews[ttnews]=22
- 1.12. Read online
- 1.13. Customization and Styling
- 1.14. Hooks
- 1.15. Known problems and planned features
- 1.16. Changelog
- 1.17. TER Version 0.0.5 (2010/09)
This document is related to version 0.0.5 of the extension ke_userregister.