Quote:
Originally Posted by pjdaley
im just wondering, i noticed it saves the txt file of the thread with the name of the thread.... is it posssible you can add your site's name in front of it so it'll be called VBulletin.org - Thread name.txt? anyone have any ideas?
|
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;