DJS' image upload button

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
User avatar
Chalong
BBCoder II
BBCoder II
Posts: 59
Joined: 06 Mar 2010, 14:03
Location: Pforzheim / Germany
Contact:

DJS' image upload button

Post by Chalong »

There was a snippet to create a button for DJS' image hosting service.
I think vectra-mods had it written. :?
Regards Chalong

www.chalong.de
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 863
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: DJS' image upload button

Post by Steve »

open/styles/prosilver/templates/posting_buttons.html
find:

Code: Select all

  <select name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_BBCODE_F_HELP}">
add before:

Code: Select all

<input type="button" class="button2" onclick="window.open('http://img.djs596.com','','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1030, height=520, left=20, top=20');  return false;" value="DJS-img" />
you can change this part of the code to resize the window:

Code: Select all

width=1030, height=520,
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
User avatar
Stoker
Site Admin
Site Admin
Posts: 3558
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: DJS' image upload button

Post by Stoker »

Please post it in the snippets forum Vectra ;)
Board rules! No PM support
User avatar
Chalong
BBCoder II
BBCoder II
Posts: 59
Joined: 06 Mar 2010, 14:03
Location: Pforzheim / Germany
Contact:

Re: DJS' image upload button

Post by Chalong »

Thank you. :)
Regards Chalong

www.chalong.de
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 863
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: DJS' image upload button

Post by Steve »

Stoker » 19 Mar 2010, 19:15 wrote:Please post it in the snippets forum Vectra ;)

:arrow:
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
User avatar
Chalong
BBCoder II
BBCoder II
Posts: 59
Joined: 06 Mar 2010, 14:03
Location: Pforzheim / Germany
Contact:

Re: DJS' image upload button

Post by Chalong »

Unfortunately the service does not exist any more. :shock:
djs.jpg
Regards Chalong

www.chalong.de
User avatar
Stoker
Site Admin
Site Admin
Posts: 3558
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: DJS' image upload button

Post by Stoker »

Fair enough, djs doesnt have the time anymore.
He never promised to provide harddisk space forever.
Board rules! No PM support
User avatar
Chalong
BBCoder II
BBCoder II
Posts: 59
Joined: 06 Mar 2010, 14:03
Location: Pforzheim / Germany
Contact:

Re: DJS' image upload button

Post by Chalong »

Sure, it is fair enough.
And he announced in time. So I want to thank DJS for his service. :handshake:
Regards Chalong

www.chalong.de
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Re: DJS' image upload button

Post by neuropass »

you can use tinypicture instead..
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
Locked