mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
112 stars 45 forks source link

Added basic user search. #280

Closed Azareal closed 7 years ago

Azareal commented 7 years ago

Sorry, I kind of borked Git with the previous pull request, so I opened a new one.

The CSS probably needs to be de-inlined and a media query would be nice to make it more mobile friendly, although I'm not too familiar with SASS. Filtering by roles would be nice, although I'm not too sure about the best way to go about this.

You can currently search by username and by email by clicking on an email or inputting it (or a part of it) into the form. I'm going to leave it at this for tonight, it's getting late.

Edit: Almost forgot. I also added a links to the profiles.

Azareal commented 7 years ago

I didn't think simply linking to here would do something weird like that. Ignore the tasks complete bit. This is just search.

euantorano commented 7 years ago

Thanks, we can easily fix the CSS stuff at a later date :)

Azareal commented 7 years ago

I pushed a new commit. It should fix those problems.