Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author mdempfle

    (@mdempfle)

    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

    Thread Starter callumw

    (@callumw)

    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: https://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

    Plugin Author mdempfle

    (@mdempfle)

    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

    Thread Starter callumw

    (@callumw)

    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.

    Plugin Author mdempfle

    (@mdempfle)

    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

    Plugin Author mdempfle

    (@mdempfle)

    The ” at show size are 2 single ‘ !

    – Michael

    Thread Starter callumw

    (@callumw)

    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.

    Plugin Author mdempfle

    (@mdempfle)

    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

    Thread Starter callumw

    (@callumw)

    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.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: WordPress Flash Uploader] Pleas make the Flash Uploader windows bigger’ is closed to new replies.