Hello Cobalt Team,
I just start using Cobalt on my project, and I really have lots of troubles compare to the old resource component... But for now I just expect it's only for few times, even if I have to learn again how to use your CCK.
I think I find a bug in the image field V2.1, when you want to use the native Joomla media uploader.
On line 31 of the default input template, I had to replace the declaration of the button, to be able to really add an image...
<a class="modal memodal-button" rel="{handler: 'iframe', size: {x: 800, y: 500}}" onclick="return false;"
href="/<?php echo JRoute::_('index.php?option=com_media&view=images&tmpl=component&fieldid='.$this->id.'&asset=com_media&author=');?>"
title="<?php echo JText::_('I_SELECTIMG');?>"><?php echo JText::_('I_SELECTIMG');?></a> <br/> <br/>
In the native code, their is a php tag on the id of the field after the fieldid witch is not supported and bug the iframe button "insert".
CCrosaz
PS: Do you have
Hello Cobalt Team,
I just start using Cobalt on my project, and I really have lots of troubles compare to the old resource component... But for now I just expect it's only for few times, even if I have to learn again how to use your CCK.
I think I find a bug in the image field V2.1, when you want to use the native Joomla media uploader.
On line 31 of the default input template, I had to replace the declaration of the button, to be able to really add an image...
In the native code, their is a php tag on the id of the field after the fieldid witch is not supported and bug the iframe button "insert".
CCrosaz
PS: Do you have