Sweet
Ive now un-installed Tecks and installed Firefly's
Quick question though.
Your instructions say :
PHP Code:
FIND:
<tr bgcolor="{secondaltcolor}">
REPLACE WITH:
<tr bgcolor="{firstaltcolor}">
But the standard vb 2.2.9 newpost_attachment template contains :
PHP Code:
<tr>
<td bgcolor="{secondaltcolor}" valign="top"><normalfont><b>Attach file:</b></normalfont><br>
<smallfont>Maximum size: $maxattachsize bytes</smallfont></td>
<td bgcolor="{secondaltcolor}" valign="top"><smallfont><input type="hidden" name="MAX_FILE_SIZE" value="$maxattachsize_temp">
<input type="file" class="bginput" name="attachment"><br>
Valid file extensions: $attachextensions</smallfont></td>
</tr>
Do you mean replace both instances of : <td bgcolor="{secondaltcolor}" ?