Results 1 to 3 of 3

Thread: Quick list image bug 3.2

  1. #1

    Default Quick list image bug 3.2

    Quick list is calling for local images even when you have remote image server setup.
    eg: your images are stored > http://static1.video.bizhat.com/thumb/4ca4238a0b/1_4047.jpg
    quick-list is calling for images stored >http://s1.video.bizhat.com/thumb/4ca4238a0b//1_4047.jpg



  2. #2

    Default

    Hi,

    This bug has been fixed.

    You can fix this bug in your site by editing ajax/video_queue_display.php file.

    Go to line 21 and find below code

    Code:
    $video_info['video_thumb_url'] = $servers[$video_info['video_server_id']];
    replace it with code

    Code:
    $video_info['video_thumb_url'] = $servers[$video_info['video_thumb_server_id']];
    Save and upload.

    If you can't get it fixed, please open a Support ticket.

    Thanks,

  3. #3

    Default

    that's great thanks, was going to have a look today as it was late when i saw that and did not get time to install/test/fix

    this 3.2 looks much better hopefully it helps bring vshare back :)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •