Sir, This is the location where I paste the code but its not working. /** * @todo normalize? */ $hilit_words = request_var('hilit', '', true); // Do we have a topic or post id? if (!$topic_id && !$post_id) { $phpbb_seo->seo_redirect($phpbb_seo->seo_path['phpbb_url']); exit; } // Find topic i...