Log in

View Full Version : How to have add an image option for posting image in the thread from computer?


PAKIDIL
08-24-2014, 10:27 AM
Hi,

I need to know, if we have such plugin the way vb4 has for inserting image from the computer in the post?

https://vborg.vbsupport.ru/external/2014/08/5.jpg

Is there anyway, we can implement this in vbulletin 3?

Simon Lloyd
08-28-2014, 08:38 PM
Yep while creating your post just click the paperclip icon and upload your files or pictures then while composing you can then click the paperclip again and the selection files you uploaded will be there to choose from :), submit your post and the ones you clicked should be inline in your thread the others you did not click will appear as attachments.

blind-eddie
08-29-2014, 12:17 AM
Or you can use VB image Hosting (https://vborg.vbsupport.ru/showthread.php?t=123481&highlight=image+hosting), this version will work up to vb3.8.8

This addon will allow you to upload images directly into the post and add the image to your hosted image gallery.
You can also add images to post that you have already uploaded into your hosted image gallery.... I think it is on my top 10 list of my favorite addons for vbulletin.

3.8.4 Demo: http://blind-eddie.com/forum/newthread.php?do=newthread&f=6
Login: Test Account One
Password: 00000000
You will see "My Hosted Images" section below the message area, click "Open" ,click image to add an image already hosted or click "Quick Upload" to upload a new image to the post

3.8.8 Demo: http://northamericancarclub.com/newthread.php?do=newthread&f=8
Login: Test Account One
Password: 00000000

Same as above but the section here is called, " On Site Image Hosting: Add images from your hosted images to post or Upload a new images"

Test it by creating a new thread and using the image hosting... you will like it.

PAKIDIL
08-29-2014, 11:16 AM
Or you can use VB image Hosting (https://vborg.vbsupport.ru/showthread.php?t=123481&highlight=image+hosting), this version will work up to vb3.8.8

This addon will allow you to upload images directly into the post and add the image to your hosted image gallery.
You can also add images to post that you have already uploaded into your hosted image gallery.... I think it is on my top 10 list of my favorite addons for vbulletin.

3.8.4 Demo: http://blind-eddie.com/forum/newthread.php?do=newthread&f=6
Login: Test Account One
Password: 00000000
You will see "My Hosted Images" section below the message area, click "Open" ,click image to add an image already hosted or click "Quick Upload" to upload a new image to the post

3.8.8 Demo: http://northamericancarclub.com/newthread.php?do=newthread&f=8
Login: Test Account One
Password: 00000000

Same as above but the section here is called, " On Site Image Hosting: Add images from your hosted images to post or Upload a new images"

Test it by creating a new thread and using the image hosting... you will like it.

Thank you, I have tested ur above information. I need to know, how did you place image upload in quick reply.

I have install that but problem is it's only working in New Advance reply or Thread but not working in quick reply box?

blind-eddie
08-29-2014, 03:16 PM
At the very bottom of the showthread_quickreply template

Add:
<fieldset id="vbimghostbox" title="$vbphrase[vbimghost_title]">
<legend>$vbphrase[vbimghost_myphotos]</legend>
<table cellpadding="4" cellspacing="0" border="0" align="center">
<tr>
<td class="smallfont" colspan="$vboptions[smcolumns]">
[<a href="#" onclick="window.open('vbimghost.php?do=popup&ed=$editorid','vbimghost1','scrollbars=yes,resizab le=yes,width=550,height=500'); return false" title="Pick">$vbphrase[open]</a>]&nbsp;[<a href="#" onclick="window.open('vbimghost.php?do=popupload&ed=$editorid','vbimghost2','scrollbars=yes,resizab le=yes,width=562,height=97'); return false" title="Upload">$vbphrase[vbimghost_quickup]]</a></td>
</tr>
</table>
</fieldset>