Quote:
Originally Posted by Logician
in dt.php, find
PHP Code:
if (strlen(trim($filename))<2) {$filename='Thread'.$threadid;}
after that add:
PHP Code:
$filename='ANY TEXT YOU LIKE HERE - '.$filename;
|
If "ANY TEXT YOU LIKE HERE" is "www.domain.com" I get under IE a text "[1]" in front of the "." (screenshot).
EDIT:
Is it possible that ? ? ? ? in the filename don't work ?