Author |
Topic  |
Reinsnitz
Snitz Forums Admin
    
USA
3545 Posts |
Posted - 23 October 2000 : 12:12:07
|
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> |
 |
|
HuwR
Forum Admin
    
United Kingdom
20587 Posts |
Posted - 23 October 2000 : 12:15:27
|
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 |
 |
|
Reinsnitz
Snitz Forums Admin
    
USA
3545 Posts |
Posted - 23 October 2000 : 12:31:26
|
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> |
 |
|
HuwR
Forum Admin
    
United Kingdom
20587 Posts |
Posted - 23 October 2000 : 12:50:41
|
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> |
 |
|
davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 23 October 2000 : 14:32:18
|
<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 |
 |
|
gor
Retired Admin
    
Netherlands
5511 Posts |
Posted - 23 October 2000 : 14:32:41
|
<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> |
 |
|
HuwR
Forum Admin
    
United Kingdom
20587 Posts |
Posted - 23 October 2000 : 14:36:06
|
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> |
 |
|
Hopper
Junior Member
 
192 Posts |
Posted - 24 October 2000 : 11:53:04
|
Wow, i guess I came up with a good question.. it happens so rarely I surprise myself. *laugh*
|
 |
|
davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 24 October 2000 : 12:19:01
|
<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 |
 |
|
John
Junior Member
 
USA
427 Posts |
Posted - 03 November 2000 : 20:27:17
|
<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> |
 |
|
davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 06 November 2000 : 08:19:28
|
<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> |
 |
|
John
Junior Member
 
USA
427 Posts |
Posted - 06 November 2000 : 11:43:12
|
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> |
 |
|
n/a
deleted
1 Posts |
Posted - 09 November 2000 : 17:24:10
|
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 |
 |
|
HuwR
Forum Admin
    
United Kingdom
20587 Posts |
Posted - 09 November 2000 : 17:33:30
|
This should be in the next release.
Which is due.....
<font color=blue>'Resistance is futile'</font id=blue> |
 |
|
Hopper
Junior Member
 
192 Posts |
Posted - 12 December 2000 : 12:00:19
|
<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?
|
 |
|
Topic  |
|