I am using Gallery Extended to allow users to upload an image and associate it with a blog entry - that works- nice stuff..
The Challenge:
If the user uploads an image to a blog entry that is “open” we do not want the image to be displayed in that entry until we mark the images status to open. Currently the system is displaying the images even if they are closed. Here is the code.
{exp:gallery_extended:entries gallery_name="guide_images" related_id="{entry_id}" type="weblog" limit="1" category="4"}
{medium}
{/exp:gallery_extended:entries}
We have tried using “category” to control which images are displayed - does not seem to effect it
The image status is closed but it is still displayed
