Really noone has idea how to archive this?

Hello,
i am trying to prevent user from adding a link with not filled link target url (the best would be message like question before converting address eg. to mail or at least classic alert).
I did not find anything related in documentation.

Thank you for help

Merllinn

Hi zawmn83,
donwloading the latest TinyMCE and PDW did the trick for me.

Hi,
i am running PDW FB 1.3beta (which i think is great free sollution for file management under tinymce) on localhost with no problem but then i moved it on server, where it runs on subdomain (subfoldet on FTP) and there comes the problems.
I had to configure these two parameters:
- config.php - define('DOCUMENTROOT', $_SERVER['DOCUMENT_ROOT']."/maxweb");
- phpthumb.config.php - $PHPTHUMB_CONFIG['document_root'] = $_SERVER['DOCUMENT_ROOT']."/maxweb";

By configuring this i am at leat able to view files i manually copy to folders on FTP, but when i try to upload files from the PDW FB interface i only get message "completed" and file is nowhere.

I did try to debug it (and it is pretty hard) and realised, that on server i do not even get to file upload.php (try to set session variable at the begining of the file and it was never set) but see no reason why (parameter upload_url: "swfupload/upload.php" points to right location).

Can you give me advice what to check or where could be the problem that upload.php is never run?

Thank you in advance for any help