Member Search

Member Search 2.2

No permission to download
Awesome!! Just sent a well-deserved Paypal tip! :) You're always willing to help if you can, and you have a flawless support for your addons (free!).
 
Preferably, it would be great to have the member card show up when we click on the members names on the result page. It seems to be the more logical next step after looking for someone's location for possible meetups. From there we can start a conversation if we want to, go to their profile, etc.

Nice idea and thanks @AndyB for implementing this suggestion so quickly (y)


Do you think a results sort setting using last active would be possible, e.g. if limiting to 100 results show the 100 last active users?

In regards to my earlier post in case this interests anyone else the following code edit alters the sort order to use last activity. In library/Andy/MemberSearch/Model.php on line 195 (at least for versions 2.1 and 2.2) find:
Code:
ORDER BY xf_user.username ASC
replace with:
Code:
ORDER BY xf_user.last_activity DESC
 
AndyB updated Member Search with a new update entry:

See description

On Nov 24, 2015 version 2.0 of this add-on was released to address an exploitable SQL injection vulnerability. If you are still using a version of this add-on which is below 2.0 or released before Nov 24, 2015 then it is essential that you update to the latest version of the add-on as soon as possible to fix this security issue. If you have any further questions, please ask.

Read the rest of this update entry...
 
Top Bottom