Hello,
i'm trying to display images in itemlist (index.php?option=com_comprofiler&view=editPlugin&action=showitems). In third column there is EYE icon, when i clicked it i get image . I would like to replace this Eye-icon with image (not to have click every single item).
I found that is generated in xml (components\com_comprofiler\plugin\user\plug_cbgallery\xml\views\view.com_comprofiler.showitemrows.xml).
Is there a chance to replace it with IMG?
Regards,
Luke
EDIT:
I'm trying something like this:
Code:
<field name="file" type="group" link="cbo:rowedit" parameters="mediaid" paramvalues="id" align="left" label="Img" >
<param name="file" type="string" directory="comprofiler/plug_cbgallery/" />
</field>
So i have new column, but there is only a name of image. When i'm changing type="string" to type"media", there is an error, that media is not supported. I've tried to add directory="", but here i have another problem, becaoue users has own directories for images.