XFileSharing Pro - direct image issue// forum code gives thumb pics not actual

Message
Author
saveurfiles.com
Posts: 11
Joined: Nov 16, 2009 4:46 pm

direct image issue// forum code gives thumb pics not actual

#1 Postby saveurfiles.com » Nov 17, 2009 12:42 am

Hello
the picture i get using the forum code is thumb, how can i get the actual size not the thumb ????
try here www.saveurfiles.com

saveurfiles.com
Posts: 11
Joined: Nov 16, 2009 4:46 pm

#2 Postby saveurfiles.com » Nov 17, 2009 3:35 pm

any help ????????????????

saveurfiles.com
Posts: 11
Joined: Nov 16, 2009 4:46 pm

#3 Postby saveurfiles.com » Nov 17, 2009 5:49 pm

also i wonder if you can make the image mod show the pictures after its upload, i mean above the code

saveurfiles.com
Posts: 11
Joined: Nov 16, 2009 4:46 pm

#4 Postby saveurfiles.com » Nov 17, 2009 7:07 pm

the problem is in the line 493
it should be like this $file->{thumb_link} = "$iurl/$dx/$file->{file_real}.$ext";


in ur code its $file->{thumb_link} = "$iurl/$dx/$file->{file_real}_t.jpg";

it converts gif ext to jpg therefore it doesnt work when you post it in a forum
i had to remove the _t so i get the actual size not the thumb size

i think you should add 2 forum code one for the actual size and the other one for the thumb