DJS' image upload button

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
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.
If not your topic may be ignored or locked!

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. :?

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,

Re: DJS' image upload button

Post by Stoker »

Please post it in the snippets forum Vectra ;)

Re: DJS' image upload button

Post by Chalong »

Thank you. :)

Re: DJS' image upload button

Post by Steve »

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

:arrow:

Re: DJS' image upload button

Post by Chalong »

Unfortunately the service does not exist any more. :shock:
djs.jpg
You do not have the required permissions to view the files attached to this post.

Re: DJS' image upload button

Post by Stoker »

Fair enough, djs doesnt have the time anymore.
He never promised to provide harddisk space forever.

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:

Re: DJS' image upload button

Post by neuropass »

you can use tinypicture instead..