Tony Cossio
Member
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
 x 4   x3
 x3   x2
x2  x1 list
x1 list
@Chris D was this native in 1.5 or an add-on? I forgot since our site upgraded.
I saw something that may be the right track, but I am not sure what template they are putting this in and it seems like the code is incomplete:
	
	
		
			
				
					
						 
					
				
			
			
				
					
						
							 xenforo.com
						
					
					xenforo.com
				
			
		
	
				
			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;
@Chris D was this native in 1.5 or an add-on? I forgot since our site upgraded.
I saw something that may be the right track, but I am not sure what template they are putting this in and it seems like the code is incomplete:
 
					
				XF 2.1 - How do I get the reaction count of a specific reaction in a post?
I am trying to make the reaction summary in a post show the number of each reaction next to their icon. This is the current state of my reactionSummary template:                                                        {$reactionId|number}                                         It appears that...