Quote:
Originally Posted by GrendelKhan{TSU
Different request and bug:
1) When using autocreate thread....
is it possible to have it post the associated image at a controlled size? (maybe there is a setting...but I couldn't find it  )
eg:
- if I upload a wallpaper to LDM and autocreate, it posts the image full size in the created thread.
This kinda defeats the purpose of thumbnails, and previews and downloading etc in LDM for images or things where the image matters. And also it breaks the size width restrictrions I have set for the forums.
so I would love if I could set the size of the image that gets posted in the autocreated thread. (maybe associate it with the enlarged thumbnail image size setting LDM? ie: link_imagemagsize )
|
OK, will take a look
Quote:
Originally Posted by GrendelKhan{TSU
2) BUG?
Flash Uploader with progress meter is awesome! and looks great...
I just can't get it to work. heh
ie: it looks like its working... but no matter what file I upload it ends in: "File rejected by server" error pop. (and red bar)
If I turn off the flash uploader plugins (disable them in plugin manager) ... uploads work fine again.
o_0;;
|
Yes, I'd found this bug and I have the fix ready. It's releated to the new CSRF mechanisms in vBulletin. All you need to do is edit local_links_ajax.php (main forum directory)
After the line
Code:
define('CSRF_PROTECTION', true);
add
Code:
define('CSRF_SKIP_LIST', 'swfupload'); // because of problems with flash scripts assuming IE