Author |
Topic  |
|
XavierSlater
Junior Member
 
United Kingdom
137 Posts |
Posted - 20 July 2002 : 00:34:50
|
I am looking at giving specifically titled people access, so could you substitute any reference to mlev for another field?
mtitle for example....
Can it be done like that?
|
|
dayve
Forum Moderator
    
USA
5820 Posts |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 20 July 2002 : 07:44:33
|
It can give you some work though. It probably be easier if you used mlev and tweak whatever you needed elsewhere, to get a proper mlev value for these people you're adding.
------------------------------------------------- Installation Guide | Do's and Dont's | MODs |
 |
|
XavierSlater
Junior Member
 
United Kingdom
137 Posts |
Posted - 20 July 2002 : 11:36:59
|
OK, what I have done to create the File Access System I need for my forums, was run a duplicate forumset using the same members table.
To this second set I added the UserGroups MOD (in its current state of undress its useable, if incomplete) and I managed to successfully extract the File Upload MOD from HuwR's portal into a baseline version of Snitz.
Its taken me 12 hours straight to fiddle it to work, but upload, and usergroups work(this one needs work though I will admit.
However I need to change the access rights to the admin_usergroups.asp to some specific people, who are not Moderators on the Main forums. So I need to change the security parameters for that page, away from Admins, or even adding a level of "IF mLev = 4 OR mTitle = gubbins THEN" to it.
I am just wondering how technically feasible it is.....
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 20 July 2002 : 11:46:50
|
quote:
However I need to change the access rights to the admin_usergroups.asp to some specific people, who are not Moderators on the Main forums. So I need to change the security parameters for that page, away from Admins, or even adding a level of "IF mLev = 4 OR mTitle = gubbins THEN" to it.
I am just wondering how technically feasible it is.....
I don't know that page, but I'm sure it's possible to do it and it must be easy. It's just a matter of checking an "authorized user list" besides checking the mlev value.
------------------------------------------------- Installation Guide | Do's and Dont's | MODs |
 |
|
|
Topic  |
|