Jump to content
MakeWebGames

Recommended Posts

Posted

I have been struggling for a week and a half looking through the files and either I am blind which is possible or I am totally off track.

I want to create a new user group replicating the the members group. I want to call it the Welcome Wagon or something along those lines. I want this new usergroup to appear in the staff list screen so new members will know who to turn to for help.

My question is, is there an easy way to create a new group or modify the permissions of lets say the IRC Op group.

You would think there would be a way to create groups built in

Posted

Re: New User Group

Or perhaps you simply do not know a thing about programming?

This is really quite simple. Modify the stafflist.php page to query the new user_level with the others and display accordingly. You can pretty much copy whatever is already there.

Then you have to modify view_user.php to display the new name for applicable users.

Finally, you would want to doublecheck all the staff pages to make sure this new user_level does not have access to additional features you do not want them to have. Change permissions accordingly by modifying the If statements which abort each function.

So there are a few steps but the process is quite painless if you have basic php knowledge.

Posted

Re: New User Group

 

Or perhaps you simply do not know a thing about programming?

Why are you so condescending, I don't claim to know programming which is why I don't have a fancy coders club badge, which is why I come here for a little help.

 

This is really quite simple. Modify the stafflist.php page to query the new user_level with the others and display accordingly. You can pretty much copy whatever is already there.

Then you have to modify view_user.php to display the new name for applicable users.

Finally, you would want to doublecheck all the staff pages to make sure this new user_level does not have access to additional features you do not want them to have. Change permissions accordingly by modifying the If statements which abort each function.

So there are a few steps but the process is quite painless if you have basic php knowledge.

Thank you for this.

That is all I was looking for.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...