02-24-2008, 10:11 AM
|
|
|
|
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by blind-eddie
I have not read through all 74 pages, to see if this has been noted, but I thought I would share with you, that you can add the Addon with this hack: Adding quick upload and gallaries box in new thread / reply, to your to your showthread_quickreply template as well.
Addon code from this mod:
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>
I added that to the very bottom of my showthread_quickreply template as well.
|
Quote:
Originally Posted by BigDog56
I just want to add, this is a fantastic mod! We run a Paint Shop pro forum, and get tired of some idiot at photobucket deleting images. I just need to get that quick post button working somewhere on the post.
|
Is this what you are looking for?
|