[TYPO3] Link to "edit record"

Lasse Guldsborg lasse at clioonline.dk
Tue Jan 22 15:11:35 CET 2008


Thank you so much Peter! =)
It worked perfectly.

Cheers,
Lasse

"Peter Klein" <peter at umloud.dk> skrev i en meddelelse 
news:mailman.1.1200863372.14356.typo3-english at lists.netfielders.de...
> Hi Lasse.
> Try something like this:
>
> onclick="window.location.href='../../../alt_doc.php?returnUrl=<urlOfCurrentPage>&edit[<yourTable>][<yourUID>]=edit'"
>
> Then insert the url of the current page instead of the text 
> <urlOfCurrentPage>
> And the name of your table (fe_users) instead of  the text <yourTable>
> And finally replace <yourUID> wit the id of the record you want to edit.
>
> Note: You might need to urlencode the link..
>
> --
> Peter Klein
>
> "Lasse Guldsborg" <lasse at clioonline.dk> wrote in message 
> news:mailman.1.1200766822.17337.typo3-english at lists.netfielders.de...
>> Hi list
>>
>> In a BE extension I have a list of specific fe_users.
>>
>> <tr>
>>  <td>'.$row['usergroup'].'</td>
>>  <td>'.$row['username'].'</td>
>>  <td>'.$row['name'].'</td>
>> </tr>
>>
>> I would like to make the username a link, from where you get to edit the 
>> fe_user record.
>> What is the code for such a link?
>>
>> Cheers,
>> Lasse
>>
>
> 




More information about the TYPO3-english mailing list