Keyword

Where is the image url stored?

  • Sysifos
  • Sysifos's Avatar Topic Author
  • Offline
  • New Member
More
8 years 2 weeks ago #157741 by Sysifos
Where is the image url stored? was created by Sysifos
I'd like to know where is the item image stored.
I had a look in the k2_items and it's not there...

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
8 years 2 weeks ago #157762 by Krikor Boghossian
Replied by Krikor Boghossian on topic Where is the image url stored?
Hello,

The image is not stored in the db.
It is renamed using an md5() functions and it is being pulled using a file exists check.

(components/com_k2/models/item.php)
if (JFile::exists(JPATH_SITE.DS.'media'.DS.'k2'.DS.'items'.DS.'cache'.DS.md5("Image".$item->id).'_XS.jpg'))

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum