MyBB Community Forums

Full Version: Make custom profile field searchable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have the latest version of mybb and I tried this
http://community.mybb.com/thread-66854.html

This does not work on my version of my so is there away that I can do this?

Thanks!
Please be more specific on "it does not work". What fails exactly? Did you follow all the steps?
I can't find the following piece of code in in memberlist.php


// Showing advanced search page?
if($mybb->input['action'] == "search")
{
eval("\$search_page = \"".$templates->get("memberlist_search")."\";");
$plugins->run_hooks("memberlist_search");
output_page($search_page);
}
Line: 36 and 37
Got it working thanks guys