+ Reply to Thread
Results 1 to 8 of 8

Thread: Uploading pictures in auto mode BUGs

  1. #1

    Uploading pictures in auto mode BUGs

    if we activate in admin that feature, all the images start to upload in the same time. they should load in sequence. the fix that exists in realty quiet day template doesn't work anymore in Signs template becouse you modified the upload process

    so, 2 issues:
    1. how do we make the upload of files in sequence, one after the other
    2. if "Uploading pictures in auto mode" is activated, than the button "Upload" should not be visible. is confusing for users like this.

    a fix for this 2 issues please

  2. #2
    Hello Petrache Nicolae,

    I have fixed problem with autoupload images for your site. Please check it again.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Quote Originally Posted by Viktor View Post
    Hello Petrache Nicolae,

    I have fixed problem with autoupload images for your site. Please check it again.
    hello Viktor. can you please post here the fix so that all users interested can apply it?
    or, what files did you adjusted? you adjusted into /test/ subdomain and i need to apply it in my final domain.

    i do have some other issues (quite big) regarding this template- ticket PHD-606356 if you manage to take a look. thanks

  4. #4
    Of course

    Hello all,

    fix for it:

    open file: ftp://templates>>your_template>>tpl>>controllers>>add_li sting.tpl

    find in top file code:

    Code:
    Only registered members can view the code.
    and replce to:

    Code:
    Only registered members can view the code.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Quote Originally Posted by Viktor View Post
    Of course

    Hello all,

    fix for it:

    open file: ftp://templates>>your_template>>tpl>>controllers>>add_li sting.tpl

    find in top file code:

    Code:
    Only registered members can view the code.
    and replce to:

    Code:
    Only registered members can view the code.

    unfortunaly is not working.
    1. the "Upload" button still shows even if there is no need for it sinc the images start uploading directly
    2. the upload as sequence is not working. instead of 1 image upload after the previous ended, i still have all images uploading in the same time.

  6. #6
    Yes I forgot about upload button.

    Open file: ftp://templates>>your_template>>tpl>>blocks>>photo_manag er.tpl

    find code:

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    save and check it again.
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #7
    Quote Originally Posted by Viktor View Post
    Yes I forgot about upload button.

    Open file: ftp://templates>>your_template>>tpl>>blocks>>photo_manag er.tpl

    find code:

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    save and check it again.
    the fix for the button is confirmed but, what's with the first code for add_listing? what does it do exactly? i am asking becouse the first issue is not fixed - "the upload as sequence is not working. instead of 1 image upload after the previous ended, i still have all images uploading in the same time."

  8. #8
    fix confirmed for 1. as well.
    i had to change to
    // in a sequential order:
    sequentialUploads: true,

    all fine now and this is how it should work by default, so that users see a real progress of the upload if they have big images

+ Reply to Thread