I am using in my module the following code to show media selection:
$form_image .= '<a class="btn gk-modal modal-media" title="'.JText::_('JSELECT').'" href="index.php?option=com_media&view=images&tmpl=component&asset=com_modules&author=&fieldid=jform_params_img&folder=" rel="{handler: \'iframe\', size: {x: 800, y: 500}}">'.JText::_('JSELECT').'</a>';
In Joomla! 3.4.8 the mentioned code displayed the media selection popup and after selecting image and clicking the "Insert" button, text field connected with the popup has been filled.
Currently the popup is not working - it appears, but clicking the "Insert" button not work. After removing override: html/com_media/images/default.php it works again, so the override is somewhat wrong.
Not neccessary - it is a JS code issue.
It will affect all extensions which uses this kind of call for the media popup.
Unfortunately original view causes issues in example with other media selectors like logo selector in the protostar template settings - the error with undefined jInsertFieldValue call is raised.
Status | New | ⇒ | Duplicate Report |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-18 18:26:18 |
Closed_By | ⇒ | brianteeman |
Labels |
Added:
?
|
Closing as a duplicate of #9466
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9472.