Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

meeting-room-booking-system/mrbs-code

campbell-m pushed 1 commit to main meeting-room-booking-system/mrbs-code

View on GitHub

campbell-m pushed 3 commits to roles meeting-room-booking-system/mrbs-code
  • Fix bug causing placeholders not to be displayed for custom fields that are textareas. See GitHub Issue #3763. b497f54
  • Add type declaration e9130de
  • Merge branch 'main' into roles 1951a03

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
> By the way, placeholders for custom textareas also doesn't seem to work. except fot the desciption column. On the other hand, placeholders for custom textboxes work. Thanks for spotting this. ...

View on GitHub

campbell-m pushed 1 commit to main meeting-room-booking-system/mrbs-code
  • Fix bug causing placeholders not to be displayed for custom fields that are textareas. See GitHub Issue #3763. b497f54

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
Note also that you should probably set ~~~php $is_mandatory_field['entry.terms_and_conditions'] = true; ~~~ to force the users to tick the terms and conditions box.

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
> The settext function won't allow html tags `setText()` takes three parameters: `setText(string $text, bool $text_at_start=false, bool $raw=false)`. If you set `$raw` to true the text won't be...

View on GitHub

dyerry79 created a comment on an issue on meeting-room-booking-system/mrbs-code
The settext function won't allow html tags so I can't make my pop-up so I reverted back to the clickable label which shows the Terms and Conditions. However, the client just wanted to have a protec...

View on GitHub

campbell-m opened an issue on meeting-room-booking-system/mrbs-code
Next and previous week buttons in day view
Quite often it's useful to be able to go to the next or previous weeks (ie +/-7 days) in the day view, especially when you are looking at a weekly repeating series. This could be done by, for exam...
campbell-m opened an issue on meeting-room-booking-system/mrbs-code
Preserve registrant data on editing a series
At the moment editing a series causes registrant data to be lost (although a warning does pop up). That's because if you change the time or date then the system can’t know which slots in the new s...
campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
Good, glad it's working now.

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
Good, glad it's working now.

View on GitHub

campbell-m closed an issue on meeting-room-booking-system/mrbs-code
Login via proxy
Hi, I was wandering if there is a way to login to my mrbs service (that is login protected) using a proxy of some sort,. I need to se the content of the page in a digital signage service, where I ...
jangkyuenbin starred meeting-room-booking-system/mrbs-code
Metz01 created a comment on an issue on meeting-room-booking-system/mrbs-code
Right guess! To ensure that users were always prompted to the login page, I had modified the `mrbs_auth.inc` file to set `$result = 1` even for the `index.php` page, but now I also have the open, a...

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
> One thing that I wanted to do next is create a text/label after the checkbox that is clickable. I think the following should work, though I haven't tested it: ~~~php $div = new ElementDiv(...

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
> For now, the lines did the trick That will work as long as you only have one custom field. If you have more than one you'll need: ~~~php if (($key == 'terms_and_conditions') && is_book_...

View on GitHub

dyerry79 created a comment on an issue on meeting-room-booking-system/mrbs-code
Ok. I was able to hide the "terms_and_conditions" field by editing the file you mentioned by going through the get_field_custom() function. This however, removed the "Terms and Conditions" label de...

View on GitHub

dyerry79 created a comment on an issue on meeting-room-booking-system/mrbs-code
Thanks. What particular function should I consider so I can start delving with edit_entry? With that, it would be easier for me to move on with what I wanted to achieve. TIA.

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
Can you post your copy of mrbs_auth.inc here please?

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
There isn't a config setting for this. You'd need to edit the MRBS code in edit_entry.php.

View on GitHub

dyerry79 opened an issue on meeting-room-booking-system/mrbs-code
Hide field in the edit_entry file
**Describe the problem you're facing/question you have** Hello again. I have successfully added the custom fields needed for booking. However, I wanted to hide one of the fields I created from non...
Metz01 created a comment on an issue on meeting-room-booking-system/mrbs-code
Yes, even explicity declaring /index.php?site=open It redirects me

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
And are you pointing your browser at index.php, rather than any other page?

View on GitHub

Metz01 created a comment on an issue on meeting-room-booking-system/mrbs-code
1.11.4

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
Which version of MRBS are you using?

View on GitHub

Metz01 created a comment on an issue on meeting-room-booking-system/mrbs-code
Sorry, I've made some mess here. Let me sum up: I've 2 sites already working correctly: The First One gas a config file with the saml authentication which Is called by default or by using site=ex...

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
What SAML authentication site? I thought you just had `$auth["type"] = "ldap"; $auth['session'] = 'php'; $auth['deny_public_access'] = TRUE; ` and then in your open site `$auth["type"] = "n...

View on GitHub

Metz01 created a comment on an issue on meeting-room-booking-system/mrbs-code
It's only in the config file used for the saml authentication site

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
How is it going to the SAML page? Have you got `$auth['type'] = 'saml';` anywhere in your config files?

View on GitHub

Metz01 created a comment on an issue on meeting-room-booking-system/mrbs-code
Now Is redirecting to the saml page

View on GitHub

Load more