View Single Post
Old 10-26-2005, 06:03 PM   #10 (permalink)
ben_
Member
 
ben_'s Avatar
 
Join Date: Oct 2005

Posts: 43
Rep Power: 0 ben_ is on a distinguished road
fTrader: (0)
fBuck$: 816.1
Bank: 0.0
Total fBuck$: 816.1

My Forumer
My Country:
Default Re: Can someone test this for me?

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' />

Last edited by ben_; 10-26-2005 at 06:06 PM.

ben_ is offline   Reply With Quote