Author |
Topic |
Nikkol
Forum Moderator
USA
6907 Posts |
|
Etymon
Advanced Member
United States
2385 Posts |
Posted - 04 July 2003 : 02:10:54
|
quote: as to your first post, remind me to look into that when writing the next version.
Will do!
|
|
|
Gargoyle
Junior Member
USA
280 Posts |
Posted - 06 July 2003 : 11:32:29
|
O'kay I installed this on a SH v8 forum to which I have added more mods onto. The User Group MOD seems to be working great except for one issue....
Issue: I recently had a member join the forum. According to the readme if I set one of the groups to "Auto-join for new members on registration" Then all new members would be added to that group ?? Is this correct ??
If it is correct it didn't happen. I did re-check the readme and my edited register.asp file and all seems to be in accordance with your readme directions.
I also use an access database and the rest of the MOD seems to be working fine. Thank-you for any insight you may be able to offer.
Oh I also have "require registration" turned on. If that makes a difference. |
Here is a link to my Snitz powered Drag Racing site. |
Edited by - Gargoyle on 06 July 2003 11:34:23 |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
Gargoyle
Junior Member
USA
280 Posts |
|
Gargoyle
Junior Member
USA
280 Posts |
Posted - 06 July 2003 : 12:57:40
|
Nikkol..
I just wanted to tell you that this MOD is great! It installed very easily and with the posted fixes works perfectly. I did need to delete one line in "admin_usergroups.asp" Line 118: rsGroup.CursorLocation = 2 'Added for MySql It caused an error and I saw that it was added for MySql so I figured I didn't need it.
The readme was extremely impressive as well as the check list! You have really gone out of your way on this one and it shows. I also like the fact that it "hides" areas that the user group does not allow. That is great since I have an area that logged in users really do not need to see! This is awesome!!! Thank you very much!! |
Here is a link to my Snitz powered Drag Racing site. |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
Mark M
New Member
Australia
98 Posts |
Posted - 07 July 2003 : 00:13:08
|
Looks like a great MOD. When will the unbugged version be available for download? |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
Kal Corp
Average Member
USA
878 Posts |
Posted - 10 July 2003 : 20:42:21
|
Think we can add support for NT mode?
Example add a domain group to a group for access?
or add different domain groups to a access group?
So add domain groups and not members?
|
{VAS}-Kal Corp VAS Development NetWork - Forums for old Snitz Mods! Creator of all things {VAS}
|
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
Posted - 10 July 2003 : 20:47:48
|
hey Kal Corp ... long time no see. Yeah, maybe ... I hadn't been able to test it on NT ... have you? I mean can you group NT users and does it work?
Adding the domain group is a good idea, but i'm unfamiliar with the NT part of the code. Isn't it an option to use domain groups? If so, I'd need to check for that first. I'm not sure where to begin modifying it for domain groups. Got any pointers? |
Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ |
|
|
Kal Corp
Average Member
USA
878 Posts |
|
altisdesign
Junior Member
United Kingdom
357 Posts |
Posted - 13 July 2003 : 15:16:56
|
Hi,
I just installed this mod on a site im developing, to try it out. The site is running off MySQL, and I got problems with the following line:
rsGroup.CursorLocation = 2
(about line 118 on admin_usergroups.asp)
It gave me a problem that the action was not allowable while the recordset was open, so I couldnt add new usergroups. I was a bit surprised cos that line was meant to be for MySQL, so what I did was to strip out all of the recordset code and replace it with an INSERT() statement to handle the inserting into the database initially like:
my_Conn.execute("INSERT INTO forum_usergroups (USERGROUP_NAME,USERGROUP_DESC) VALUES ('"&Request.Form("GroupName")&"', '"&Request.Form("GroupDesc")&"')")
and then I wrote a SELECT statement to receive the groupid to send on to the next part of the form. That seemed to work for me, and MySQL, and I've tested all of the security with various users, and everything seems to work fine. It even works with the event calendar mod, so that events that don't show up to the usergroups who don't have permissions. I will post the code changes I used if that helps.
Many Thanks for an excellent mod! -Altis |
Altis Design offers all manner of web design services to a variety of commercial and personal clients |
|
|
Nikkol
Forum Moderator
USA
6907 Posts |
|
Ryan
Average Member
USA
858 Posts |
Posted - 15 July 2003 : 15:24:16
|
I carefully looked through all posts in this MOD topic BEFORE posting. If this question was already answered you have my apologies. I also did a search.
I was helping my friend with a MOD. He did part of the code and I did part. Some of the files have errors in them and most are the same error. Here is what it says: Microsoft VBScript compilation error '800a03f4'
Expected 'If'
/inc_profile.asp, line 686
end Sub ----^
Of course depending on the file name the: /inc_profile.asp, line 686 part is different.
Those errors show up in register, inc_profile, and pop_profile that I see. Their may be others. When I go to delete a reply I can delete it but I get an error anyway. But it is the best error I have ever found! When I go to delete a post I get an error after I type in the admin name and pass so I close the pop_delete window (the page doesnt refresh because of the error) and go ahead and delete another post. After I delete all I want to I THEN hit refresh and all the posts I just deleted are gone! So unless this error will harm the forum in a different form I can only see this error as being of use. And btw this is the first on I have ever found to be of use!
|
The Poultry Link - "Serving the best of the fancy with the best of the web" Forum Setup Help |
|
|
Topic |
|