Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 Table problem, default.asp
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Nathan
Help Moderator

USA
7664 Posts

Posted - 29 January 2002 :  00:25:33  Show Profile  Visit Nathan's Homepage
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

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 29 January 2002 :  01:24:37  Show Profile
Yes, it was already fixed. (at least in v3.4 it is)

see here: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=17972
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.11 seconds. Powered By: Snitz Forums 2000 Version 3.4.07