Is there a way, beside creating yet another MYSQL connection, to retrieve subcategory image while browsing parent category page?
For example:
- Main category (set as category as blog)
- Subcategory 1 (image set in Basic options image field)
- Subcategory 2 (image set in Basic options image field)
- Subcategory 3 (image set in Basic options image field)
- ....
Now, when i browse 'Main category', it display categories title and description of subcategories, but I cant find any 'normal' way to retrieve image that i set in basic option.
The only way that I can make to work is to create another MYSQL call and retrieve image from database, but I would like to know if there is another more effective way.
Im using Joomla 2.5.
Thanks!