![]() |
also the upload an inamge function doenst appear?
all i have are the buttons of host it and reset |
Seems to work, but when I try to upload an image I get the following page full of errors (screenshot attached).
Any ideas? |
Quote:
VB Image Host ----> Gallery |
Quote:
|
Quote:
|
Quote:
|
Quote:
Reviewing the install instructions, where do I set a path an image directory? There's no mentin here - I quote them here in full (leaving out the template mod bit): Quote:
But, to repeat - the system does seem to work, it just throws ugly errors up as well. |
Quote:
is it set there correctly ?! |
Quote:
|
Quote:
Please PM me the info |
Quote:
lol. When using the program every time it looks for the files under url/upload/file. I want it to be url/file. Also the problem of no boxes for uploading... |
Quote:
|
Quote:
|
That solved that - thank you Ranma2k!
Incidentally, I don't know if you're accepting suggestions for the mod, but if you are - an image title and image description field would be very useful. Showing the file name as the title is kinda ugly! :) Thanks again for your help. |
Quote:
everyone will be able to edit all aspects of the image :) |
it would also be good if the images displayed in My Images were in a Thumbnail size, rather than full size.
maybee an admin option to set the size of images in the users image folder. |
Quote:
|
Quote:
if there is no thumbnail it will show the image as uploaded if there is no thumbnails rebuild it from the admincp |
i have already done this, and just tried again after reading your reply, yet i have most images in Thumbnail size others full size.
it is a little annoying when browsing my images. |
vBulletin Message
Unable to delete the image Great mod just can not delete what I uploaded not sure checked user groups Warning: unlink(/imagehosting/2450b6f35eb8b6.gif) [function.unlink]: No such file or directory in /vbimghost.php on line 896 this is what is there if(!unlink($imgfile)){ eval(standard_error(fetch_error('vbimghost_imgnotd eleted'))); } |
/imagehosting Remove the forword slash if you added it.
Thanks dholt that worked |
Hello
I am web site www.forumsitesi.info/forum > CMPS portal setup = ok But This page index how vbimage random to show? |
Open Template :
adv_portal_randomprofile clear in all and paste : Code : <tr> <td class="alt2" valign="top"> <table> <tr valign="top"> <td class="alt2" valign="top" align="center"> <img src="$profilepiclink" alt="$vbphrase[vbaCmps_randomprofile]" border="0" /></td> </tr> <tr valign="top"> <td class="alt2" valign="top"> <table> <tr> <td class="smallfont"> <div> <img src="$stylevar[imgdir_misc]/arrow.gif" alt="" class="inlineimg" /> $vbphrase[vbaCmps_randomusername] </div> </td> <td> : </td> <td class="smallfont"> $randomusername </td> </tr> <tr> <td class="smallfont"> <div> <img src="$stylevar[imgdir_misc]/arrow.gif" alt="" class="inlineimg" /> $vbphrase[vbaCmps_randomtitle] </div> </td> <td> : </td> <td class="smallfont"> $randomusernametitle </td> </tr> <tr> <td class="smallfont"> <div> <img src="$stylevar[imgdir_misc]/arrow.gif" alt="" class="inlineimg" /> $vbphrase[vbaCmps_randomjoindate] </div> </td> <td> : </td> <td class="smallfont"> $randomusernamejoindate </td> </tr> </table> </td> </tr> </table> </td> </tr> |
Sorry mistake post :(
|
Suggestion:
I would like there to be comments and rating added to the images when you view them in 'full view' only. This would be great! IMPROVEMENT: I have edited the imagebit somewhat. In the original script... all users always see that bbcode, permissions, and other stuff that for the user who owns the photos may be useful, but for other users it just seems to clutter up the photo gallery page in my opinion. I was wanting something more like Facebook... where if they go to view their friend's gallery... it simply shows a gallery page with a bunch of thumbnails only... no details or stuff underneath. However, I didn't want to remove this stuff, so what I did was edited the template and added an extra condition so that: 1) When viewing photos, if the photos belong to the user that is logged in... they see all that extra bbcode and permission stuff underneath the photo. 2) For OTHER users viewing photos that belong to their friends... they will just see the gallery page with only the photo thumbnails listed. 3) In either case... clicking the thumbnail will open up the main view page and will have the large photo, and will have all the bbcode stuff showing.. but only when the image is viewed in the fullscreen size page. CODE CHANGES: OPEN template called "vbimghost_imgbits" Delete everything in that template, and replace it with this: Code:
<td> VIEW THIS IN ACTION: http://www.undrgrads.com/vbimghost.p...iewimages&id=3 |
just a heads up, you use mysql_num_rows() in your script, which causes breakage when using it on a forum that uses msqli, changing every case of this command to mysqli_num_rows() fixed it on my forum... i dont know if theres a better way other then to manualy edit it tho, ill leave that to you ranma2k
edit: also you use mysql_fetch_array() which has same problem and solution |
i've modified the code to automatically use the correct method, attached the fixed copy, can be used on any forum since i've added in the conditional, heres a example of that i've added
PHP Code:
|
Quote:
Quote:
|
Quote:
Code:
<td> |
Quote:
|
Quote:
|
Quote:
|
Please HELP
Hello I am web site www.forumsitesi.info/forum > CMPS portal setup = ok But This page index how vbimage random to show? |
i managed to fix most of the stuff
the next ver is a complete rewrite for the hack . so it's taking a lot of time the new ver will support both db and it will cover all the requests starting next week I'll have a lot of free time to work on it so ver 2.0 will be available in the next few weeks i appreciate everyone help please if you think there is something need to be added / or to be fixed please let me know |
A question that may have been covered, but why doesn't the uninstall remove the database stuff? How does one remove it then?
edit: I see we have to manually remove the DB. May I make the suggestion that the uninstall actually uninstall the whole thing? Otherwise, with all due respect, why have it? |
Quote:
Hi guys. Glad you liked my little mod. I forgot to meantion that yes, it only works in the 'column' view. The row view is a different template I believe. But if you only have the images and not the 'detail' stuff, then it is probably best to have it in column view since I personally like the look of it better. But it is your preference, if you want it in the row view, on a site with a lot of images and smaller thumbnails it makes the page very large and a lot of scrolling. Thanks Ryuji for your enhancement of the template, I'll give it a try :) |
*update:
Also, I see what someone would want the 'my images' to be in 'row view' or at least not have as many columns. On my site for example, when I use my template mod imgbit... it just shows the image thumbnails.. nothing else. My thumbnails are set to be small (200x200) about that size... so I can end up fitting 4 images per row. However... once the user goes to 'my images' and the permission occurs to show all the bbcode and other bits below the thumbnail... it ends up being too wide for each image and 4 columns of images ends up getting too wide and goes off the screen. My request: It would be nice to integrate my mod into the product and separate the settings to be for MY IMAGES and PUBLIC GALLERY VIEW. Something like this in the settings: Public Gallery View: - show image properties/bbcode, etc? YES/NO - columns: x My Images view: - show image properties/bbcode, etc? YES/NO - columns or rows? - columns?: x number of columns. That way I can set it so that if the user is in 'my images' he/she sees all the extra properties below his/her thumbnails, and there are only 2 columns of images so that it fits my layout. But when OTHER users are viewing that user's public gallery... none of the properties display under the thumbnails, allowing me to set it up to have 4 columns of thumbnails. Make sense? |
How come on my individual image pages, I get the word Array at the top?
Obviously it has to do with the addition of the code in the .php script: Code:
define('VBA_PORTAL', true); Example |
Quote:
|
Quote:
|
All times are GMT. The time now is 11:01 PM. |
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:
|