TYPO3: Frontend Editing for FE-User and own login mask
up vote
0
down vote
favorite
On a Typo3 website I have created an restricted area where only frontend-users should have access, which already works. But the users also should be able to edit contents of specific content elements in the frontend. In the repository I found the extension "frontend_editing", but I can't figure out if or how I can use it for what I need. Here's a list of the "features" I need: An own login form only for frontend users Edit only specific content elements (also one's built with the mask extension) To edit the content the user should only press a button (or something like that) and then all the fields only for this specific element should appear (without all the other editing panels shown for example in the frontend_editing extension) Is there any hint you can g...
