[TYPO3-dev] Extending the Element Browser
Andreas Förthner
Andreas.Foerthner at netlogix.de
Sat Apr 15 20:00:42 CEST 2006
Andreas Förthner schrieb:
> Andreas Förthner schrieb:
>
>> Hi,
>>
>> I'd like to add a new tab in the element browsser and now I'm
>> searching for the best way to do it. I saw that in ver 4.0 There is
>> the possibility to render the EB with a userfunction. But as far as I
>> could figure it out, then I would have to code the whole browser. I
>> just want to add a new tab in the top menu. Will I have to XCLASS the
>> brwose_links.php script? Or can I use the userfunc? How do I add such
>> a userfunc Script and the new tab?
>>
>> Sorry for those, maybe stupid questions, but I'm new to the core
>> scripts...
>>
>> Have a nice day,
>>
>> Andreas
>
> Hi,
>
> finally I noticed that this was the hook where to implement my class.
> Now there is only one question: Where can I add a tab to the
> elementbrowser?
>
> Thanks for your support
>
> Greets
>
> Andreas
Hi,
just an update. I played a bit around with the hooked element browser
but now I found out that it is not a good way of doing it. I still want
just to add a new tab in the eb and don't want to recode everything. The
hook works for this so far, as I can add a new mode to the eb. But I am
not able to use this new mode, because there is no link to it. This is
where the tabs should be extended.
I don't want to XCLASS the eb, because this will definitely break with
other extension like the dam.
Please could you give me a hint?
Thank you very much
Andreas
More information about the TYPO3-dev
mailing list