[Typo3] My own FE-editing

Martin Rud typo3 at explizit.dk
Wed Jul 27 09:36:38 CEST 2005


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