MRBS

Blocks ::: block_mrbs
Maintained by DavoDavo Smith
Based on the stand-alone MRBS project ( http://mrbs.sourceforge.net ), this allows users to book rooms and other resources from within Moodle.
Latest release:
545 sites
51 downloads
28 fans
Current versions available: 3

For a full description of this block, please see here http://docs.moodle.org/en/MRBS_block

A Moodle 1.9 version of this plugin can be downloaded directly here: https://github.com/arborrow/moodle-block_mrbs/zipball/MOODLE_19_STABLE - this is not available on Moodle.org as there would be a lot of work involved in rewriting it to pass the automated database naming checks.

Screenshots

Screenshot #0

Contributors

Davo
Davo Smith (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • John Szkudlapski
    Tue, 27 Aug 2013, 2:04 AM
    Hi

    Moodle does not send emails out because we turned it off, it annoys too many people.

    But, again this is the same on our 1.9 version of Moodle (sitting on the same physical box) and the MRBS version on that works.

    Surely setting the SMTP options in the configuration file over-rides the moodle settings?

    I have just tried and enabled emails from Moodle and MRBS is still doing the same, I've checked the SMTP settings from the 1.9 MRBS (non-plugin version, original Anthony Barrow version) and matched it to the new version but it doesn't work.

  • Just Me
    Thu, 19 Sept 2013, 11:29 PM
    Hi Davo,

    I'm trying the 2013012300 version on a Moodle 2.5 installation and seeing a bit of weirdness. If you log in first and try to book a room it works, but if you click on the link without login in first, it’ll ask you to log in then you get an error message “you are already logged in as %%username%, you need to logout before logging in as different user”.

    Can this be investigated?

    Majid.
  • Davo
    Fri, 20 Sept 2013, 4:39 PM
    Majid - I've checked via a Moodle 2.5.1+ site and I can't reproduce that issue. When I visit [site]/blocks/mrbs/web/day.php I get the login page, then I get the MRBS page as expected.

    Maybe there is something strange happening with your particular site - can you try installing the block on a fresh Moodle 2.5 site and confirm that you can reproduce the issue?
  • A Bali tanti anni fa ...
    Wed, 20 Nov 2013, 7:14 PM
    Hi, how should I do to show guests to moodle the MRBS block so that they can consult without login?
  • Davo
    Wed, 20 Nov 2013, 7:25 PM
    Gianni - assign the guest role the capability 'block/mrbs:viewmrbs'
  • A Bali tanti anni fa ...
    Sun, 24 Nov 2013, 1:33 AM
    I do it, but i receive an error if I would view MRBS (read only capability) with this URL http://docs.moodle.org/25/en/error/moodle/nopermissions
    in global rules if i put student he can view block after login.
    Second question: is possible assign all'teachers in a grou for edit MRBS? Now i must insert every techer manually in MRBS Editor Rule
  • A Bali tanti anni fa ...
    Sun, 24 Nov 2013, 2:07 AM
    I think there is a problem in guest and mrbs rights, is possible to reset configuration and restar?
  • A Bali tanti anni fa ...
    Sun, 24 Nov 2013, 2:19 AM
    Sorry i want:
    - all teachers edit mrbs
    - all students and guest view mrbs

    i thin there is a problem in my setup, can you hel me t orest rights and then put correct setup?
    thank you
  • Jorge Ampudia
    Mon, 25 Nov 2013, 6:13 PM
    First I would like to congratulate you on the block. We use it at school.
    I would suggest some new features for next versions of the block.

    1. Administrators can create books where that breach the limits of configuration: max_rep_entrys
    , Max_advance_day.

    2. Different areas may have different hours or periods of booking.

    3. A daily limit per user. Limiting such period to 2 hours for a day.

    thanks
    Jorge Ampudia
  • Davo
    Mon, 25 Nov 2013, 6:15 PM
    Jorg - please add any feature requests to tracker.moodle.org

    Note that there are not currently any plans to work on a new release for this plugin - I work on maintenance / bug fixes when I can, but new features are only likely to be added if another developer writes them, or if an organisation sponsors the development.
  • Jürg Hoerner
    Thu, 23 Jan 2014, 9:49 PM
    I can not import. Has someone an example

    I testet with coma separate:

    00:01,00:02,2014/01/23,1,ComputerNB_AEWS Zi19,,,Stundenplantest2
    00:02,00:03,2014/12/25,1,ComputerNB_AEWS Zi19,,,Stundenplantest3

    in the path I wrote xxxx\moodle\mrbsImport\ -> notihing works
    or with a file name xxx\moodle\mrbsImport\stundenplan02.csv

    What is wrong??


  • Davo
    Thu, 23 Jan 2014, 9:55 PM
    The first thing that strikes me is that you have stated that the file was called:
    xxx\moodle\mrbsImport\stundenplan02.csv

    but in the settings you wrote:
    xxxx\moodle\mrbsImport\

    Have you tried putting the actual file in the settings (rather than just the name of the directory which contains the file?)

    Then, have you run a cron update? (/admin/cron.php)
    If so, was there any output relating to MRBS?
  • Jürg Hoerner
    Thu, 23 Jan 2014, 10:17 PM
    Thank you very much for your fast answer.

    As I run the crone with this path
    xxx\moodle\mrbsImport\stundenplan02.csv

    than I receive the following crone message:
    Finished activity modules
    Starting blocks
    Processing cron function for mrbs....... started 14:58:36. Current memory use 86.6MB.
    done.
    Processing cron function for rss_client....... started 14:58:36. Current memory use 86.8MB

    Is the .csv with comma separated correct?
    Is the time and Date correct? I tried also with time 25/01/2014

    No entry in the mrbs

    As I understand you, the file name must not be written after the path.
    - xxxx/moodle/mrbsImport/
    This should be correct.

    I have custom periods
    (1.)07:45-08:30
    (2.)08:35-09:25
    (3.)09:30-10:15
    (4.)10:30-11:15

    The first should be 00:00,00:01,
    is comma OK? Or better semicolon

    Thank you very much for your fast help.
  • Davo
    Thu, 23 Jan 2014, 10:25 PM
    Try directly running blocks/mrbs/import.php (this is the script that cron runs). Make sure debugging is on for the site.

    And just to be entirely clear about this - the very first line of code takes the full path+filename entered in the settings and checks to see if that file exists on your server. If the standard PHP function 'file_exists' does not locate the CSV file, based on the location specified in the settings, then no attempt is made to load the non-existent file.

    If you see no output from the cron / import.php file, then that means the file you specified either does not exist or could not be opened.
  • Jürg Hoerner
    Thu, 23 Jan 2014, 10:48 PM
    It seams that the file could not be opened. I will try it later. Thank you very much for your help.
Please login to post comments