[Typo3-dev] Observe creation of content elements
Kasper Skårhøj
kasper at typo3.com
Mon Apr 19 20:35:10 CEST 2004
For 3.6.1 or so there will most likely be a ton of new hooks in TYPO3
making such things possible. Having the feature you ask for has been
requested before.
Currently your best option is to make an extension class (in TYPO3
context, also referred to as "XCLASS") of "t3lib_tcemain" where you can
dig your way into a function like "insertDB()" or so in which you can
trigger you function.
- kasper
On Mon, 2004-04-19 at 19:21, Martin Herber wrote:
> Hi folks,
>
> I want to implement an extension which notifies subscribed users about
> published tt_news items in realtime via Instant Messaging (I'll use jabber's
> XMPP as the underlying transport which can easily be mapped to ICQ, AIM or
> MSM)
>
> My question:
> How can I associate the creation of a tt_news content item with a function
> call to a script residing in my extension? To achiev the wanted practicality
> I could patch the typo3 core skripts, called after saving the content item
> in the backend(->typo3/alt_doc.php...)
>
> I believe this is not a nice way to achieve my goal and a reason for
> limiting the reuse of my extension in the community. I'm relatively new to
> type3 and haven't found information if there is a proper way to implement
> this practiality . I would be very delighted to get response.
>
> Best greetings Martin
>
>
> _______________________________________________
> Typo3-dev mailing list
> Typo3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
--
Best regards
- kasper
--------------------
It's not a bug, it's a missing feature.
More information about the TYPO3-dev
mailing list