Support Thread - I've had about half year experience in MyBB I started at the beginning of this year and developed through the year I've helped various people and helped develop a few forums I've also created multiple forums to mess with for fun Coding is a fun thing to do and to learn - - - - - - - - - - - - - -- - - - - - -- - - - - - -- - - - - - -- - - - - - - - - - - - - - Things You Can Request
- Help - Theme Problems - Basic Problems - How To Code Something - Theme Requests (Depends If I Can Get It) - - - - - - - - - - - - - -- - - - - - -- - - - - - -- - - - - - -- - - - - - - - - - - - - - How To Request
Just so that I will receive an alert, quote the entire thread and delete the content, and put:
$query = $db->simple_select("users", "uid, username, avatar, usertitle as customtitle, displaygroup, usergroup, ignorelist, hideemail, receivepms, lastactive, lastvisit, invisible, away", "displaygroup IN ($groups_in) OR (displaygroup='0' AND usergroup IN ($groups_in)) OR uid IN ($users_in)", array('order_by' => 'username'));
$query = $db->simple_select("users", "uid, username, avatar, usertitle as customtitle, displaygroup, usergroup, ignorelist, hideemail, receivepms, lastactive, lastvisit, invisible, away", "displaygroup IN ($groups_in) OR (displaygroup='0' AND usergroup IN ($groups_in)) OR uid IN ($users_in)", array('order_by' => 'username'));