[RSS Feed/News] Is it possible to display users when searching for a keyword?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Everything was simple in XenForo 1.5.

1638550904992.png


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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom