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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 Default Screensize
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Intrepidone
Average Member

Canada
515 Posts

Posted - 10 March 2001 :  11:33:53  Show Profile
I am testing out v3.2alpha6 and by default the screensize is set to 800 x 600 in Posts...etc..

How do I change it to default to 640 x 480?

I always clear my cookies and don't want to have to reset it all the time back to 640 x 480

Thanks
Intrepidone

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 10 March 2001 :  11:49:36  Show Profile
All changes are made in post.asp

This code starts on line #71:


select case strSelectSize
case "1"
intCols = 45
intRows = 6
case "2"
intCols = 80
intRows = 12
case "3"
intCols = 90
intRows = 12
case "4"
intCols = 130
intRows = 15
case else
intCols = 80
intRows = 12
end select


change case else to this:


case else
intCols = 45
intRows = 6


Then starting on line #550

change these lines:


<option value="1" <% if strSelectSize = "1" then Response.Write("SELECTED") %>>640 x 480</option>
<option value="2" <% if strSelectSize = "2" or strSelectSize = "" then Response.Write("SELECTED") %>>800 x 600</option>


to this:


<option value="1" <% if strSelectSize = "1" or strSelectSize = "" then Response.Write("SELECTED") %>>640 x 480</option>
<option value="2" <% if strSelectSize = "2" then Response.Write("SELECTED") %>>800 x 600</option>
Go to Top of Page

Intrepidone
Average Member

Canada
515 Posts

Posted - 10 March 2001 :  12:48:06  Show Profile
Thank You Richard ...

It works great. I did line #550 before but not line #71, thats why it didn't work for me.

I have noticed this newer coding in the Alpha's seems to make the forum open faster. It almost seems to "snap" open when you click on a forum link

Thanks again
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.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07