Jump to content

[5.0.8] V5 hides reactions (and ability to react) for Albums - please reinstate (I'm getting a lot of grief from our users over this!)

  • 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...

image.png

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:

image.png

Please (PLEASE) reinstate the functionality before I get lynched!

Thanks.

John

User Feedback

Recommended Comments

There are no comments to display.