XF 2.1 Is there a way to disable the reaction tooltip with an <xf:react> argument?

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?

<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.
 
Top Bottom