Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Easy Share upload toolbar mod Details »»
Easy Share upload toolbar mod
Version: 1.00, by anywares anywares is offline
Developer Last Online: Jan 2008 Show Printable Version Email this Page

Version: 3.6.4 Rating:
Released: 02-12-2007 Last Update: Never Installs: 10
Code Changes  
No support by the author.

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:

HTML Code:
                        <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:

HTML 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 -->
Screenshot:
attached.

Please mark as installed if you have used this

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 02-13-2007, 05:06 PM
AKapadia AKapadia is offline
 
Join Date: Jan 2006
Location: U.S.A.
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tHANK YOU FOR THIS HACK
Reply With Quote
  #3  
Old 02-13-2007, 05:27 PM
anywares anywares is offline
 
Join Date: Dec 2006
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thread updated. download file no longer nescacsery
Reply With Quote
  #4  
Old 02-17-2007, 09:32 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 and sign up.


Code:
<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
Reply With Quote
  #5  
Old 02-17-2007, 10:24 PM
carpefile carpefile is offline
 
Join Date: Jul 2004
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I used bashy's code to make a vba module. Does that count as an install?
Reply With Quote
  #6  
Old 02-17-2007, 10:43 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Referral code edited.
Reply With Quote
  #7  
Old 02-18-2007, 07:17 AM
anywares anywares is offline
 
Join Date: Dec 2006
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bashy View Post
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 and sign up.


Code:
<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
Reply With Quote
  #8  
Old 03-10-2007, 06:33 PM
hawks_mp hawks_mp is offline
 
Join Date: Jan 2007
Location: SC
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can this also be done with other uploading sites?
Reply With Quote
  #9  
Old 03-26-2007, 09:29 AM
Atakan KOC's Avatar
Atakan KOC Atakan KOC is offline
 
Join Date: Feb 2006
Location: Istanbul
Posts: 710
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks.....
Reply With Quote
  #10  
Old 04-21-2007, 08:29 AM
anywares anywares is offline
 
Join Date: Dec 2006
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updates:
v1.0 official release
v1.1 Implemented into forum
v2.0 even better implemented into forum

New screenshot added to post
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:00 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04969 seconds
  • Memory Usage 2,294KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete