MyBB Support

Disable highlight on all threads.

Submitted by Pirate, , Thread ID: 4962

Thread Closed

RE: Disable highlight on all threads.

This post was last modified: 21-06-2015, 11:11 AM by linkzy
#2
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']);
        }
    } 
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |



Users browsing this thread: 2 Guest(s)