Osman
Well-known member
- Affected version
- 2.3.0 Beta 1
When I look at XenForo Media Gallery, the foldable structures in the sidebar structure do not hold cookies.
Of course, this applies not only to XenForo Media Gallery but also to other customizations.
Code:
<span class="collapseTrigger collapseTrigger--block {{ is_toggled('xfmg_lightbox_media_information') ? 'is-active' : '' }}" data-xf-click="toggle" data-target="< :up:next" data-xf-init="toggle-storage" data-storage-key="xfmg_lightbox_media_information" data-storage-type="cookie">
<span>{{ phrase('xfmg_media_information') }}</span>
</span>
Of course, this applies not only to XenForo Media Gallery but also to other customizations.