These instructions will help you to install Free Image Hosting Web Site new topic uploader into the reply, quick-reply, and post-new-thread sections of your Invision Power Board, thus giving your visitors the ability to upload images directly. After upload, they may paste the images directly into their post box. Step 1: Go to Admin CP >> Board Wrappers >> Find <% BOARD %> tag Step 2: Add this code to that area under the <% BOARD %> tag Step 3: Save changes Notes: Made only for forum version 1.3 Final Transparent layout - For forums CODE: <script type="text/javascript"> if (location.href.match('act=Post')) { var tdx = document.getElementsByTagName('td'); for (i = 0; i < tdx.length; i++) { if (tdx.className == 'pformright' && tdx.innerHTML.indexOf('enableemo') != -1 ) { tdx.innerHTML += '<br><iframe src="http://tubeimage.com/tools.php?act=uploader" scrolling="no" allowtransparency="true" frameborder="0" width="600" height="30"></iframe>' } } } </script>