Quikly Upload

Mods, snippets and styles postet and supported by the users
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
Locked
User avatar
slash
BBCoder II
BBCoder II
Posts: 57
Joined: 27 Oct 2011, 18:53
BBCodes: 31
Contact:

Quikly Upload

Post by slash »

This simple mod Inserts 3 drop-down menu, with instant redirects on a new browser tab, on the main hosting images, videos and file hostings sites.

Image

open:

styles/prosilver/template/posting_editor.html

find:

Code: Select all

   <div id="message-box">       <textarea <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->name="signature" id="signature" style="height: 9em;"<!-- ELSE -->name="message" id="message"<!-- ENDIF --> rows="15" cols="76" tabindex="4" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" class="inputbox">{MESSAGE}{DRAFT_MESSAGE}{SIGNATURE}</textarea>    </div>
ad after:

Code: Select all

<!-- QUICKLY UPLOAD by Slash www.wiizard.it-->
   <div id="format-buttons">
   <!--quick image-->
    <img style="vertical-align: middle;" src="{T_THEME_PATH}/images/image-upload.png"/>
    <select 
    onChange="if(this.selectedIndex!=0)
    window.open(this.value)">
    <option value="" selected>Upload Images:
    <option value="http://tinypic.com/">tinypic</option>
    <option value="http://imageshack.us/">imageshack</option>
    <option value="http://www.postimage.org/">postimage</option>
    <option value="http://host.presenze.com/">host presenze</option>
    </select>
    
   <!--quick image-->
   
   <!--quick video-->
    <img style="vertical-align: middle; padding-left: 10px;" src="{T_THEME_PATH}/images/video-upload.png"/>
    
    <select 
    onChange="if(this.selectedIndex!=0)
    window.open(this.value)">
    <option value="" selected>Upload Video:
    <option value="http://www.youtube.com/">youtube</option>
    <option value="http://vimeo.com/">vimeo</option>
    <option value="http://www.veoh.com/">veoh</option>
    <option value="http://blip.tv/">blip</option>
    </select>
    
   <!--quick video-->
   
   <!--quick file-->
    <img style="vertical-align: middle; padding-left: 10px;" src="{T_THEME_PATH}/images/files-upload.png"/>
    
    <select 
    onChange="if(this.selectedIndex!=0)
    window.open(this.value)">
    <option value="" selected>Upload Files:
    <option value="http://www.megaupload.com/">megaupload</option>
    <option value="http://www.mediafire.com/">mediafire</option>
    <option value="http://rapidshare.com/">rapidshare</option>
    <option value="http://www.4shared.com/">4shared</option>
    </select>
   <!--quick file-->
   </div>
   <!-- QUICKLY UPLOAD by Slash www.wiizard.it-->
download and upload on prosilver/theme/images this 3 images:
Quikly upload images.rar
(10.76 KiB) Downloaded 166 times
User avatar
Terr0r
BBCoder V
BBCoder V
Posts: 339
Joined: 04 May 2011, 00:47
BBCodes: 100
Location: The Netherlands
Contact:

Quikly Upload

Post by Terr0r »

Have you a live demo ?

Greets Terr0r
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
User avatar
slash
BBCoder II
BBCoder II
Posts: 57
Joined: 27 Oct 2011, 18:53
BBCodes: 31
Contact:

Quikly Upload

Post by slash »

Go here: http://www.bbcodeitalia.com/demo/, choose prosilver style and go on a fullrepley editor
User avatar
Solidjeuh
BBCoder IV
BBCoder IV
Posts: 257
Joined: 16 Oct 2011, 02:15
BBCodes: 7
Favourite MOD: Top stats
Location: Aalst / Belgium
Contact:

Quikly Upload

Post by Solidjeuh »

Very nice! Thank you!
Wij promoten UW muziek in ons forum & delen alles via Sociale media!
Mail uw single + hoesje + info naar: info@muziekpromo.net of Solidjeuh@textradio.be
===============
Onze Website: https://www.muziekpromo.net
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

Quikly Upload

Post by Blackwolf »

Thanks! Cool addon!
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
User avatar
Arnevb
BBCoder III
BBCoder III
Posts: 98
Joined: 08 Oct 2011, 18:23
BBCodes: 8
Location: Belgium
Contact:

Quikly Upload

Post by Arnevb »

Thanks!
Locked