How to disable header hyperlink
getting error message after logoff from application
Thanks Morris. Its woeking fine now. However the error message shown looks not meaningful. How can I change the text shown in attached image. Current Message: You cannot create a booking which starts in less than 0 seconds Expected: You cannot create a booking for the past days (something like this)
How to retrict past date bookings
Thank you . Working fine after made the changes as suggested. On Wed, Dec 13, 2017 at 2:55 PM, Campbell Morrison cimorrison@users.sf.net wrote: It looks like you have created one or more custom fields whoe names contain spaces. Rename them to get rid of the spaces, eg by using underscores instead. To set the description of the custom field, use the $vocab_override setting in the config file, eg $vocab_override['en']['entry.custom_field'] = "Custom Field"; [support-requests:#1391] https://sourceforge.net/p/mrbs/support-requests/1391/...
Unable to book the room
Thank you . As suggested, I ll create the new css file . Can you please help me where I can find the file or form or code related to the attached image.
Hi Campbell. Need one help reg the mrbs application. currently the login details are appearing at the top left side . But I want to move thses details to middle of the screen. Can you please suggest me how to do this and which file I neeed to modify in order to achive this.
How to default the home page
Thanks for the update. I ll make the changes as suggested above. Can you please tell me which css file need to be updated inorder to move the log in to middle of the page. Please advice On Sun, Dec 10, 2017 at 4:03 PM, Campbell Morrison cimorrison@users.sf.net wrote: Sorry, maybe somebody else can help you with these changes as I am afraid I don't have time. But, to point you in the right direction: (1) You should be able to do this with CSS alone by applying a custom CSS rule, eg form#logon { width:...
Thank you , able to see the changes after clearing the catche. Can you please clarify the below . How to change the position of login , currently it is appering at top left side , but i want to move the position to midlle. How to create sub header under main header , I wan to moove the fields room, report and login to sub header. please suggest me the changes On Fri, Dec 8, 2017 at 6:02 PM, Campbell Morrison cimorrison@users.sf.net wrote: The CSS files are cached so you will need to clear your browser's...
I have updated the color variable with the new one as whon below, however the changes could not reflect in the application. Can you please suggest where exaclty the changes required? $header_font_color = "#ffffff"; this is the default color defined in mrbs application $header_font_color = "#4a2849"; this one new color On Fri, Dec 8, 2017 at 5:03 PM, Ramana Reddy ramanareddy35@users.sf.net wrote: Hi Sir, Thanks for the update. But why the colors chenages in syling.inc not reflecting in application...
Hi Sir, Thanks for the update. But why the colors chenages in syling.inc not reflecting in application . On Fri, Dec 8, 2017 at 1:35 AM, Campbell Morrison cimorrison@users.sf.net wrote: You will need to create a custom CSS file (see systemdefaults.inc.php for details of how) and add your own rules that will override the standard rules. [support-requests:#1380] https://sourceforge.net/p/mrbs/support-requests/1380/ changes in the homescreen* Status: open Group: Created: Thu Dec 07, 2017 09:23 AM UTC...
changes in the homescreen
1) Did you remember to set the repeat end date? Sorry my mistake . Yes I missed to give the end date. Its working fine now. Thank you so much (2) MRBS needs PHP and MySQL. If JBoss provides both of those then MRBS should work. But I had a quick look at the JBoss specs and could not see either of them mentioned. Can you please suggest how to move the login page to middle of the screen [image: Inline image 2] On Thu, Dec 7, 2017 at 3:32 PM, Campbell Morrison cimorrison@users.sf.net wrote: (1) Did you...
How to edit colors
Function daily and weekly is not working
Change in calender view
thank you Campbell. Let me try with the changes suggested. I'll update you If I face any issues. On Wed, Nov 8, 2017 at 5:29 PM, Campbell Morrison cimorrison@users.sf.net wrote: (1) and (2) In mrbs_auth.inc set $page_level['help.php'] = 2; $page_level['report.php'] = 2; That will stop anybody except admins seeing those pages. You probably don't want to do the same thing for the User List link as that would stop people changing their own passwords. Instead, I suggest adding the following line to your...
How to isaolate report module
I understand the issue. Currently am ok with the current configuration. If incase I want to make a particular page as default, how can I achieve that ? . On Mon, Sep 25, 2017 at 4:49 PM, Campbell Morrison cimorrison@users.sf.net wrote: Are you sure you want to do this? The problem will be that if a user is trying to get to a particular page, eg the Rooms page, then sometimes they will be asked to login before thay can access that page. I think it would be very annoying for the user to find that after...
Thank you
Thank you for the update Sir. As menitoned in step 1 $vocab_override["en"]["Full description: (Number of people, Internal/External etc.)"] = "Full description"; I have made the chenges in the config.inc.php file, however the changes could not reflect in the application. I want to remove/replace the text "Full description: (Number of people, Internal/External etc.)" with "Full Description". Please suggest how can I achive this. Please refer teh attached screen shot. Also can you please confirm on...
Thank you for the update Sir. As menitoned in step 1 $vocab_override["en"]["Full description: (Number of people, Internal/External etc.)"] = "Full description"; I have made the chenges in the config.inc.php file, however the changes could not reflect in the application. I want to remove/replace the text "Full description: (Number of people, Internal/External etc.)" with "Full Description". Please suggest how can I achive this. Please refer teh attached screen shot. Also can you please confirm on...
Edit custom fields
Maximumu number of users
Hi Campbell. Yes , I want to edit the field name. Thanks for the update. May I know when will the next update release? Thanks In Advance, Ramana On Fri, Sep 15, 2017 at 11:34 PM, Campbell Morrison <cimorrison@users.sf.net wrote: What changes do you want to make to the Areas field? Do you know that you can change it from a list to a <select> element by setting $area_list_format = "select"; in your config file? Or if you just want to change the word "Areas" to something else then you can use $vocab_override...
Edit the fileds
Sorry for that . Ill create new ticket On 15-Sep-2017 5:42 pm, "Campbell Morrison" cimorrison@users.sf.net wrote: As mentioned elsewhere in this ticket (a) I cannot see attachments if you just reply to the notification emails, so I do not know what you want to achieve and (b) it would be helpful if you could start a new ticket when you have a new topic please. [support-requests:#1312] https://sourceforge.net/p/mrbs/support-requests/1312/ Modification in access level and adding new lov * Status: open...
Thank you so much Campbell. One last query for the day. Where to edit the below fields. 1: Areas [image: Inline image 1] 2: Want to remove the Full Descritpion and change area [image: Inline image 2] On Fri, Sep 15, 2017 at 5:29 PM, Campbell Morrison cimorrison@users.sf.net wrote: To change the colours, you should make your own theme by copying the directory Themes/default to another directory, eg Themes/ramana and then change the colours by editing styling.inc. To add a logo search for '$mrbs_company_logo'...
I have replaced file with the file which I download from site. Its working fine now. Can you please clarify , If I want to make changes in apllcation colors from where I can change. Also is this possible to display images(png format) if yes please tell me how? On Fri, Sep 15, 2017 at 5:15 PM, Ramana Reddy ramanareddy35@users.sf.net wrote: Yes It is placed at web directory of my MRBS installation. Please refer the screen below. I have done changes(theme color to default) in file systemdefaults.inc...
Yes It is placed at web directory of my MRBS installation. Please refer the screen below. I have done changes(theme color to default) in file systemdefaults.inc and this one placed at same folder too. [image: Inline image 1] On Fri, Sep 15, 2017 at 5:07 PM, Campbell Morrison cimorrison@users.sf.net wrote: The config file should be placed in the web directory of your MRBS installation, ie at the same level as index.php, edit_users.php, etc. [support-requests:#1312] https://sourceforge.net/p/mrbs/support-requests/1312/...
Yes , it s in calssic file. have uploaded the changed config file?-- Yes I saved the changes . Where to upload the config file. On Fri, Sep 15, 2017 at 4:58 PM, Campbell Morrison cimorrison@users.sf.net wrote: I'm not quite sure what you mean. Do you mean that you have set $theme = 'classic126': and then changed it back to $theme = 'default' and the colours are still the classic colours? If so, are you sure that you have uploaded the changed config file? [support-requests:#1312] https://sourceforge.net/p/mrbs/support-requests/1312/...
Hi Campbell, I have changed the theme color from default to classic and the changes were reflected . However when I change back to default the changes are not reflcting in the applcation . Please help me how to check the different colors. and How to change the applcation color to deault. Thanks for your usual support. [image: Inline image 1] [image: Inline image 2] On Thu, Sep 14, 2017 at 4:27 PM, Campbell Morrison cimorrison@users.sf.net wrote: You'll need to modify the MRBS code to do this, in...
Hi Team, Thanks for the help. Sorry to bother you. need advice for the below items 1: Is it possible to change the alignement of the application . want to move some of the tabs like help should move to right corner and rooms and report modules should move to one line below. Please advice how and where to change the positions of each module . [image: Inline image 1] On Thu, Sep 14, 2017 at 1:25 PM, Ramana Reddy ramanareddy35@users.sf.net wrote: Added successfully . Thank you On Thu, Sep 14, 2017 at...
Added successfully . Thank you On Thu, Sep 14, 2017 at 12:25 PM, Ramana Reddy ramanareddy35@users.sf.net wrote: I have added the code as hown below, however the changes not appeared in the application. Please help . [image: Inline image 1] [image: Inline image 2] On Thu, Sep 14, 2017 at 12:12 PM, ramana reddy ramanareddy35@gmail.com wrote: As mentioned , i have created two coulmns in two tables(entry and repeat table) . Cna you help me where exaclty I have to add the below code in config file. $vocab_override['en']['entry.projector']...
I have added the code as hown below, however the changes not appeared in the application. Please help . [image: Inline image 1] [image: Inline image 2] On Thu, Sep 14, 2017 at 12:12 PM, ramana reddy ramanareddy35@gmail.com wrote: As mentioned , i have created two coulmns in two tables(entry and repeat table) . Cna you help me where exaclty I have to add the below code in config file. $vocab_override['en']['entry.projector'] = 'Projector'; On Wed, Sep 13, 2017 at 5:47 PM, Campbell Morrison cimorrison@users.sf.net...
As mentioned , i have created two coulmns in two tables(entry and repeat table) . Cna you help me where exaclty I have to add the below code in config file. $vocab_override['en']['entry.projector'] = 'Projector'; On Wed, Sep 13, 2017 at 5:47 PM, Campbell Morrison cimorrison@users.sf.net wrote: All you need to do is to create two new columns, one in the entry table and the other in the repeat table, called 'projector' and make them tinyint(1). MRBS will do the rest. The only other thing you ned to...
Hi Campbell, Thank you so much for the update. For the item #2 I want to add new filed as add projector like add room . So can you please help.me where I should make chages Regards Ramana On 13-Sep-2017 3:55 pm, "Campbell Morrison" cimorrison@users.sf.net wrote: This is the default configuration. I am not quite sure what you mean by "LOV"? If you mean another field in the booking form, then follow the instructions on "custom fields" in INSTALL and systemdefaults.inc.php. If you mean that you'd like...
Modification in access level and adding new lov