Quote:
Originally Posted by John Diver
Hey,
I'm not getting pictures, can pictures be included in posts? Almost all posts I'm getting have images.
Here is my forum for the posts: http://www.deuceace.com/forumdisplay.php?f=24
It also doesn't seem to be showing much text, am I able to change this or is it a limitation of what I am allowed to take from the sites?
|
Pictures can be included but it is not possible for me at the moment to apply the dimension limits fixed in vbulletin attachment setting. At the moment i have also the problem that the hack work only if you insert the photo in a database and not in a file.
An old post of KevinM contain some help for fix the dimension of the images but it not work for me now.
https://vborg.vbsupport.ru/showthrea...t=65152&page=9
To include the photo you need to change functions_nntp.php by following the instructions of TMM-TT in the precedent page.
https://vborg.vbsupport.ru/attachmen...4&d=1159222924
and download the functions_image of an old version of vbulletin.
Then you need also to comment the line 224 of the functions_image.php file.
{
// $thumbnail['filedata'] = $DB_site->escape_string($thumbnail['filedata']);
}