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 MOD-Group
 MOD Add-On Forum (W/Code)
 User Forum Access
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 3

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 23 October 2000 :  12:12:07  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
it looks like you will need to remove the "<------------->" from each of the lists. it causes an error if you accidentaly move on from one list to the other. you have to reload the page and potentialy lose all configurations since start.

Initialy, I think we should keep the text field limitation, unless somone thinks that any degradation in response from the Database would not be an issue... need some input here.

(HuwR, both those files have changed a bit since v3.1sr2)

<center>Reinsnitz (Mike)
<font color=red>><)))'></font id=red>

<font color=green>Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make your path straight.
-- Proverbs 3:5-6</font id=green></center>
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20587 Posts

Posted - 23 October 2000 :  12:15:27  Show Profile  Visit HuwR's Homepage
That's my fault, I thought I'd taken them out, however they shouldn't do anything if you try to move them, what error were you getting ?

<font color=blue>'Resistance is futile'</font id=blue>

The files contain some of the fixes since sr2, but obviously when sr3 comes out I'll rework the code.

The current size is very limiting, it only allows 50 members with a 4 digit ID. The could will still work if you do not change the field sizes, it will just through an error if it is too large.

Edited by - huwr on 23 October 2000 12:21:42
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 23 October 2000 :  12:31:26  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
50 is an acceptable number in my opinion :) however, we need some input from our user base... I want to limit the number of DB changes we make... caus we are eventualy going to switch to the "Recomended" solution, which is a new table just for this... and Group based security at every level of the forums :)

<center>Reinsnitz (Mike)
<font color=red>><)))'></font id=red>

<font color=green>Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make your path straight.
-- Proverbs 3:5-6</font id=green></center>
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20587 Posts

Posted - 23 October 2000 :  12:50:41  Show Profile  Visit HuwR's Homepage
I would agree we need some user input, my own opinion would be to have a separate table, which is how I intend to do our site, I don't like changing the standard table if I can help it, it is much better to add a new table, on our forum I have been using the CONFIG_NEW table to stor new flags which turn on and of the features, that way I don't keep adding to CONFIG.


Any sign of Sr3 <img src=icon_smile_shy.gif border=0 align=middle>

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

davemaxwell
Access 2000 Support Moderator

USA
3020 Posts

Posted - 23 October 2000 :  14:32:18  Show Profile  Visit davemaxwell's Homepage  Send davemaxwell an AOL message  Send davemaxwell an ICQ Message  Send davemaxwell a Yahoo! Message
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I almost finished the mod, but that was way back in v2.96 beta <img src=icon_smile_sad.gif border=0 align=middle>. I'm gonna use that original code, add some things, and make it compatible with v3.2 or whatever (after internationalization and CSS). Cheers!
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
John-

Could you send me the old code if you still have it?? I've got a couple of different applications I'd like to apply this kind of security to, and I'd rather not re-invent the wheel if I don't have too.

Dave Maxwell
--------------
When's the next meeting of Snitzaholics Anonymous<img src=icon_smile_question.gif border=0 align=middle>

Edited by - davemaxwell on 23 October 2000 14:35:45
Go to Top of Page

gor
Retired Admin

Netherlands
5511 Posts

Posted - 23 October 2000 :  14:32:41  Show Profile  Visit gor's Homepage
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
50 is an acceptable number in my opinion :) however, we need some input from our user base... I want to limit the number of DB changes we make... caus we are eventualy going to switch to the "Recomended" solution, which is a new table just for this... and Group based security at every level of the forums :)
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

I don't mind having a new table.
As long as it is possible to use a SQL-statement and some ASP-code to move the "old data" for the private forums to the new table. After that the old column migh even be dropper, but it also could be left in case something goes wrong with the upgrade <img src=icon_smile_wink.gif border=0 align=middle>

Adding a new table with fields isn't a problem with the setup.asp page, in this case I think it just takes some more time upgrading when using private forums, because the upgrade script has to read the old tables, parse the member-ids from it and safe them in the new table.


<b>Pierre Gorissen</b>

<font color=blue><font size=1>Maturity is only a short break in adolescence.
</font id=blue></font id=size1><font size=1><font color=black>Jules Feiffer</font id=size1></font id=black>
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20587 Posts

Posted - 23 October 2000 :  14:36:06  Show Profile  Visit HuwR's Homepage
Ok, cool, when I have finished my seperate table mods I will post them.

A small question in inc_functions there is a function called chkAccess it is not called by anything, is this just redundant code ?

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

Hopper
Junior Member

192 Posts

Posted - 24 October 2000 :  11:53:04  Show Profile  Send Hopper an ICQ Message
Wow, i guess I came up with a good question.. it happens so rarely I surprise myself. *laugh*

Go to Top of Page

davemaxwell
Access 2000 Support Moderator

USA
3020 Posts

Posted - 24 October 2000 :  12:19:01  Show Profile  Visit davemaxwell's Homepage  Send davemaxwell an AOL message  Send davemaxwell an ICQ Message  Send davemaxwell a Yahoo! Message
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
A small question in inc_functions there is a function called chkAccess it is not called by anything, is this just redundant code ?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

It may have been left over from the old ASP-DEV days or got removed when some new functionality takes over. If you can't find it in inc_functions or anywhere else in the code, it probably can get yanked...

Dave Maxwell
--------------
When's the next meeting of Snitzaholics Anonymous<img src=icon_smile_question.gif border=0 align=middle>

Edited by - davemaxwell on 24 October 2000 12:24:42
Go to Top of Page

John
Junior Member

USA
427 Posts

Posted - 03 November 2000 :  20:27:17  Show Profile
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Could you send me the old code if you still have it?? I've got a couple of different applications I'd like to apply this kind of security to, and I'd rather not re-invent the wheel if I don't have too.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

You still want it?

<center><font size=2>
<i>For I am not ashamed of the gospel, for it is the power of God for salvation to everyone who believes</i>
<b>Romans 1:16</b>
</font id=size2></center>
Go to Top of Page

davemaxwell
Access 2000 Support Moderator

USA
3020 Posts

Posted - 06 November 2000 :  08:19:28  Show Profile  Visit davemaxwell's Homepage  Send davemaxwell an AOL message  Send davemaxwell an ICQ Message  Send davemaxwell a Yahoo! Message
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
You still want it?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

If the code on your Snitz Resource Page is the most recent copy, then I've got a copy of it. Thanks anyway....

Dave Maxwell
--------------
When's the next meeting of Snitzaholics Anonymous<img src=icon_smile_question.gif border=0 align=middle>
Go to Top of Page

John
Junior Member

USA
427 Posts

Posted - 06 November 2000 :  11:43:12  Show Profile
Yup it is... I found a copy of it on my hard drive... need to work on a few things (users -> multiple groups, default permissions, etc...), and it's ready...

<center><font size=2>
<i>For I am not ashamed of the gospel, for it is the power of God for salvation to everyone who believes</i>
<b>Romans 1:16</b>
</font id=size2></center>
Go to Top of Page

n/a
deleted

1 Posts

Posted - 09 November 2000 :  17:24:10  Show Profile
I am looking into using the Snitz Message Board for the organization that I work for. One of the features that I need to use is the member list feature. We have a large number of users that will have to be in the member list. I would love to know if there is an estimated time when this feature will be completed or if any body out there has already changed the memberlist feature to pull from a seperate table rather than a field. Any help would be greatly appreciated.
Thanks,
!)ave




Edited by - !)ave on 09 November 2000 17:26:40
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20587 Posts

Posted - 09 November 2000 :  17:33:30  Show Profile  Visit HuwR's Homepage
This should be in the next release.

Which is due.....

<font color=blue>'Resistance is futile'</font id=blue>
Go to Top of Page

Hopper
Junior Member

192 Posts

Posted - 12 December 2000 :  12:00:19  Show Profile  Send Hopper an ICQ Message
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
This should be in the next release.

Which is due.....

<font color=blue>'Resistance is futile'</font id=blue>
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

When?

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