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

    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.

  2. #2
    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.

  3. #3

    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.

  4. #4
    Join Date
    Apr 2010
    Posts
    88

    Default

    Thanks :) I went on youtube yesterday and saw that the large images had a 0 in the front, and the small thumbs didn't. i.ytimg.com So I knew exactly when you pointed it out.

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
  •