use joomla com_media image selection in my custom component
问题 hi i want to use com_media image selection in my own component. the link is: index.php?option=com_media&view=images&tmpl=component& e_name=smallimage the image goes to editor while i want it's address go to <input class="inputbox" type="text" name="smallimage" id="smallimage" size="40" maxlength="255" value="<?php echo $row->smallimage; ?>" title= "<?php echo JText::_('SMALLIMAGETIP' ); ?>" /> i am using joomla 1.5 any suggestion? thanks 回答1: If you're using Joomla 1.6 the easy way is let