AndBegin
Guest
Member
Everything was simple in XenForo 1.5.

I entered nic and got all available users whose nickname begins with nick
But...
How to do this under 2.x xenforo?
code xf 1.5:
HTML:
Read more

I entered nic and got all available users whose nickname begins with nick
But...
How to do this under 2.x xenforo?
code xf 1.5:
HTML:
Code:
<xen:if is="{$search.users}">
<xen:sidebar>
<div class="section userResults avatarList">
<div class="secondaryContent">
<h3>{xen:phrase matched_users}</h3>
<ul>
<xen:foreach loop="$search.users" value="$user">...
Read more