Hi! Step by step I go on..... I'm looking in the code of tt_news and I found that, for example, the marker of the title is $markerArray['###NEWS_TITLE###'] = $this->local_cObj->stdWrap($row['title'], $lConf['title_stdWrap.']); where $lConf['title_stdWrap.'] contain the typoscript to active feedit.
I try to reproduce it in my code, but in my page I don't have nothing around the title of my record. I think there is some other lines in tt_news about fedit, but I can't find it Some other help? Is also good a link to a manual for study this part. Thanks Roberto 2010/2/7 Roberto Torresani <[email protected]> > Yes ! This is. > Thanks very much Philipp > > Roberto > > > > 2010/2/7 Philipp Gampe <[email protected]> > > > Am 07.02.2010, 10:37 Uhr, schrieb Roberto Torresani <[email protected]>: > > > > > > Hi! > >> I'm looking tt_news and feditadvancd. > >> But I think I miss something: in frontend I'm able to edit the extension > >> properties, but I don't find how to create a new news record. > >> > >> Some tips? > >> > >> Thanks > >> Roberto > >> > >> > > try this one > > > > ##################################### > > # FE Editing für tt_news # > > ##################################### > > plugin.tt_news { > > displayLatest.title_stdWrap.editPanel = 1 > > #general_stdWrap.editPanel { > > displayLatest.title_stdWrap.editPanel { > > editPanel = 1 > > allow = edit,hide,delete,new > > #newRecordFromTable = tt_news > > #newRecordInPid = 160 > > line = 5 > > label = %s > > onlyCurrentPid = 0 > > previewBorder = 1 > > edit.displayRecord = 1 > > } > > displayList.title_stdWrap.editPanel < > > plugin.tt_news.displayLatest.title_stdWrap.editPanel > > displaySingle.title_stdWrap.editPanel < > > plugin.tt_news.displayLatest.title_stdWrap.editPanel > > > > > > } > > _______________________________________________ > > TYPO3-english mailing list > > [email protected] > > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > > > _______________________________________________ > TYPO3-english mailing list > [email protected] > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english > _______________________________________________ TYPO3-english mailing list [email protected] http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
