This might have already been fixed, but in version 3.3.03 when there are no forums in a category and you are not an admin the cat header row has a missing cell on the righthand end.
See my test forum: http://www.ls3k.com/snitz/40b3/default.asp
The fix is to move the cell definition outside the if statment.
Origional code if (mlev = 4 or mlev = 3) or (lcase(strNoCookies) = "1") then
Response.Write " <td bgcolor=""" & strCategoryCellColor & """ align=center valign=""top"" nowrap><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewline
call CategoryAdminOptions()
Response.Write " </font></b></td>" & vbNewline
end if
With Fix Response.Write " <td bgcolor=""" & strCategoryCellColor & """ align=center valign=""top"" nowrap><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewline
if (mlev = 4 or mlev = 3) or (lcase(strNoCookies) = "1") then
call CategoryAdminOptions()
end if
Response.Write " </font></b></td>" & vbNewline
Nathan Bales - Romans 15:13
---------------------------------
Snitz Exchange | Mod Resource