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 (Open)
 v3.3 BUG+FIX: unused column in Netscape
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 06 March 2002 :  14:20:35  Show Profile
Fixing the empty cell in Netscape:

== default.asp ==

line # 285 & 286 are this:

call CategoryMemberOptions()
end if

Add this inbetween them:

else
Response.Write" & nbsp;" & vbNewline


That'll solve the problem with the categories.

Now for the forums

lines 363, 364 and 365 are these:

elseif mlev > 0 then
call ForumMemberOptions
end if

Add this between 364 and 365:

else
Response.Write" & nbsp;" & vbNewline


There's a space between & and nbsp; in the codes I posted here because the forums convert them to a real space instead of showing the code. That's a bug in itself, but pay attention when you use this that you remove the space.



http://www.frutzle.com

Snitz Exchange | Do's and Dont's

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 09 March 2002 :  01:14:59  Show Profile
We've addressed this problem in v3.4
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.08 seconds. Powered By: Snitz Forums 2000 Version 3.4.07