Hello!
I found one flaw in using the Econa k2 plugin. I want to know how to fix it
On the K2 itemlist page in control panel used native k2 images (md5)
If I delete native images from the server I'm lose images in the control panel.
Tell me please how to display the Econa plugin images in control panel
By default, the following code is in the control panel:
What code should I use to display econa's images? Thank you
I found one flaw in using the Econa k2 plugin. I want to know how to fix it
On the K2 itemlist page in control panel used native k2 images (md5)
If I delete native images from the server I'm lose images in the control panel.
Tell me please how to display the Econa plugin images in control panel
By default, the following code is in the control panel:
<?php if(JFile::exists(JPATH_SITE.DS.'media'.DS.'k2'.DS.'items'.DS.'cache'.DS.md5("Image".$row->id).'_XL.jpg')): ?> <a href="https://www.firecoders.com/<?php echo JURI::root(true).'/media/k2/items/cache/'.md5("Image".$row->id).'_XL.jpg'; ?>" title="<?php echo JText::_('K2_PREVIEW_IMAGE'); ?>" class="modal"> <?php if(K2_JVERSION == '30'): ?> <img src="https://www.firecoders.com/<?php echo JURI::root(true).'/media/k2/items/cache/'.md5("Image".$row->id).'_M.jpg'; ?>" /> <?php else: ?> <?php /*<img src="https://www.firecoders.com/templates/<?php echo $this->template; ?>/images/menu/icon-16-media.png" alt="<?php echo JText::_('K2_PREVIEW_IMAGE'); ?>" /> */ ?> <?php endif; ?> </a> <?php endif; ?>
What code should I use to display econa's images? Thank you