[Typo3] My own FE-editing

Troels Kjær Rasmussen troelsr at msn.com
Wed Jul 27 09:46:48 CEST 2005


You might want to take a look at my extension: tkr_toolbar. Still in 
experimental state, but the functions you require are included there.

regards Troels Kjær Rasmussen

"Martin Rud" <typo3 at explizit.dk> wrote in message 
news:mailman.1002.1122449799.20617.typo3-english at lists.netfielders.de...
Hi list

I am trying to create links for creating "new content" links and etc. in the 
fronend - for BE-users. I have made this setup:

[globalVar = TSFE : beUserLogin > 0]
tt_content.stdWrap.dataWrap (
  <div class="fe_edit">
    |
    [
     <a 
href="/typo3/alt_doc.php?edit[tt_content][-{field:uid}]=new&defVals[tt_content][colPos]={field:colPos}&defVals[tt_content][sys_language_uid]=0&returnUrl=/&defVals[tt_content][CType]=textpic">New 
text element</a>
     - <a 
href="/typo3/tce_db.php?&amp;cmd[tt_content][{field:uid}][delete]=1&amp;redirect=/&amp;vC=55d3bb56ce&amp;prErr=1&amp;uPT=1">Delete< 
this element</a>
    ]
  </div>
)

[global]

This works fine, but I would like to have to links: "Move element up" and 
"Move element down", and this _doesn´t _ work:

<a 
href="/typo3/tce_db.php?&amp;cmd[tt_content][{field:uid}][move]=1&amp;redirect=/&amp;vC=55d3bb56ce&amp;prErr=1&amp;uPT=1">Move 
up</a>

How do I set it up?



- Martin Rud (rudi1234)

-----------------------
The mailing list archive is found here:
http://typo3.org/documentation/mailing-lists/english-main-list-archive/





More information about the TYPO3-english mailing list