WebsiteBaker Support (2.8.x) > Bakery Shop

AnyItems - Bakery. How to display image?

<< < (2/2)

Boudi:
Yes!

Your last point did the trick: (V1.71 only)


--- Quote ---Original code:

$query_images = $database->query("SELECT * FROM `".TABLE_PREFIX."mod_bakery_images` WHERE position = '1' AND active = '1'");

New code:

$query_images = $database->query("SELECT * FROM `".TABLE_PREFIX."mod_bakery_images` WHERE position = '0' AND active = '1'");
--- End quote ---

Thnx for pointing this out.  :-)

Navigation

[0] Message Index

[*] Previous page

Go to full version