![]() |
ok i will update this version and get all problems sorted! thanks everyone for you help any suggestions on improvements
|
Quote:
When I view images, it doesn't show the images. It is pointing to my /bbb/hosted_images/ directory when it should be pointing to just hosted_images/ [*IMG*]http://www.doyouwantmybum.com/bbb/bbb/hosted_images/1.gif[*/IMG*] |
In the admincp
The web address of upload images Set this to the directory where images are stored eg. /forum/hosted_images/ (remember the / at the end) Should be changed to The web address of upload images Set this to the directory where images are stored eg. /hosted_images/ (remember the / at the end) Also where the image is called to show in the image viewr it should have the full path to the image as it's not showing up now. One more thing, you link at the bottom is not correct to goto your website. http://www.yahoo.com/www.sig....ect |
i have now updated the download so you can download and update your systems enjoy and let me know of any suggestions on updates
|
yes just noticed that is a problem with the phrase that is also sorted in the new files
|
Now this script works 100% for me, here is a list of changes I made.
Ok, I have made some more changes to make this work correctly. This will make the install pull the template file correctly In install\hacks\image_hosting\12\index.php line 93 and 109 Code:
require_once('./template_mods.php'); Code:
require_once('./templates.php'); In install\hacks\image_hosting\12\templates.php line 139 Code:
<td class="alt1" colspan="2" valign="middle" align="center"><img src="$images[i_image]" width="" height="" alt="$images[i_name]" /></td> Code:
<td class="alt1" colspan="2" valign="middle" align="center"><img src="$images[i_image]" alt="$images[i_name]" /></td> In install\hacks\image_hosting\12\settings.php line 17 Code:
$setting['host_upload_dir']['descphrase'] = 'The full local path to the upload directory eg. home/user/www/forum/hosted_images/ DO NOT FORGET THE TRAILING SLASH'; Code:
$setting['host_upload_dir']['descphrase'] = 'The full local path to the upload directory eg. /home/user/www/forum/hosted_images/ DO NOT FORGET THE TRAILING SLASH'; Code:
$setting['host_url']['descphrase'] = 'Set this to the directory where images are stored eg. /forum/hosted_images/ (remember the / at the end)'; Code:
$setting['host_url']['descphrase'] = 'Set this to the directory where images are stored eg. /hosted_images/ (remember the / at the end)'; In image_host.php change line 136 Code:
$imgurl = $vboptions['host_url'] . $_FILES['img']['name']; Code:
$imgurl = $vboptions['bburl'] . $vboptions['host_url'] . $_FILES['img']['name']; |
when i upload images are not showing in the gallery?
|
Quote:
|
hm.. i've tried most of what has been said, yet i seem to be getting the same error when clicking done after the templates...
PHP Code:
|
try uninstalling imagehosting then do a full install unless you have got alot of images hosted then i will have to send you the upgrade queries php file
|
All times are GMT. The time now is 10:48 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|