MyBB Support

Disable highlight on all threads.

Submitted by Pirate, , Thread ID: 4962

Thread Closed

RE: Disable highlight on all threads.

Akay
We are!
Level:
0
Reputation:
28
Posts:
946
Likes:
109
Credits:
2.05K
21-06-2015, 12:09 PM
#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: 1 Guest(s)