Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Maury on June 10, 2018, 08:11:10 AM

Title: How to grant access to editing the MOTD to non-superadmin users?
Post by: Maury on June 10, 2018, 08:11:10 AM
I would like to know how access to editing the ULX MOTD in the ULX settings can be granted to users without the super-admin user-group, but there is no visible permission in the ULX menu that grants such access... Is there any way that this can be changed? While I am aware of how to actually edit the message of the day, I am unaware of how to grant other users without the super-admin user-group access to editing it in the ULX settings. After some trial-and-error testing in single-player, I've come to the assumption that editing the MOTD is a super admin-explicit permission, but I'm sure it's a permission that can be granted to other user-groups. Any suggestions on how to edit this?

My ULib/ULX versions (run "ulx version" in console):
ULib v2.63w
ULX v3.73w

Game mode(s) I am having this problem on: None

Lua errors shown in console, if any: None
Title: Re: How to grant access to editing the MOTD to non-superadmin users?
Post by: Timmy on June 10, 2018, 10:11:39 AM
Make sure your user/group allows the following access tags:
For a group called custom, you would issue the following commands:
Code: [Select]
ulx groupallow custom "xgui_svsettings"
ulx groupallow custom "ulx showMotd"
ulx groupallow custom "ulx motdfile"
ulx groupallow custom "ulx motdurl"

Or, for a user with the name Timmy, you would issue the following commands:
Code: [Select]
ulx userallow Timmy "xgui_svsettings"
ulx userallow Timmy "ulx showMotd"
ulx userallow Timmy "ulx motdfile"
ulx userallow Timmy "ulx motdurl"
Title: Re: How to grant access to editing the MOTD to non-superadmin users?
Post by: Maury on June 10, 2018, 01:21:52 PM
Thank you so much for the information Timmy. I was screwing around last night to see if I could figure it out but came up with nothing. Thanks again.