DJS' image upload button
Posted: 19 Mar 2010, 17:19
There was a snippet to create a button for DJS' image hosting service.
I think vectra-mods had it written.
I think vectra-mods had it written.
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
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}">
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" />
Code: Select all
width=1030, height=520,
Stoker ยป 19 Mar 2010, 19:15 wrote:Please post it in the snippets forum Vectra