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)
 small html bug in 3.3
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

redbrad0
Advanced Member

USA
3725 Posts

Posted - 14 May 2002 :  17:40:26  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
line 109 in admin_login.asp


	<td align="right" bgcolor="<% =strPopupTableColor %>" nowrap><b><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>">Password: </font></b></td>



there is no reason for two <b> icons to be there

Brad
Web Hosting with SQL Server @ $24.95 per month

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 14 May 2002 :  17:46:09  Show Profile
yes, you are right.

fixed in v3.4
Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 14 May 2002 :  18:12:32  Show Profile
sorry I didn't check whether the base code has it (but probabaly has)

in members.asp

		"                <a href=""members.asp?mode=search&M_NAME=S&initial=1&method=" & SortMethod & """>S</a> " & vbNewLine & _
" <a href=""members.asp?mode=search&M_NAME=T&initial=1&method=" & SortMethod & """>T</a> " & vbNewLine & _
" <a href=""members.asp?mode=search&M_NAME=U&initial=1&method=" & SortMethod & """>U</a> " & vbNewLine & _
" <a href=""members.asp?mode=search&M_NAME=V&initial=1&method=" & SortMethod & """>V</a> " & vbNewLine & _
" <a href=""members.asp?mode=search&M_NAME=W&initial=1&method=" & SortMethod & """>W</a> " & vbNewLine & _
" <a href=""members.asp?mode=search&M_NAME=X&initial=1&method=" & SortMethod & """>X</a> " & vbNewLine & _
" <a href=""members.asp?mode=search&M_NAME=Y&initial=1&method=" & SortMethod & """>Y</a> " & vbNewLine & _
" <a href=""members.asp?mode=search&M_NAME=Z&initial=1&method=" & SortMethod & """>Z</a><br></font></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" </table>" & vbNewLine & _
" </td>" & vbNewLine & _
" </td>" & vbNewLine & _
" </table>" & vbNewLine & _
" <br>" & vbNewLine & _


red part must be <tr>.



Edited by - blackinwhite on 14 May 2002 18:16:03
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 14 May 2002 :  19:22:01  Show Profile
actually it should be </tr>

fixed in v3.4
Go to Top of Page

James
Average Member

USA
539 Posts

Posted - 14 May 2002 :  23:23:22  Show Profile  Visit James's Homepage
quote:

sorry I didn't check whether the base code has it (but probabaly has)

in members.asp

		"                <a href=""members.asp?mode=search&M_NAME=S&initial=1&method=" & SortMethod & """>S</a> " & vbNewLine & _
" <a href=""members.asp?mode=search&M_NAME=T&initial=1&method=" & SortMethod & """>T</a> " & vbNewLine & _
" <a href=""members.asp?mode=search&M_NAME=U&initial=1&method=" & SortMethod & """>U</a> " & vbNewLine & _
" <a href=""members.asp?mode=search&M_NAME=V&initial=1&method=" & SortMethod & """>V</a> " & vbNewLine & _
" <a href=""members.asp?mode=search&M_NAME=W&initial=1&method=" & SortMethod & """>W</a> " & vbNewLine & _
" <a href=""members.asp?mode=search&M_NAME=X&initial=1&method=" & SortMethod & """>X</a> " & vbNewLine & _
" <a href=""members.asp?mode=search&M_NAME=Y&initial=1&method=" & SortMethod & """>Y</a> " & vbNewLine & _
" <a href=""members.asp?mode=search&M_NAME=Z&initial=1&method=" & SortMethod & """>Z</a><br></font></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" </table>" & vbNewLine & _
" </td>" & vbNewLine & _
" </td>" & vbNewLine & _
" </table>" & vbNewLine & _
" <br>" & vbNewLine & _


red part must be <tr>.



Did I miss a update somewhere? Mine looks like:


<a href="members.asp?mode=search&M_NAME=X&initial=1&method=<%=SortMethod %> "">X</a>
<a href="members.asp?mode=search&M_NAME=Y&initial=1&method=<%=SortMethod %> "">Y</a>
<a href="members.asp?mode=search&M_NAME=Z&initial=1&method=<%=SortMethod %> "">Z</a><br>
</font></td>
</tr>
</table>
<br>
<table border="0" width="95%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="<% =strTableBorderColor %>">


-
*Interested in Radio Control*
*The RC Web Board - http://www.rcwebboard.com/*
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 15 May 2002 :  06:32:10  Show Profile
the code that blackinwhite posted is from the members.asp file in Huw's Portal Code.
Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 15 May 2002 :  06:48:24  Show Profile
quote:

actually it should be </tr>

fixed in v3.4



now I see better, what a hard word to make a stable code. (I am even making mistakes when I realize the bug.)

Go to Top of Page

pweighill
Junior Member

United Kingdom
453 Posts

Posted - 15 May 2002 :  07:33:36  Show Profile
There are some other things to fix as well:

	<a href="members.asp?mode=search&M_NAME=X&initial=1&method=<%=SortMethod %> "">X</a>
<a href="members.asp?mode=search&M_NAME=Y&initial=1&method=<%=SortMethod %> "">Y</a>
<a href="members.asp?mode=search&M_NAME=Z&initial=1&method=<%=SortMethod %> "">Z</a><br>


Should be a single "

Also, could be written as a for loop

for intChar = 1 to 26
response.write ""<a href=""members.asp?mode=search&M_NAME=" & chr(64+intChar) & "&initial=1&method=" & SortMethod & """>" & chr(64+intChar) & "&</a>" & vbcrlf
next




Edited by - pweighill on 15 May 2002 07:34:36
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 15 May 2002 :  14:12:28  Show Profile
why not just use:

for intChar = 65 to 90 ?

The quotes problem has been reported before, it's fixed in v3.4
Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 22 May 2002 :  18:01:42  Show Profile
in active.asp file,

			end if 
Response.Write " <tr>" & vbNewline
Response.Write " <td bgcolor=""" & strForumCellColor & """ align=""center"" valign=""center"">"
' -- Set up a link to the topic and display the icon appropriate to the status of the post.
Response.Write "<a href=""topic.asp?TOPIC_ID=" & Topic_ID & """>"
' - If status = 0, topic/forum/category is locked. If status > 2, posts are unmoderated/rejected
if CatStatus <> 0 and ForumStatus <> 0 and Topic_Status <> 0 then
' DEM --> Added code for topic moderation
if Topic_Status = 2 then


the bold part must be valign=""middle"".



Edited by - blackinwhite on 22 May 2002 18:10:43
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 22 May 2002 :  18:55:06  Show Profile
We have already changed all instances of valign=""center"" to valign=""middle"" in v3.4. There was a bug report about it. Please try searching before posting things such as this to make sure they have not already been posted.
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.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07