Forums

WordPress Flash Uploader
Pleas make the Flash Uploader windows bigger (10 posts)

  1. callumw
    Member
    Posted 11 months ago #

    Hi
    WP Flash Uploader is great, but the windows that show the filenames are teenyweeny.

    Result = hard to read the filenames.

    Can we have an option to either have it fullscreen, 100% or let us define the size.
    This will help it make much better use of our massive screen resolutions :)

    Ta
    CW

    http://wordpress.org/extend/plugins/wordpress-flash-uploader/

  2. mdempfle
    Member
    Posted 11 months ago #

    You can specify the width in the shortcode and make it as big as you like.

    In the backend the font sizes are the same as the one from WordPress.

    Best, Michael

  3. callumw
    Member
    Posted 11 months ago #

    Hi
    It's not so much the font size as the size of the flash box itself. Can we make the Admin WFU bigger? Perhaps increase it to 1024 or 1400 width?

    Current: http://www.callumw.com/?attachment_id=2912

    I tried changing a few things, but it didn't make a difference.

    e.g.
    wordpress-flash-uploader.php:
    'flash_size' => '650'
    changed to:
    'flash_size' => '1300'

    Ta
    CW

  4. mdempfle
    Member
    Posted 11 months ago #

    This is only the default size you can modify by the shorttag.

    Open wfu_flash.php

    and look for:
    $width = $devOptions['flash_size'];

    then e.g. set
    $width = '1300';

    but you only zoom the flash! You don't get more entries in the lists.

    - Michael

  5. callumw
    Member
    Posted 11 months ago #

    Thanks
    Tried it and it is a bit better, but as you said - I still can't see the full filenames properly.

    Pity we can't drag the Remote/Uploader separator so the Remote window is bigger. I know what I'm uploading (so don't really care about that window), but I'm not sure what's already up there.

    Seems to be a 35/65 split in favour of the upload window.

    C.

  6. mdempfle
    Member
    Posted 11 months ago #

    You have to go to tfu/tfu_config.php and set this.

    You can set a 50 / 50 in the config and also remove the size column.
    WFU has only the main settings of TFU in the administration.

    Set:
    $big_server_view = 'true';
    $show_size = '';

    Best, Michael

  7. mdempfle
    Member
    Posted 11 months ago #

    The '' at show size are 2 single ' !

    - Michael

  8. callumw
    Member
    Posted 11 months ago #

    Aaaaah! That's so much better :)

    I tried puting a value in the $show_size=' '; , but I couldn't force it to take 60% of the window.

    Still much much better than before, thanks so much :)

    C.

  9. mdempfle
    Member
    Posted 11 months ago #

    show size only enables the size column of the server. the 50/50 is the maximum you can get.
    I might add a "server" view in one of the next versions of TFU.

    - Michael

  10. callumw
    Member
    Posted 11 months ago #

    Would be great if there was a moveable split screen between the windows like there is in the name/size columns.

    It could open 50/50 and then we could adjust it one way or the other on the fly to see what window we need to.

    Probably a more difficult to code than the simple idea suggests, but could be more user friendly as a result?

    Just an idea :)

    C.

Reply

You must log in to post.

About this Plugin

About this Topic