[TYPO3-english] MK-Image multi pagelink removing Tabs

Peter Klein peter at umloud.dk
Sat Mar 21 19:12:59 CET 2009


Hi Clay.
The problem occurs, because the extension adds the new field in a wrong way.
It replaces the TCA "showitem" field of the CE, directly instead of adding 
it using the official API.
The result is that it overwrites all other changes with its own setup. 
(That's why you are loosing the Tabs.)

If you edit the file "ext_tables.php" of the ext, and change the last 2 
lines to this, then it should work:

t3lib_extMgm::addToAllTCAtypes('tt_content','tx_mkimagemultilink_targets;;;;1-1-1','image,textpic','after:image');

Note: You might have to uninstall and then install the ext again, to make 
the changes work.

I Suggest you contact the autor of the plugin, so that he can update the old 
version.

--
Peter Klein


"Clay Sissing" <clay at kdweb.co.uk> wrote in message 
news:mailman.2011.1237546833.27889.typo3-english at lists.netfielders.de...
Hi All



I have been using the MK-Image multi pagelink extension to add multi
images with different links for each image. This extension is breaking
my tabs when I create  text with image or just the image option element
there are no  tabs.



Any ideas why this is happening or is there another extension like this
that I can use.



Thanks

Clay




More information about the TYPO3-english mailing list