The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VB image Hosting Details »» | |||||||||||||||||||||||||
VB Image Hosting Version 1.0.1
This is the port for my hack to vb 3.6.x check it for vb 3.5.x here A New installer replaced the old one so you should not face any problems with database NOTE : People who were using vbimghost in vb 3.5.x and moved to vb 3.6.0 MAKE sure that you have vbimghost 1.4.1 Since this port will only support upgrading from that ver only People who do a fresh install use this ver. Requirements:
Introduction: What does it do ? VB Image Hosting is a similar feature to imageshak and photopoket and online free image hosting, but this is for your members. it will allow them to upload and host their images on your servers, you can still manage the permissions and set the number of files for each group. Main Features:
Time required to install Update instruction : Just replace the old files with the new ones and import the product file don't forget to select overwrite. History: 1.0.0: 1.0.1: Download Tracking: 1.0.0 : 3886 Known Issues: no known issues.Screen shscreenshot.zip screenshot.zip.NOTE: before you post any error here : Set that path to your forums correctly in the vbimghost options. if you getting the error ""supplied argument is not a valid" that's because you didn't set the path correctly And for all the people asking when is the next release it will be in 2007 not this month .. due to some problems in real life .. URGENT ISSUES: you may contact me on msn id : waiel[at]waieleid.com Supporters / CoAuthors Show Your Support
|
Comments |
#102
|
|||
|
|||
Quote:
Warning: getimagesize(/home/alex/public_html/forum/imagehosting/http://boostconcept.com/forum/images/watermark.png) [function.getimagesize]: failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 221 what could this be now? |
#103
|
|||
|
|||
Hello Ranma ,
What about Last 5 images uploaded that appear in member profile , I don't want 5 images and i need just 2 image show in members profile , from where can i edit this , Regards |
#104
|
|||
|
|||
Quote:
/home/alex/public_html/forum/imagehosting/http://boostconcept.com/forum/images/watermark.png) <-- that is wrong for watermark just put hte name of the watermark file in the filed and in the path set the just the path NOT the url |
#105
|
|||
|
|||
Quote:
and set the limit to 2 in the SQL there |
#106
|
|||
|
|||
Error found when uploading an image. Looks like it is referring to the watermarking feature. The image is uploaded fine, despite the error, so maybe it's just not able to apply the watermark?
Quote:
Code:
$img2 = imagecreatefromjpeg($img); $tempimage = imagecreatetruecolor(imagesx($img2), imagesy($img2)); imagecopy($tempimage, $img2, 0, 0, 0, 0, imagesx($img2), imagesy($img2)); Code:
$text_color = imagecolorallocate($img2, $red, $green, $blue); Code:
$pos_x=(int)(imagesx($img2) / 2) - ($text_width / 2); $pos_y= (int)(imagesy($img2) / 2) - ($text_height / 2); Code:
imagestring($img2, $wmtexts, $pos_x, $pos_y, $wmtext, $text_color); Code:
imagejpeg($img2,$img,100); imagedestroy($tempimage); |
#107
|
|||
|
|||
Quote:
MAKE SSURE YOU SET THE PATH CORRECTLY !! |
#108
|
|||
|
|||
EDIT: Nevermind. I have one of the letters backwards. Thanks for the help.
Also, I'm making a tons of changes to make it more "pleasing" to the eye, so if you don't mind, I'll be posting some changes that I would like to see in the next release (template and phrase fixes). One more thing, is there a method to deleting the images from the "imagehosting" directory when it is deleted from the database (like when you click Delete Image from the forums)? |
#109
|
|||
|
|||
Quote:
it will delete the file from the folder and the database but if you removed it from the database you'll have to delete it manually as for the modification i don't mind i'm already working on some of the request i received |
#110
|
|||
|
|||
Alright, I got the templates and phrases all worked out. I have attached my fixes and modifications to make them look as close to the default look vB gives as possible. I would really love to see these changes in the next update as they make it look more professional and more like it was integrated into the existing vB styles.
Only problem that remains is the $pages command in the templates. Template: vbimghost_main Find: Code:
$pages Is there a way to make this not show unless pages actually exist? When viewing the VB Image Host pages, it shows this as a break and gives it a weird look. View the attached screenshot (vbimghost_main_pages.jpg). |
#111
|
|||
|
|||
Here are screenshots of the changes to the phrases and templates. Please let me know if you will make these changes for the next version as I think they look like they fit more with the rest of vBulletin.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|