Changing Layout of "Action Buttons"
Hello! I have been trying to move all of the action buttons to the bottom of the forum message, much like they are here on Lithium.
From what I can ascertain, it appears that Lithium is hiding the rating display inline, and then adding it to the bottom of the message somehow.
So I tried to make a new component "@secondaryActions@override", and I added the following:
<@delegate /> <@component id="ratings.widget.rating-enum-display"/>
I'm just trying to get "Me Too" to show up on the bottom. But I get this error:
Freemarker template 'PureCommunityBanner' processing failed: RenderQueueException:Render queue error in SetupRender[ratings/ContributionPage:ratingsenumdisplay]: ratingSystem
So, I was wondering if anyone else has been able to successfully do this? Am I going down the wrong road here?
I tried this and it seems like you can add the following component directly to your Forum Message Page.
<component id="me-too"/>
Make sure to add this directly to the page and not to the custom component. Also, this Me Too button will only show up if the current user is allowed to give that rating (hence, will not show up for the author of the message)
Regards,
Chhama