Hello.
Recently the images in bulk import are now big. Can admin or someone tell me why could this be? It is strange:confused: What can be done to fix?
Hello.
Recently the images in bulk import are now big. Can admin or someone tell me why could this be? It is strange:confused: What can be done to fix?
somebody, anybody ?
So thats how it is? Nobody gives a damn?
Open support ticket at
BuyScripts Helpdesk
vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
[email protected]
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.
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.
Hi,
Following code will fix the thumbnail problem in Bulk Import.
Open admin/import_bulk.php
find code:
replace with:Code:$video['thumb_url'] = $entry->mediaGroup->thumbnail[0]->url;
Thanks,Code:$video['thumb_url'] = $entry->mediaGroup->thumbnail[1]->url;
Buyscripts Team.
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