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']); } }