Joe Link
Well-known member
I'm wondering if there's a way to hide the tooltip--reaction tooltip to disable all reactions except likes for a certain element (let's use media albums as an example). Is there a way to disable the menu by adding an argument to the link?
I'm sure I could hide it via display:none but I try to avoid that when I can.
<xf:react content="{$album}" link="media/albums/react" list="< .block | .js-reactionsList" />
I'm sure I could hide it via display:none but I try to avoid that when I can.