Welcome to the incidental Typo3 Photo Marathon!This template on the Typo3 test database demonstrates how you can make forms for creation and editing of records by front end users who has registered with a username and password.
The scene is a photo marathon where people can sign up and afterwards upload photos in various categories. The photos are not shown before an administrator has approved the content of the photo. Also each category of the photos has been assigned it's own usergroup.
The site uses the fe_adminLib found in media/scripts/. In addition you can learn how to utilize the powerful image processing capabilities from your own PHP-functions by peeking in the function library used in this example. And finally this example uses a customly configured table, user_photomarathon, in the database - see typo3conf/extTables.php.
Before you go on please edit the Photo Marathon administrator email account, so you get the admin mails! You do that with the constants in the TypoScript template:
photomarathon.email = your_email@domain.test
photomarathon.emailName = Your Name


|