The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
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.<
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.<
