Die TYPO3 Mailingliste - nicht fragen: lesen!
This is a discussion on [TYPO3] Extension help within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; I followed the "Basic Extension Tutorial" you've probably heard of, it's this one: http://typo3.org/...
|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
I followed the "Basic Extension Tutorial" you've probably heard of, it's
this one: http://typo3.org/documentation/docum....0.8/view/1/2/ Now, I managed to make my own extension based on that and I'm able to insert the records just like I want, the question is: How do I remove those records?, there's no mention of that in this tutorial and since Typo3 is a CMS the users should be able to edit and remove records previously inserted, in this case, using the extension. Any ideas on how to make this work? Thank you as always! Stefan _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#2
|
|||
|
|||
|
Hi Stefan,
If you're using the list view, clicking the record's icon and then either not get a 'Delete' option or it doesn't work.. you have something weird going on. I'm assuming you're not doing anything fancy with your extension just yet, in which case the list module should simply work. Bas -----Original Message----- From: typo3-english-bounces (AT) lists (DOT) netfielders.de on behalf of Stefan Aichholzer Sent: Wed 8/20/2008 16:19 To: typo3-english (AT) lists (DOT) netfielders.de Cc: typo3-berlin (AT) lists (DOT) netfielders.de Subject: [TYPO3] Extension help I followed the "Basic Extension Tutorial" you've probably heard of, it's this one: http://typo3.org/documentation/docum....0.8/view/1/2/ Now, I managed to make my own extension based on that and I'm able to insert the records just like I want, the question is: How do I remove those records?, there's no mention of that in this tutorial and since Typo3 is a CMS the users should be able to edit and remove records previously inserted, in this case, using the extension. Any ideas on how to make this work? Thank you as always! Stefan _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#3
|
|||
|
|||
|
Stefan Aichholzer wrote:
> Now, I managed to make my own extension based on that and I'm able to > insert the records just like I want, the question is: How do I remove > those records?, there's no mention of that in this tutorial and since > Typo3 is a CMS the users should be able to edit and remove records > previously inserted, in this case, using the extension. > > Any ideas on how to make this work? One wish: write a good subject next time, ok? -- Dmitry Dulepov TYPO3 Core team My TYPO3 book: http://www.packtpub.com/typo3-extens...velopment/book In the blog: http://typo3bloke.net/post-details/s...d_in_the_code/ _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#4
|
|||
|
|||
|
Dmitry Dulepov [typo3] wrote:
> Stefan Aichholzer wrote: >> Now, I managed to make my own extension based on that and I'm able to >> insert the records just like I want, the question is: How do I remove >> those records?, there's no mention of that in this tutorial and since >> Typo3 is a CMS the users should be able to edit and remove records >> previously inserted, in this case, using the extension. >> >> Any ideas on how to make this work? > > One wish: write a good subject next time, ok? For example: "how do I delete a record in TYPO3?" would work great in this case. -- Dmitry Dulepov TYPO3 Core team My TYPO3 book: http://www.packtpub.com/typo3-extens...velopment/book In the blog: http://typo3bloke.net/post-details/s...d_in_the_code/ _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#5
|
|||
|
|||
|
I will keep it in mind. Thank you
![]() Dmitry Dulepov [typo3] wrote: > Dmitry Dulepov [typo3] wrote: >> Stefan Aichholzer wrote: >>> Now, I managed to make my own extension based on that and I'm able to >>> insert the records just like I want, the question is: How do I remove >>> those records?, there's no mention of that in this tutorial and since >>> Typo3 is a CMS the users should be able to edit and remove records >>> previously inserted, in this case, using the extension. >>> >>> Any ideas on how to make this work? >> >> One wish: write a good subject next time, ok? > > For example: "how do I delete a record in TYPO3?" would work great in this > case. > > -- > Dmitry Dulepov > TYPO3 Core team > My TYPO3 book: http://www.packtpub.com/typo3-extens...velopment/book > In the blog: > http://typo3bloke.net/post-details/s...d_in_the_code/ > _______________________________________________ > TYPO3-english mailing list > TYPO3-english (AT) lists (DOT) netfielders.de > http://lists.netfielders.de/cgi-bin/.../typo3-english > > -- Stefan Aichholzer http://aichholzer.name stefan (AT) aichholzer (DOT) name (+34) 691.477.394 _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#6
|
|||
|
|||
|
Indeed, it worked from the list view option. The thing is I didn't know
this and did not try either, however, now I know. Thank you. ![]() Wiel, J.A.M van de wrote: > Hi Stefan, > If you're using the list view, clicking the record's icon and then either > not get a 'Delete' option or it doesn't work.. you have something weird > going on. I'm assuming you're not doing anything fancy with your extension > just yet, in which case the list module should simply work. > > Bas > > > -----Original Message----- > From: typo3-english-bounces (AT) lists (DOT) netfielders.de on behalf of Stefan > Aichholzer > Sent: Wed 8/20/2008 16:19 > To: typo3-english (AT) lists (DOT) netfielders.de > Cc: typo3-berlin (AT) lists (DOT) netfielders.de > Subject: [TYPO3] Extension help > > > I followed the "Basic Extension Tutorial" you've probably heard of, it's > this one: > http://typo3.org/documentation/docum....0.8/view/1/2/ > > Now, I managed to make my own extension based on that and I'm able to > insert the records just like I want, the question is: How do I remove > those records?, there's no mention of that in this tutorial and since > Typo3 is a CMS the users should be able to edit and remove records > previously inserted, in this case, using the extension. > > Any ideas on how to make this work? > > Thank you as always! > > Stefan > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english (AT) lists (DOT) netfielders.de > http://lists.netfielders.de/cgi-bin/.../typo3-english > > -- Stefan Aichholzer http://aichholzer.name stefan (AT) aichholzer (DOT) name (+34) 691.477.394 _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-german] Extension in eigener Extension ausgeben lassen | Peter Linzenkirchner | typo3-german@lists.netfielders.de | 0 | 23.03.2008 21:39 |
| [TYPO3] extension Development,reuse another module in own extension | Andreas Jonderko | typo3-english@lists.netfielders.de | 0 | 27.01.2008 15:41 |
| [TYPO3] Trying to create an extension with Kickstarter extension | Stephen Bungert | typo3-english@lists.netfielders.de | 3 | 13.12.2007 12:36 |
| [TYPO3-german] Extension in andere Extension einbinden | Julian Lamberty | typo3-german@lists.netfielders.de | 1 | 20.11.2007 16:10 |