MyBB Support

Disable highlight on all threads.

Submitted by Pirate, , Thread ID: 4962

Thread Closed

RE: Disable highlight on all threads.

#3
21-06-2015, 11:11 AM
Mr_Devil Wrote:
remove this code from search.pp
Remember to keep backup atleast
PHP Code:
// Work out if we have terms to highlight
    
$highlight "";
    if(
$search['keywords'])
    {
        if(
$mybb->seo_support == true)
        {
            
$highlight "?highlight=".urlencode($search['keywords']);
        }
        else
        {
            
$highlight "&highlight=".urlencode($search['keywords']);
        }
    } 

This exist on the showthread.php too.

Users browsing this thread: 4 Guest(s)