I have this problem in k2 front end new item creation form where Image button doesn't open the media manager interface to insert images.
I installed a fresh copy of news template(using quick start) and added a menu item with "K2>item edit form" type to user menu.
Now when I edit a K2 item on front end( where K2 edit interface loads in a lightbox/modal window) image button works as expected, but when I use "K2>item edit form" to post new item(where K2 edit interface loads in new window), image button(as well as article button) doesn't do anything.
I solved this problem by using an altered url from "html\com_k2\templates\default\item.php" and put it in a custom HTML module and etc.
- Code: Select all
<a class="itemEditLink modal" rel="{handler:'iframe',size:{x:990,y:550}}" href="index.php/create-article">Post Item</a>
I posted this here to report an issue, if there's any, or get guidance if I'm doing something wrong that cause this problem.
P.S. I have this problem in news 2 template as well.