bumperoonie - I still want to change this part right here:
got it, just in case anybody else wants to save some bandwidth and incorporate an image host into their forums - why not use this?
In newthread and newreply templates, find:
Code:
</if>
$attachmentoption
Replace with
Code:
<!-- image hack -->
<fieldset class="fieldset"><legend>Upload your images to Holdmyfile.com</legend>
<div style="padding:$stylevar[formspacer]px">
<table>
<tr>
<td><a href="http://www.holdmyfile.com" target="_blank"><img src="http://www.holdmyfile.com/img/holdmyfile.jpg"></a>
</td>
<td>
<a href="http://www.holdmyfile.com" target="_blank">Click here to launch HoldMyFile.com</a> and upload your images.
</td>
</tr>
</table>
</div></fieldset>
</if>
<!-- /image hack -->
And you are left with:
Simply remove the image tags if you don't like the image on your newthread or newreply templates.