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

dyerry79 closed an issue on meeting-room-booking-system/mrbs-code
Added custom fields not displayed properly
**Describe the problem you're facing/question you have** 1. Hi! I have successfully added custom fields to the mbrs_entry and mbrs_repeat tables. I have named the columns/fields requirements and c...
campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
> However, I want to rearrange the fields in the form. Say I want to have the Requirements as the top field in the form. Any ideas how to do that? Look for `$edit_entry_field_order` in systemde...

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
> hmm. I lowered the length of contact_name column and the column is now displayed as text. You can control the point at which it is displayed as a textarea with the following config setting: ...

View on GitHub

dyerry79 created a comment on an issue on meeting-room-booking-system/mrbs-code
> You are missing the language key. It should be, for example: > > ``` > $vocab_override['en']['mbrs_entry.requirements'] = "Requirements"; > $vocab_override['en']['mbrs_entry.contact_name'] =...

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
You are missing the language key. It should be, for example: ~~~php $vocab_override['en']['mbrs_entry.requirements'] = "Requirements"; $vocab_override['en']['mbrs_entry.contact_name'] = "Cont...

View on GitHub

dyerry79 created a comment on an issue on meeting-room-booking-system/mrbs-code
hmm. I lowered the length of contact_name column and the column is now displayed as text. In my previous post, 3.1 seems to be the problem and additional question, how can I rearrange the colum...

View on GitHub

dyerry79 opened an issue on meeting-room-booking-system/mrbs-code
Added custom fields not displayed properly
**Describe the problem you're facing/question you have** 1. Hi! I have successfully added custom fields to the mbrs_entry and mbrs_repeat tables. I have named the columns/fields requirements and c...
frmoronari created a comment on an issue on meeting-room-booking-system/mrbs-code
Hi guys, I have same problem, and i needed one solution for this. In troubleshooting, i detect error on ldap debug informing message: `No username found. Check the value of $ldap_user_attrib i...

View on GitHub

campbell-m pushed 3 commits to main meeting-room-booking-system/mrbs-code

View on GitHub

campbell-m pushed 4 commits to roles meeting-room-booking-system/mrbs-code

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
And has the login got the `site=sign` in the URL query string? Or maybe you can't see the URL, in which case try testing it in another browser before moving to digital signage.

View on GitHub

KawaMood closed an issue on meeting-room-booking-system/mrbs-code
Having hard time trying to send an email with MailQueue:add()
Hi, I'm back with https://github.com/meeting-room-booking-system/mrbs-code/issues/3756, unfortunately having a new issue. To set the context back, I'm trying to inform new users by email that an...
KawaMood created a comment on an issue on meeting-room-booking-system/mrbs-code
Oh you're right, I should have study the MailQueue class a bit further. I also forgot to set `$mail_settings['admin_backend']` to `'smtp'`; It works now, thank you very much!

View on GitHub

Metz01 created a comment on an issue on meeting-room-booking-system/mrbs-code
Tried that but still it redirects me to the login

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
If you have `$auth['deny_public_access'] = FALSE;` - no matter what the authentication type - you should be able to see the index.php page without having to log in. Are you sure that you have g...

View on GitHub

campbell-m closed an issue on meeting-room-booking-system/mrbs-code
Catalan translation update + catalan faq
[lang.ca.txt](https://github.com/user-attachments/files/17069981/lang.ca.txt) [site_faq_ca.html.txt](https://github.com/user-attachments/files/17069982/site_faq_ca.html.txt)
dyerry79 closed an issue on meeting-room-booking-system/mrbs-code
Disable Type Repeat Section
**Describe the problem you're facing/question you have** Hello, we've initially implemented the MRBS in our organization. Our partners wanted to disable the Repeat Type option since it was pointed...
dyerry79 created a comment on an issue on meeting-room-booking-system/mrbs-code
i failed to see that. this will do for now. thanks campbell :)

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
Here are some more comments: 1. The `$addresses` parameter should be an array indexed by 'from', 'reply_to', 'to' and 'cc' with each element consisting of a comma separated list of email address...

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
I suggest that before you try and send a mail about new users, you make sure that the existing mail system is working by checking that an email is sent when you create a new booking. I will answer...

View on GitHub

campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
Setting in your config file ~~~php $auth['only_admin_can_book_repeat'] = true; ~~~ will disable the repeat section for ordinary users, though admins will still see it.

View on GitHub

dyerry79 opened an issue on meeting-room-booking-system/mrbs-code
Disable Type Repeat Section
**Describe the problem you're facing/question you have** Hello, we've initially implemented the MRBS in our organization. Our partners wanted to disable the Repeat Type option since it was pointed...
KawaMood opened an issue on meeting-room-booking-system/mrbs-code
Having hard time trying to send an email with MailQueue:add()
Hi, I'm back with https://github.com/meeting-room-booking-system/mrbs-code/issues/3756, unfortunately having a new issue. To set the context back, I'm trying to inform new users by email that an...
campbell-m created a comment on an issue on meeting-room-booking-system/mrbs-code
I haven't heard back, but assume this is now working.

View on GitHub

campbell-m closed an issue on meeting-room-booking-system/mrbs-code
Minicalendar in catalan does not change days on click -SOLVED-
The minicalendar is supposed (in English and Spanish it works well, not in Catalan) to change the displayed day. When you want to display, i.e. October 12th, [Today is October 3rd, currently dis...