Thank you stormin4 ;) and small fix . (example: vid\'s to vid's) OPEN viewforum.php FIND $last_post = str_replace(array('"', '\''), array('"e;', '\\\''), $last_post); REPLACE WÝTH $last_post = str_replace(array('"', '\''), array('"', '\''), $last_post); ...Applied the fix...w...