Stuart Wright
Well-known member
Brilliant, thanks.  Nearly there.
I want to display the user's signature to the right of their row in the user list.
So I created a new template and copied the contents of the member_list_item template and added
	
	
	
		
Before the user name.   But the sigature BB codes aren't parsed.  I'm guessing there is a Xenforo function to parse fields prior to display?
				
			I want to display the user's signature to the right of their row in the user list.
So I created a new template and copied the contents of the member_list_item template and added
		HTML:
	
	<div class="baseHtml signature ugc" style="float:right;">{$user.signature}</div> 
 
		 
 
		 
 
		


 
 
		 
 
		 
 
		