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)
 V33(.02) BUG+FIX: Messagebox centered bug
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

@tomic
Senior Member

USA
1790 Posts

Posted - 27 July 2001 :  21:44:21  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
When I go to reply to a post, the form is off the screen to the right. I am guessing it is not my screen resolution since I am at 768x1024
It's not just a little to the right, mind you. I need to scroll significantly to the right. Seems like 8 miles

@tomic

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 30 July 2001 :  03:08:00  Show Profile
I agree. With posts that have code that extends waaay to the right, the posting box centers itself, instead of staying to the left.

I think it has to do with this code at the bottom of inc_top.asp, right before the sForumNavigation() subroutine:
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%">
<tr>
<td>
which wasn't there in previous version. That centers everything on the page.

- David
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 02 August 2001 :  15:40:06  Show Profile
That code was there in v3.2a6 though, and the Messagebox didn't exhibit this behavior.

I'm guessing it's something in post.asp.
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 02 August 2001 :  20:08:23  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
yes, but it appears to be fixed now

@tomic

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 02 August 2001 :  20:16:28  Show Profile
quote:
That code was there in v3.2a6 though, and the Messagebox didn't exhibit this behavior.
You're right, it was in the 3.2a6 version. So I went and tested it, and it does center the message box also.

- David
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 03 August 2001 :  05:49:53  Show Profile
Yep, you're right... I'd never noticed that it did that before...

Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 08 August 2001 :  13:46:06  Show Profile
quote:


I think it has to do with this code at the bottom of inc_top.asp, right before the sForumNavigation() subroutine:
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="95%">
<tr>
<td>
which wasn't there in previous version. That centers everything on the page.

- David



Another advantage of having this code is we can have all table widths(with width 95%) in all the files set to 100%. and they will be in alignment with the width set in inc_top.asp. And to set the lower width, just change it in inc_top.asp instead of changing the widths in all individual files.

These tags as in 3.26a close in the inc_footaer.asp or inc_footer-short.asp

Share A Square at forumSquare


gauravbhabu

There is only one miracle...That is LIFE!

Edited by - GauravBhabu on 08 August 2001 13:49:13
Go to Top of Page

gor
Retired Admin

Netherlands
5511 Posts

Posted - 16 August 2001 :  16:03:36  Show Profile  Visit gor's Homepage
<!-- bump -->

Pierre
Join a Snitz Mailinglist
Go to Top of Page

gor
Retired Admin

Netherlands
5511 Posts

Posted - 18 August 2001 :  02:41:33  Show Profile  Visit gor's Homepage
Fixed it here at the site and in the source for version 3.3.03 by adding the blue code at line 1196 in post.asp:

if strRqMethod = "Reply" or _
strRqMethod = "TopicQuote" or _
strRqMethod = "ReplyQuote" then
%>
</table>
<table border="0" width="100%" align=center>

<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="<% =strTableBorderColor %>">


Pierre
Join a Snitz Mailinglist
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 18 August 2001 :  07:56:32  Show Profile
Also fixed in offline code of v40b02.

Think Pink
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.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07