Please Log in or Create an account to join the conversation.
No.Do you plan a way to show gallery items in events ?
I guess you could try rendering a new gallery inside of an event if the asset is specific to that event. Use the gj_onDisplayEvent trigger to extend the events display.For instance, if I have a multimedia link in my activity, it is then registered in Gallery and linked to Activity with an id. Then do I have to retrieve the value in #__comprofiler_plugin_gallery_items with the id by another select SQL query or is there a simpler way to display it in events ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
No, your gallery entry should be content aware. This means the gallery entry should have an asset relative to its content. The below would be valid for an event gallery entry.You mean storing the gallery item id in the event params like gallery:[150] and using this on a Gallery autoaction ?
Because you're trying to use a specific custom internal implementation in CB Activity elsewhere. That won't work. That was specifically designed for CB Activity.And displaying a gallery with an asset like gallery.[var1_params_gallery] does not work either
Please Log in or Create an account to join the conversation.
the gallery entry should have an asset relative to its content.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.