[TYPO3-dev] linkhandler & TYPO3 4.2.1
Jochen Rieger
j.rieger at connecta.ag
Wed Aug 27 18:27:05 CEST 2008
Salut Francois,
> Nope I don't have that. However I had the problem of the configured tabs
> not showing up at all, because one hook's name has changed, so I'm
> surprised you managed to get the tabs at all... I opened an issue on
> forge about that:
>
> http://forge.typo3.org/issues/show/1342
yep, I saw that one and also played around with ext_localconf.php which
made no difference. So, it was even working (except the issue described
before) without that change to ext_localconf.php as far as I remember.
I had to implement an ugly hack in
class.tx_linkhandler_browselinkshooks.php
in function parseCurrentUrl($href,$siteUrl,$info):
before returning the $info array I fill it manually:
$info['act'] = 'tt_news';
Then everything worked fine... luckily no side effects up to now.
Hmm ... strange thing.
Regards,
Jochen
More information about the TYPO3-dev
mailing list