Amaury Well-known member Mar 18, 2014 #1 How can I make clicking the members in the member listings bring up the member cards rather than the profiles? Currently, only Newest Members and Staff Members do that.
How can I make clicking the members in the member listings bring up the member cards rather than the profiles? Currently, only Newest Members and Staff Members do that.
P Paul B XenForo moderator Staff member Mar 18, 2014 #2 Edit the member_list_item template. Change the third line to this: Code: <xen:avatar user="$user" size="s" /> Upvote 0 Downvote
Edit the member_list_item template. Change the third line to this: Code: <xen:avatar user="$user" size="s" />
Amaury Well-known member Mar 18, 2014 #3 Brogan said: Edit the member_list_item template. Change the third line to this: Code: <xen:avatar user="$user" size="s" /> Click to expand... Worked like a charm! Thanks, Paul! Upvote 0 Downvote
Brogan said: Edit the member_list_item template. Change the third line to this: Code: <xen:avatar user="$user" size="s" /> Click to expand... Worked like a charm! Thanks, Paul!