[Typo3-dev] TYPO3 hook for BE interface generation [was: scan code for hook]
Sylvain Viart
sylvain at ledragon.net
Wed Sep 1 12:13:05 CEST 2004
Hi Robert,
Robert Lemke wrote:
> Sylvain Viart wrote:
> http://typo3.org/documentation/document-library/doc_core_api/Hook_configuration/
>
> "Is there a hook entry point nearby the BE
> interface generation code, where I should start to insert some coding"
And on which TYPO3 version should I start coding ?
Installing CVS version is a long process, because, it misses the ext/
folder. And right now I'm working on a special requirement. Reinstalling
a TYPO3 CVS version is a time consuming process.
Is coding on 3.6.2 ok, or I will have to learn 3.7 source soon enough to
start directly with the dev version ?
> BTW, have you read the document "How to use existing hooks ..." [1]? I'm
> sorry that's not published yet on typo3.org, but it will be in the near
> future.
>
> [1] http://robertlemke.de/de/typo3/hooks/index.html
Done, related to 3.7. :-(
> then you are not ready for requesting a hook yet.
Of course not. :-)
I'm a Hook programmer Wanna be. ;-)
> The way to go is:
>
> - first find out where in the core the things are done which you might want
> to take influence on or change
Currently I've found:
PHP code exploration about BE rendering. This information is related to
TYPO3 3.6.2.
* Columns Frame typo3/sysext/cms/layout/db_layout.php
* Content edition
typo3/alt_doc.php?returnUrl=URL_HERE&edit[tt_content][23,]=edit
> - search the surrounding code for hooks
In process, I'm searching for document about hook programming before.
:-) Need to force the information in my brain. :-P (exhausted tongue)
> - if there is no hook, ask someone to create one by writing an email
I will. :-)
First, I create a hook codding sample and test my solution first.
Next I will follow a,b,c).
--
Regards,
Sylvain Viart (France)
TYPO3 DocTEAM.
More information about the TYPO3-dev
mailing list