MyBB Community Forums

Full Version: Search faster than 30 seconds?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey.

So I need help how I can remove the search functions limit to some user groups. I want to disable the search limit per seconds for some user groups. How? I know this is disabled for admins but there is another user group I wanna do for too. 

So when this user group search fast it says like "wait 30 secs blabla" 

Please help.

Thanks
You'd need to edit search.php. I don't know what line off hand, but to determine an admin I think it uses if($mybb->usergroup['cancp']). You might try looking for that.