PDA

View Full Version : Easy Share upload toolbar mod


anywares
02-12-2007, 10:00 PM
Updates:
v1.0 official release
v1.1 Implemented into forum
v2.0 even better implemented into forum

Info:
This will put an easyshare upload toolbar mod on your site...where you ask? Well, when a user will create a new thread, they'll see it above "Add Atachments". really. isnt this so much easier?

Install:
Goto
AdminCP=>Styles & Templates=>Edit templates=>newthread

Find:

<if condition="$show['parseurl']"><div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div></if>
$disablesmiliesoption
</div>

</fieldset>
</if>
add below:

<!-- 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 -->

Screenshot:
attached.

Please mark as installed if you have used this ;)

AKapadia
02-13-2007, 05:06 PM
tHANK YOU FOR THIS HACK :)

anywares
02-13-2007, 05:27 PM
Thread updated. download file no longer nescacsery

bashy
02-17-2007, 09:32 PM
Hi peeps

The code posted in the 1st post actually includes a referral ID, If you dont want to
earn money for the coder then please use the code below as this is an anonymous
script with no referral ID

I have double checked this before i posted, I created an account and i got a referral
code myself in the same place.

If you would like to get your own referral code then please go here (http://www.easy-share.com/) and sign up.


<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>


@ anywares you would do well to remove the referral code m8 :)

carpefile
02-17-2007, 10:24 PM
I used bashy's code to make a vba module. Does that count as an install?

Paul M
02-17-2007, 10:43 PM
Referral code edited.

anywares
02-18-2007, 07:17 AM
Hi peeps

The code posted in the 1st post actually includes a referral ID, If you dont want to
earn money for the coder then please use the code below as this is an anonymous
script with no referral ID

I have double checked this before i posted, I created an account and i got a referral
code myself in the same place.

If you would like to get your own referral code then please go here (http://www.easy-share.com/) and sign up.


<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>


@ anywares you would do well to remove the referral code m8 :)

sory didnt know :o

hawks_mp
03-10-2007, 06:33 PM
Can this also be done with other uploading sites?

Atakan KOC
03-26-2007, 09:29 AM
Thanks.....

anywares
04-21-2007, 08:29 AM
Updates:
v1.0 official release
v1.1 Implemented into forum
v2.0 even better implemented into forum

New screenshot added to post