The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi,
I need to know, if we have such plugin the way vb4 has for inserting image from the computer in the post? ![]() Is there anyway, we can implement this in vbulletin 3? |
#2
|
||||
|
||||
![]()
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
![]() |
#3
|
||||
|
||||
![]()
Or you can use VB 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. Code:
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" |
#4
|
|||
|
|||
![]() Quote:
I have install that but problem is it's only working in New Advance reply or Thread but not working in quick reply box? |
#5
|
||||
|
||||
![]()
At the very bottom of the showthread_quickreply template
Add: Code:
<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,resizable=yes,width=550,height=500'); return false" title="Pick">$vbphrase[open]</a>] [<a href="#" onclick="window.open('vbimghost.php?do=popupload&ed=$editorid','vbimghost2','scrollbars=yes,resizable=yes,width=562,height=97'); return false" title="Upload">$vbphrase[vbimghost_quickup]]</a></td> </tr> </table> </fieldset> |
Благодарность от: | ||
tbworld |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|