Yarub,
Thanks for keeping Kirsch alive. I've been a happy Kirsch user since 3.5, and am very glad you continue to put in the time and effort to keep it updated.
A couple of small XHTML issues, not serious, but they do cause validation errors (using the standard
W3 Validator):
In 'header', the ...
HTML Code:
<td align="top">
... needs to be ...
HTML Code:
<td valign="top">
And in 'footer', the ...
HTML Code:
</td>
</tr>
</table>
... that terminates the main content table opened in 'header' needs to be moved down to the bottom of the template, otherwise it causes 'unterminated tag' issues with the footer form and table.
EDIT - turns out that making the above change, although the page then passes XHTML validation, it breaks the user profile tabs in IE. Works fine in FF. Wanting the best of both worlds, I just removed that surrounding td entirely, and terminated the table in the header instead, like the default vB template. Tabs work, page looks the same, passes validation.
Oh, and a few of missing images from the new 3.7 Profile pages:
buttons/collapse_generic.gif
buttons/collapse_generic_collapsed.gif
buttons/upload_pictures.png
misc/menu_open_usercss.gif
misc/unknown.gif
misc/userfield_edit.gif
-- hugh