Author |
Topic |
|
Zuel
Average Member
USA
540 Posts |
Posted - 03 October 2005 : 10:49:45
|
I want to add more ranks to my Forum. Not titles like Rank 1 Rank 2 but like Moderator 1, Moderator 2, Admin 1, Admin 2 with each one of those ranks having different responsibilies.
I have usergroup mod setup and active users. I want to be able to have Members, Moderators, Admin and Web Team as my member groups.
Guest = 1 Member = 2 Moderator = 3 Admin = 4 Webteam = 5
How would I go about doing this?
Web team can basically modify the forum features like Forum Name, Add Forums, moderate forums, Add new Catagory, Change Forum Line up, etc. Basically only front end commands that appear to an admin when he views the main forum.
I think I can do this myself. I can go in the code and define a new int as Web Team and create a new instance in the member profile drop down and all that. Also in the main forum I can set the mlev to something like mlev = 4 || mlev = 5 then repsonse.write the button.
If there is an easier way please let me know, otherwise I'll start building a test forum for this.< |
My Completed Mods: News Mod | Zuel's Avatar Add-on In Development: World of Warcraft Member Roster | [C# Based Forum]
Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.
MSN / E-Mail: ucyimDa_Ruler@Hotmail.com
Personal Bookmarks: How to work a DBS File
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 03 October 2005 : 10:52:16
|
Have a look at the Admin Level or Admin Level Revisited mods over at SnitzBitz, they should do what you want.
< |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
Zuel
Average Member
USA
540 Posts |
Posted - 03 October 2005 : 20:18:09
|
quote: Originally posted by Shaggy
Have a look at the Admin Level or Admin Level Revisited mods over at SnitzBitz, they should do what you want.
Perfert, just perfect.
Thanks Shaggy!< |
My Completed Mods: News Mod | Zuel's Avatar Add-on In Development: World of Warcraft Member Roster | [C# Based Forum]
Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.
MSN / E-Mail: ucyimDa_Ruler@Hotmail.com
Personal Bookmarks: How to work a DBS File
|
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 04 October 2005 : 08:09:25
|
You're welcome
< |
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
Simko
Starting Member
25 Posts |
Posted - 26 October 2005 : 04:14:39
|
Well got almost the same problem, but I want more ranks for my users, like about 9 or 10 not just 5 because now some of my members has more than 6000 postings and now i got this error:
Microsoft VBScript runtime Fehler "800a0009'
Subscript out of range: '[number: 9]'
/forum/inc_func_member.asp, line 133
I'm using Snitz Forums 2000 Version 3.1 SR3 Final. I have to set the ranks higher, like 6000 or 7000 but thats unfair to the newer users, they need more time and points to get to the next level. I have written now Member Level up to 9 in the Admin options (admin_config_ranks.asp), made entries in the Forum Database (strlevel etc.) but nothing helped, always got the same error, also the admin_config_ranks.asp shows the levels and number of posts entered at admin_config_ranks.asp not what I've written in the database, but when I open the database with tableeditor the entries are exact the ones I've entered in Admin Options at the Rank Configuration. So it seems the board use from level 1 - 5 the database and from level 6 - 9 the admin_config_ranks.asp
When I set it to "Rank only" the board runs without the error, as soon as I set it to "Rank and Stars" the error shows up again.
I hope someone could help me, because I'm at the end of my powers LOL.< |
|
|
vynsane
New Member
73 Posts |
|
Simko
Starting Member
25 Posts |
Posted - 28 October 2005 : 11:31:40
|
Thanks a Million! You've helped me a lot!< |
Edited by - Simko on 28 October 2005 12:13:18 |
|
|
|
Topic |
|