RE: Sort Users
Posted by
Pedro on
Oct 24, 2013; 7:02pm
URL: https://support.nabble.com/Sort-Users-tp7587334p7587513.html
Please, try this new code for searched_users_list and the new macro.
<macro name="searched_users_list" dot_parameter="do" requires="node_page">
<n.site_users. start="1" length="99">
<n.filter_by.contains_substring string="[n.to_lower_case.current_user.name/]" substring="[n.to_lower_case.searchName/]"/>
<n.do/>
</n.site_users.>
</macro>
<macro name='searchName'>
<n.get_parameter name='name' />
</macro>