The Arcive of vBulletin Modifications Site. |
|
Easy Share Uploading Tool Bar In Quick Reply Details »»
|
|||||||||||||||||||||||||||
|
Easy Share Uploading Tool Bar In Quick Reply
Developer Last Online: Aug 2008
Easy Share Uploading Tool Bar In Quick Reply By Rishabh What Does this Hack Do? : This will provide you a easy-share.com mini uploading toolbar in quick reply!! *In your template SHOWTHREAD, find: Code:
<fieldset class="fieldset" style="margin:$stylevar[formspacer]px 0px 0px 0px">
<legend>$vbphrase[options]</legend>
<div>
<if condition="$bbuserinfo['signature']">
<div style="float:$stylevar[right]"><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="5" checked="checked" />$vbphrase[show_your_signature]</label></div>
</if>
<label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label>
</div>
</fieldset>
*Add under it: Code:
<!-- anywares easyshare --> <fieldset class="fieldset"> <legend>Easy Share Upload</legend> <div> <label for="Easy Share Upload"> <table cellpadding="0" cellspacing="$stylevar[forumspacer]" border="0"> <tr> <td> <script type="text/javascript"> <!-- e_bgcolor = "#FFFFFF"; e_text = "#000000"; e_type = "605x55"; e_lang = "en"; //--> </script> <script type="text/javascript" src="http://www.easy-share.com/upload.js"></script> </td> </tr> </table> </lable> </div> </fieldset> <!-- end anywares easyshare --> Mark As Installed If You Use it! ![]() Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
i get a not found error...
|
|
#3
|
|||
|
|||
|
Working fine for me , What error you getting?
|
|
#4
|
||||
|
||||
|
|
|
#5
|
|||
|
|||
|
This one is for quick reply and that one is for New Thread page
|
|
#6
|
|||
|
|||
|
And yet all you did was copy+paste the source code originally made by anywares into a different template, I take it you got his permision to do this?
|
|
#7
|
|||
|
|||
|
See , I havent edited the source thats why , If I wanted I could have changed the comment tag
, This modification was not posted So I posted it , to help people who need it! |
![]() |
|
|