I have a line of code which I am using in post_macros to separate the reactions. Instead of three reactions it shows all of them separated with a counter;
<xf:foreach loop="$post.reactions" key="$reactionID" value="$reaction"><xf:trim>
<li><xf:reaction...
So I have a piece of code;
What it does is lists a reaction, plus it's count. It works fine, but the raeaction title name does not show up (only the Icon).
So instead of;
:) x2
I want it to look like;
:)smile x2
What am I missing? I presume reactionsTitle or something....
Hello,
I saw this as a feature in xenforo 1.5 (perhaps a plugin) where the post reaction bar would have every reaction with a number count, followed by a list option in the end.
So it would look like;
:) x 4 :love: x3 :cool:x2 :mad:x1 list
@Chris D was this native in 1.5 or an add-on? I...
I think I figured it out, however I am using version 1.0.4a . There seems to be an error "invalid user" when specifying more than one specific users. One works fine.
Question,
I see that you cannot prevent default style.
So is there a way to force a user or usergroup to use a specific style and to prevent them from accessing the default style?