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" <[email protected]> wrote in message 
news:[email protected]...
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


_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to