How to isaolate report module
Brought to you by:
jberanek
Hi ,
1) How to remove help module from mrbs
2) How to isolate the Reparts and User list view for the normal users(this view should be only for the admin
3) Is there any way to change time intervals as of now we can book slots in mutiples of 30 mins . if incase some user wants to book slot for 10 mins or lessa than 30 mins . How ?
DO NOT USE - Support Requests: #1356
(1) and (2) In mrbs_auth.inc set
That will stop anybody except admins seeing those pages. You probably don't want to do the same thing for the User List link as that would stop people changing their own passwords. Instead, I suggest adding the following line to your config file:
This will mean that ordinary users can only see their own details.
To remove the Help and Report menu items from the header then, assuming you are using MRBS 1.6.1, you need to edit the function print_nav() in Themes\default\header.inc. Delete the lines
and replace the lines
with
(3) Change the resolution to 10 minutes. Go to the Rooms page, select the area you want to change, click the Edit icon and make the change.
thank you Campbell.
Let me try with the changes suggested. I'll update you If I face any
issues.
On Wed, Nov 8, 2017 at 5:29 PM, Campbell Morrison cimorrison@users.sf.net
wrote:
Related
DO NOT USE - Support Requests: #1356