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 |
#642
|
|||
|
|||
Quote:
and when ever someone click on the thumbnail it will take it to the preview page |
#643
|
|||
|
|||
Quote:
|
#644
|
|||
|
|||
Quote:
the reason it won't work with you since it will look for the directory /home/user/public_html/forum which doesn't exists it will add the value in the DB but no file and it will appear as black ( yes it's a bug it shouldn't add it in the DB ) You must set the path correctly if you need help let me know via PM |
#645
|
|||
|
|||
Yes I understand it's using the thumbnails. I'd like to change that to where it just shows the pic without going to the preview page. I understand I can just delete the url to link to the preview page and the thum_ reference in the bbcode and achieve this but I would prefer to post it directly without having to manipulate it. Is it possible to change this and if so, where should I change it?
|
#646
|
|||
|
|||
Quote:
go to the template vbimghost_popupload_pre find Code:
//just thumb result = ''; <if condition="!$vbimghost[thumbsize]"> result_html = "<a href='" + dispath+ "' target='_blank'><img src='" + thumbp + "' border='0'></a>"; <else /> result_html = "<a href='" + dispath+ "' target='_blank'><img src='" + thumbp + "' width ='" + thumbsize + "' border='0'></a>"; </if> Code:
//just thumb result = ''; result_html = "<img src='" + thumbp + "' border='0'>"; also find Code:
<body onload="sendLink('$vbimghost[thumbpath]','$vbimghost[dispath]','$vbimghost[thumbsize]');"> Code:
<body onload="sendLink('$vbimghost[path]','$vbimghost[dispath]','$vbimghost[thumbsize]');"> that should do it for you |
#647
|
|||
|
|||
haha, well that almost got it..
It worked for the "quick upload" pics but the "open" pics didn't display anything when clicked in the editor, it didn't act like it was doing anything at all. So I save the test post and I had ten of the same pics.. The click was working, just nothing to tell you it had worked. Also the "open" pics were still thumbnails. |
#648
|
|||
|
|||
Quote:
replace the content of the vbimghost_imgbits_poprow template with this Code:
<if condition="$counter==$vbimghost['imgperrow']"> </tr> <tr> </if> <td width="25%" align="center" valign="middle" class="alt1"> <if condition="$thump"> <a href="javascript:void(0)" onclick="sendLink('$vbimghost[path]','$vbimghost[dispath]', '$vbimghost[imgwidth]')"> <img <if condition="$vbimghost[thumbsize]"> width="$vbimghost[thumbsize]"</if> src="$vbimghost[thumbpath]" border="0"></a> <else /> </if> </td> |
#649
|
|||
|
|||
I just read all 43 pages.. Can't find the answer to my problem.. I installed it and things seemed ok, but, I don't have any option in the user groups for editing permissions for VB Image Hosting? I've looked everywhere. I also notice that in my AdminCP I dont have the:
Admincp -> VB Img Host Mine is in the: admincp -> vbulletin Option -> VB Image Hosting I'm running VB 3.64 Thanks |
#650
|
|||
|
|||
Quote:
seems you didn't upload the xmls in the include/xml directory |
#651
|
|||
|
|||
Don't I feel like a idiot Thank you!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|