
08-03-2002, 03:57 AM
|
|
|
Join Date: Feb 2002
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by Boofo
Ok, as far as I can tell, the underscore is new part of the censorship option in 2.2.6. (The file attachment in the first post has been updated.) Please test this and let me know if it fixes your problem.
If you want to be able to use the SPACE button in 2.2.6, you can go to your admin/functions.php and replace this line:
PHP Code:
$text = str_replace(chr(160), '_', $text);
with this line:
PHP Code:
// $text = str_replace(chr(160), '_', $text);
|
Boofo, it worked !!!  Thanks a lot, I needed this
|