Results 1 to 9 of 9

Thread: Images are HUGE in bulk import

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2010
    Posts
    88

    Default

    This must be a first in vshare history. I don't see another thread about this.

    In my data base table it looks like
    max_img_size 120


    img_max_width 120


    img_max_height 90
    Last edited by cybra; 01-25-2011 at 03:53 PM.

  2. #2
    Join Date
    Apr 2010
    Posts
    88

    Default

    somebody, anybody ?

  3. #3
    Join Date
    Apr 2010
    Posts
    88

    Default

    So thats how it is? Nobody gives a damn?

  4. #4
    Join Date
    Sep 2007
    Posts
    906

    Default

    Open support ticket at

    BuyScripts Helpdesk
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  5. #5
    Join Date
    Apr 2010
    Posts
    88

    Default

    I rather not. I am tired of giving people login details to my server. I was hoping this has happened to some one else before and they could just explain what was done to fix it.

    I have 3 different vshare sites, and all are having this problem.

  6. #6
    Join Date
    Apr 2010
    Posts
    88

    Default

    I don't see how that will help. I already did everything that could possibly be done on my end. Like re uploading both admin folders, uploaded all the template files from a backup saved way before this problem, and checked the image size limit in the data base. But like I said its on all 3 of my vshare sites. I have people trying everyday to hack into my server using y login and search bar, so rather than pointing fingers at anyone I rather just not give my login to anyone anymore to be on the safe side. But this is ridiculous, because I can't update my sites through bulk. The thumbs are so large they are unaligned with the descriptions so I can't tell whats what. I'm sure someone is having a good laugh. It really sucks.

  7. #7

    Default

    Hi,

    Following code will fix the thumbnail problem in Bulk Import.

    Open admin/import_bulk.php

    find code:
    Code:
    $video['thumb_url'] = $entry->mediaGroup->thumbnail[0]->url;
    replace with:
    Code:
    $video['thumb_url'] = $entry->mediaGroup->thumbnail[1]->url;
    Thanks,
    Buyscripts Team.

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
  •