[TYPO3-dev] adding edit icons to kickstarter records

steve ryan stever at syntithenai.com
Wed Feb 15 15:50:11 CET 2006


Hi Tim,
   If you dig around in the backend and trace back the links for the 
edit  pencils you find things like

<a target='_new' 
href='typo3/alt_doc.php?returnUrl=../typo3conf/ext/stever_useradmin/pi1/closewindow.php&edit[be_users][".$bVal["uid"]."]=edit' 
border='0'><img src='typo3conf/ext/stever_useradmin/typoicons/edit.gif' 
border='0' /></a>

I have used this technique in extensions to provide front end editing 
this way. Note that you must be logged in as a back end user to use 
TCEFORMS for front end editing so you may need an extension linking back 
end users to front end users.

There are also many solutions out there to implement front end editing 
including the admin_interface extension and most recently the formidable 
extension that are tied directly to front end users for authentication.

cheers

Steve Ryan



Tim Boesenkool wrote:
> Hey List
> 
> I have produced a kickstarter extension that makes a fairly simple table
> that works great. The only thing I am missing is having the front end edit
> icons for each record.  I'm sure I've seen this working before and would
> love to have it working for a client that has a lot of schedules. Any help
> appreciated.
> 




More information about the TYPO3-dev mailing list