- Status: Moved to Github
Hello,
Please prepare to smile...
Our users are giving me a lot of grief because they can no longer react ('Like', etc') to Albums although they can, obviously, react to individual images. Apparently, they want to react to Albums and have used it extensively in the past...
It appears likely that the only issue is that you have hidden the album reactions under V5 ... please refer to file applications/gallery/dev/html/front/browse/album.html where you will find the following few lines:
<!-- v5 todo: Can albums receive reactions? I couldn't find any settings to enable it -->
{{if \IPS\IPS::classUsesTrait( $album->asItem(), 'IPS\Content\Reactable' ) and settings.reputation_enabled}}
<div class='ipsPageHeader__row' hidden>{template="reputation" app="core" group="global" params="$album->asItem()"}</div>
{{endif}}
I used Edge developer tools to remove the 'hidden' from the resulting HTML/page and the reactions appear:
Please (PLEASE) reinstate the functionality before I get lynched!
Thanks.
John
Recommended Comments