Re: [MRBS-general] Read only access
Brought to you by:
jberanek
From: Campbell M. <cam...@gm...> - 2013-04-26 08:15:51
|
Sorry, I don't think I can help at all. Whatever you do is going to require some understanding of MRBS and PHP, so you'll need to re-familiarise yourself with MRBS first. If you're using the 'db' auth type then another option is to set the $max_level to 3 and make some minor changes to the MRBS code to do what you want, but again you're going to need to delve into MRBS to do that. Campbell > -----Original Message----- > From: Chris Powell [mailto:chr...@ik...] > Sent: 26 April 2013 08:09 > To: General purpose list (support/developers/users) > Cc: Campbell Morrison > Subject: Re: [MRBS-general] Read only access > > Campbell are you able to help me with this at all? > > Thanks > > Regards > Chris Powell > Country IT Support DS > IKEA DS North Europe > > -----Original Message----- > From: Chris Powell [mailto:chr...@ik...] > Sent: 22 April 2013 15:54 > To: General purpose list (support/developers/users) > Subject: Re: [MRBS-general] Read only access > > HA, Sorry but you're going to have to be more precise than that... :) > > I've not changed any settings in the MRBS for over 2 years and i can't > remember where the settings are etc that need changing. > > Thanks and sorry for being a nuisance......... > > Regards > Chris Powell > Country IT Support DS > IKEA DS North Europe > > > -----Original Message----- > From: Diego Zuccato [mailto:die...@un...] > Sent: 22 April 2013 13:31 > To: General purpose list (support/developers/users) > Subject: Re: [MRBS-general] Read only access > > Il 22/04/2013 14:12, Chris Powell ha scritto: > > I'm Sorry but i really haven't a clue as to where i need to > start..... > > I can get to the ACL_Devel branch but i can find anything in there > that helps. > Once you start using it, you just "protect" all writes with a > capability > of "-readonly". Then you assign "readonly" cap only to the user that > must not be able to book anything. > > > All Ii want to do is have a user that can login but and see the > resources available but is not able to book anything. I don't want to > open the site to everyone, At the moment all users must login from the > home page. > Another way, maybe, is to "slightly extend" level: > - 0 = no access > - 1 = read only > - 2 = read/write > - 3 = admin > You'll have to update your users db (something like "update mrbs_users > set level=level+1") and fine-tune it manually. Remember that, using > plain level, you won't be able to differentiate user actions in > different areas/rooms (that's the whole point of using ACLs). > > -- > Diego Zuccato > Servizi Informatici > Dip. di Fisica e Astronomia (DIFA) - Università di Bologna > V.le Berti-Pichat 6/2 - 40127 Bologna - Italy > tel.: +39 051 20 95786 > mail: die...@un... > > ----------------------------------------------------------------------- > ------- > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for > building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > _______________________________________________ > mrbs-general mailing list > mrb...@li... > https://lists.sourceforge.net/lists/listinfo/mrbs-general > Want to unsubscribe: mailto:mrbs-general- > re...@li...?subject=unsubscribe > > ----------------------------------------------------------------------- > ------- > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for > building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > _______________________________________________ > mrbs-general mailing list > mrb...@li... > https://lists.sourceforge.net/lists/listinfo/mrbs-general > Want to unsubscribe: mailto:mrbs-general- > re...@li...?subject=unsubscribe > > ----------------------------------------------------------------------- > ------- > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring > service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! > http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > mrbs-general mailing list > mrb...@li... > https://lists.sourceforge.net/lists/listinfo/mrbs-general > Want to unsubscribe: mailto:mrbs-general- > re...@li...?subject=unsubscribe |