Les fichiers à mettre à jour sont :
- sources/topics.php
- sources/search.php
Mise à jour manuel :
Ouvrir "sources/topics.php"
Vers la ligne 805
QUOTE
//-----------------------------------------
// Highlight...
//-----------------------------------------
if ($ibforums->input['hl'])
{
$ibforums->input['hl'] = $std->clean_value(urldecode($ibforums->input['hl']));
$loosematch = strstr( $ibforums->input['hl'], '*' ) ? 1 : 0;
$keywords = str_replace( '*', '', str_replace( "+", " ", str_replace( '-', '', trim($ibforums->input['hl']) ) ) );
$word_array = array();
$endmatch1 = "";
$endmatch2 = "(.)";
// Highlight...
//-----------------------------------------
if ($ibforums->input['hl'])
{
$ibforums->input['hl'] = $std->clean_value(urldecode($ibforums->input['hl']));
$loosematch = strstr( $ibforums->input['hl'], '*' ) ? 1 : 0;
$keywords = str_replace( '*', '', str_replace( "+", " ", str_replace( '-', '', trim($ibforums->input['hl']) ) ) );
$word_array = array();
$endmatch1 = "";
$endmatch2 = "(.)";
Ouvrir "sources/search.php"
Vers la ligne 1499
QUOTE
function convert_highlite_words($words="")
{
global $std;
$words = $std->clean_value(trim(urldecode($words)));
{
global $std;
$words = $std->clean_value(trim(urldecode($words)));
