meeting-room-booking-system / mrbs-code

MRBS application code
Other
127 stars 63 forks source link

Want one whole zone visible to admin only to manage #2731

Open jberanek opened 4 years ago

jberanek commented 4 years ago

I am using MRBS 1.7.0 for my church for years, with substantial great help from your end for us on coding modification. Working excellent so far!

Recently, would like to add a zone as well as their rooms, which prefer VISIBLE and MANAGE ONLY by admin level users. Can advise how to make it?

Thanks much for your great project!!

Reported by: *anonymous

Original Ticket: mrbs/support-requests/2036

jberanek commented 4 years ago

What do you mean by manage? Do you mean that only admins should be able to make bookings?

Original comment by: campbell-m

jberanek commented 4 years ago

Exactly. Only admin able to book / delete / access and visable.

Original comment by: *anonymous

jberanek commented 4 years ago

The easiest thing to do without modifying the MRBS code is to set up a separate MRBS installation for that area and those users.

Original comment by: campbell-m

jberanek commented 4 years ago

Will it a big modifying on code ? So far i dare not to update to latest version since my present version have been customized alot . Do u think i worth to update to latest?

Original comment by: *anonymous

jberanek commented 4 years ago

It's not a big change, but the more you modify your code the harder it's going to be to keep in step with MRBS releases - as you are finding!

At the very least you should update to 1.7.5, which is not very different from 1.7.0 but has a number of bug fixes.

Original comment by: campbell-m

jberanek commented 4 years ago

At the time being, i create another database table_prefix under same database, specific for another zone management by admin. So far ok.

Could be my altenative rresolution. Thanks for your advise. Should we need help again, will let u know. ^^

Original comment by: *anonymous