Ok that is his code
Code:
$replace = '<span class="date">\';if($post[\'isfirstshown\']) { $final_rendered .=\'' . $fetch['data'] . '\'; } $final_rendered .=\'';
Now let's go back to my code, was
Code:
$replace = '<h2 class="forumtitle"><div id="scanu"><a ';
if ($show['forumdescription']) {
$replace .= 'title="<scanu>\' . $forum[\'description\'] . \'</scanu>" ';
}
now i've edited this code to
Code:
$replace = '<h2 class="forumtitle"><div id="scanu"><a\';if ($show[\'forumdescription\']) {
//'til now all is ok but then i don't know what to do because i don't understand "Information4ever"'s code, can you help me?
//this is the remaining code
Code:
$replace .= 'title="<scanu>\' . $forum[\'description\'] . \'</scanu>" ';}
Thanks for your help kh99
--------------- Added [DATE]1324593817[/DATE] at [TIME]1324593817[/TIME] ---------------
Someone can help me?