In a custom module, some images do not appear to the owners (or myself as an admin-owner) whilst the profile is private (the grey question mark is shown) but then are displayed when the profile is made public.
Module images will appear on a private profile if there is a _v number appended to the url. So this works with background images but not with anything displayed through jrImage_display or through jrCore_module_function.
This works as an inline style:
background: url("{$jamroom_url}/{$murl}/image/micro_image/{$_item_id}/xxxlarge/_v={$_updated}")
But this does not:
{jrCore_module_function function="jrImage_display" module="ujMicroSite" type="micro_image" item_id=$_item_id size="xlarge"}
{jrCore_module_function function="jrImage_display" module="ujMicroSite" type="micro_image" item_id=$_item_id size="large" alt=$micro_title width=false height=false class="iloutline img_shadow" style="margin-left:12px;margin-bottom:12px;"}
How can I add the _v version via the jrImage module function? Or should it be doing that already?
Thanks !
--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
updated by @ultrajam: 01/25/16 06:58:11AM