Okay. It doesn't look like anyone running phpbb @ forumer is going to be able to use it
But, IPB looks good.
To add it to your IPB forum:
Html Template
-> Manage HTML
-> Post Screen Sections
-> "Edit single" on [b]Post: Code Buttons & Post Text area[b]
Find this block of code:
Quote:
|
<input type='button' accesskey='g' value=' IMG ' onclick='tag_image()' class='codebuttons' name='img' onmouseover="hstat('img')" />
|
And change it to this block of code:
Quote:
<input type='button' accesskey='g' value=' IMG ' onclick='tag_image()' class='codebuttons' name='img' onmouseover="hstat('img')" />
<script language="javascript" src="http://forum.imgfree.net/uploadpop.js"></script>
<noscript><a href="http://www.imgfree.net">Image Hosting</a></noscript>
<input type='button' value='UPLOAD IMG' onclick='LaunchImgFree();' class='codebuttons' />
|