We need an add-on or something that only opens the pop-up View attachment 198146 when clicking on "Like", but does not assign any like.
Can someone help?
Yep, but it is just for mobile versionThere is an open suggestion here,
One tap to open reaction menu
On mobile it is rather annoying to open the reaction menu. I would like to see the menu open by one tap rather than pressing down.xenforo.com
Yes and this suggestion already 7 months old and....... nothing.Yep, but it is just for mobile version
Yep, but it is just for mobile version
We need the same.
how can the code be changed or added so that when you click like no like is assign .
Code:<xf:react content="{$post}" link="posts/react" list="< .js-post | .js-reactionsList" />
<xf:content="{$post}" list="< .js-post | .js-reactionsList" /> //<==dont react, open popup only
<xf:react content="{$post}" link="posts/react" /> //<== react now
I will try to do that tomorrow.
Any News?
We need the first Tipp/ClickEvent when click/tipp on the "Like" and delete the direct react here. like this...
If User Click/Tipp on popup...Code:<xf:content="{$post}" list="< .js-post | .js-reactionsList" /> //<==dont react, open popup only
Code:<xf:react content="{$post}" link="posts/react" /> //<== react now
react is a templatecall...
Have to learn by trial and error ...
I still don't give up.
I still don't give up.
<xf:reaction id="{$reaction}"
content="{$content}" link="{$link}" params="{$params}" list="{$list}" class="{$class}"
init="true" hasreaction="{$hasReaction}" small="true" showtitle="true" />
<xf:if is="!{$hasReaction} == 1">
<xf:reaction id="{$reaction}"
content="{$content}" link="{$link}" params="{$params}" list="{$list}" class="{$class}"
init="true" hasreaction="{$hasReaction}" small="true" showtitle="true" />
</xf:if>
We use essential cookies to make this site work, and optional cookies to enhance your experience.