Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It's randomized per session/gallery. If you want random on every page load it won't do that as it won't be able to cache between loads losing significant performance efficiency. Will review improving the randomization of it for next release.2. Once I manage to do this, my next step would be to set random order and restrict the display to one image. I tried setting Media -> Order By -> random but I always get the pictures of my gallery in the same order. And if I set Media -> Limit to 1, it’s always the same picture. Did I miss another setting for randomness?
You can supply the random orderby using items_orderby="random".EDIT : Additionnally, I’m looking at the CB gallery plugin, as my module is in fact displayed in an article. It would certainly be more straightforward to use the plugin. But it only accepts items_orderby="COLUMN_DESC_OR_ASC" right ? Is there a plan to support random ordering in the plugin too?
The module supports Joomla template layout overrides so you could override the layout to have other information if you're wanting. The layout also has complete access to the gallery object.My use case is very simple: on the frontpage of our website we have a greeting text in which we include one random picture from our members’ gallery. My intention is to tweak the module/plugin to also display the name of the member, some additional fields from her profile, and link back to the profile page. Please feel free to suggest a simpler way to achieve this if available
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.