Where does k2 component store its images in the database?

mukamaivan picture mukamaivan · Jun 10, 2012 · Viewed 18.1k times · Source

I want to retrieve/query images stored by joomla k2 component (under the Image Tab).

Answer

surya picture surya · Jun 20, 2012

To display the K2 item image you can use this

echo "media/k2/items/cache/".md5("Image".K2 ITEM ID HERE)."_XL.jpg";