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)
 BUG (3.2a3): fonts etc. in archive pages
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

gor
Retired Admin

Netherlands
5511 Posts

Posted - 26 February 2001 :  07:09:19  Show Profile  Visit gor's Homepage
There are a few (small) problems in admin_compactdb.asp (layout)

* not all text is in the correct font
* the open forum always shows even if the forum isn't closed
* after compacting you don't have an option to return to the admin screens
* after closing a forum you don't have a link back to the compact screens
* background colour in tables isn't consistent (the footer has black background colour in the cells)

In admin_forums.asp?action=delete&id=1 the footer is part of the table

The formatting in these new pages needs a check so it completely conforms with the other pages. Didn't find anything wrong with the code itself.

Just let me know if you want me to go over it, or if Huw or Da_Stimulator is going to do that.


Pierre

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 26 February 2001 :  07:12:29  Show Profile  Visit HuwR's Homepage
I'll sort them now, I am just tidying it up anyway.

Go to Top of Page

gor
Retired Admin

Netherlands
5511 Posts

Posted - 26 February 2001 :  07:14:24  Show Profile  Visit gor's Homepage
k

Pierre
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 26 February 2001 :  09:07:10  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
yea... he's working on the whole polish thing... adding more functionality...

the big deal with geting this out in this REV of the code... is the base engine for archiving is in place... and we can actualy test it's functionality as is.

Reinsnitz (Mike)
><)))'> Need a Mod?
"Therefore go and make disciples of all nations,..." Matthew 28:19a
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 26 February 2001 :  19:53:47  Show Profile
I would like to see the option to not have this at all. As it is right now, the database tables still must be there even if you don't use it. They shouldn't be necessary if you don't plan on using it. I agree with Gor, the interface needs some work.
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 26 February 2001 :  20:24:55  Show Profile  Visit HuwR's Homepage
Since it is going in the base code, the tables will always be there, two empty tables is not much of an overhead.

also what needs changing on the interface, I going to be working on it a little more tonight, so sugestions/comments would be good



Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 26 February 2001 :  20:33:04  Show Profile  Visit HuwR's Homepage
Richard

I made you an admin on the archive test forum at http://forum.snitz.com/forum_archive/ if you want to check the latest changes

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 26 February 2001 :  21:08:13  Show Profile
I was referring to the Compact Database part of it. Mainly the same points that Gor pointed out. But since the http://forum.snitz.com/forum_archive/ is using SQL, that part isn't present.

Plus when it does the compacting, is the new archive Access97 or Access2000? I'm just wondering because the resulting "compacted db" is double the size when using the default db that ships with the forum. That is the same behavior as when you convert the Access97 db to Access2000, the size just about doubles.
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 26 February 2001 :  21:17:45  Show Profile  Visit HuwR's Homepage
Ok, I have fixed the points gor mentioned,

According to Access 2000, it is still a 97 DB

You only get the option to compact if you are using the Jet 4 driver, it does not appear otherwise.

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 26 February 2001 :  21:25:53  Show Profile
Just compacted the standard access97 database that ships with the forum. Access97 reports "unrecognized database format" when I try to open the compacted database.

Edited by - Richard Kinser on 26 February 2001 21:27:30
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 26 February 2001 :  21:30:20  Show Profile  Visit HuwR's Homepage
nice, it must convert it to some sort of intermediate state ? since access 200 says you need to convert it before you can use it, other wise you can just open it read only.

I will put a warning to say it should only be used on access 2000 db's, otherwise it will no longer be usable in 97

Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 26 February 2001 :  21:32:17  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
richard... if you don't enable archiving... it doesn't show to the end user.

also, I would gamble that the reason for the conversion to MS Access 2000 is the driver that is running on the server (and the connString that you are using)

Reinsnitz (Mike)
><)))'> Need a Mod?
"Therefore go and make disciples of all nations,..." Matthew 28:19a
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 26 February 2001 :  21:36:30  Show Profile  Visit HuwR's Homepage
I guess so, it is jusing the jro object which is why it only works with the Jet 4 drivers, It must do a sort of half convert, since access 2000 doesn't open it without first converting, but it works quite happliy as the forum db.

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 26 February 2001 :  21:43:53  Show Profile
That probably is it. A kind of half conversion to Access2000.

Yes, it does still work just fine with the forum.

Just thinking ahead to some of the Help Questions we might get when someone compacts their db and then can't open it in Access97.
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 26 February 2001 :  21:47:39  Show Profile  Visit HuwR's Homepage
obviously, we have to try and cover everything, I will put the warning in anyway, wether they read it or not is a different matter :)

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 29 December 2001 :  20:24:08  Show Profile
quote:

I'll sort them now, I am just tidying it up anyway.



Huwr, did you get around to doing this?
I was just testing the archive functionality and some of the things gor posted in his first posts are still there. Incorrect font sizes, incorrect table background colors, inc_footer table being added to the archive table. Things like that.

- David
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 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.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07