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!
Post
by Chalong » 19 Mar 2010, 15:19
There was a snippet to create a button for DJS' image hosting service.
I think vectra-mods had it written.
Post
by Steve » 19 Mar 2010, 17:49
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:
Post
by Stoker » 19 Mar 2010, 18:15
Please post it in the snippets forum Vectra
Post
by Chalong » 19 Mar 2010, 19:42
Thank you.
Post
by Steve » 19 Mar 2010, 20:22
Post
by Chalong » 19 Apr 2010, 05:54
Unfortunately the service does not exist any more.
djs.jpg
You do not have the required permissions to view the files attached to this post.
Post
by Stoker » 19 Apr 2010, 06:29
Fair enough, djs doesnt have the time anymore.
He never promised to provide harddisk space forever.
Post
by Chalong » 19 Apr 2010, 12:57
Sure, it is fair enough.
And he announced in time. So I want to thank DJS for his service.
Post
by neuropass » 09 Sep 2010, 03:07
you can use tinypicture instead..