Edit custom fields
Brought to you by:
jberanek
Hi Sir,
Please clarify the below items.
1: How can I edit the below custom filed as attached screen.
"Full description"
2: When application is installed in remote server, how to set the home page. I mean where I should do changes so that particaler page should display as home page.
3:As per checked , I found only two background colors in the applcation.
i.e default
custom
Is there any way to define more colors and use them.Please give me some examples.
4: How to insert text at bottom of the application (footer)
(1) Set the following in your config file:
(2) You can set the home page to be either the day, week or month view by setting
(3) Edit the colours in styling.inc. Or if that does not give you enough choice, create a custom CSS file - see systemdefaults.inc.php for instructions.
(4) Create a file footer.inc in your theme, by copying from the default theme, and modify that.
Thank you for the update Sir.
As menitoned in step 1
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 the maximum number of user that we can
add to the application
Last edit: Campbell Morrison 2017-09-21
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "DO NOT USE - Support Requests"
Hi Sir,
For the item #2: I have set the default page as day, however still the application is redirecting to rooms page.
I want to set the application in such a way that when user login in to application, user should see the screen 1 as attached below. i.e application should navigate to page as shown in screen 1
also user with level 1(user ) should not have access to module "Room". Only admin have access to view rooms.
please suggest if these changes can be done. .
(1) When you say it is redirecting to the Rooms page, where is it redirecting from?
(2) Change the line in mrbs_auth.inc that looks like
to
Last edit: Campbell Morrison 2017-09-21
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "DO NOT USE - Support Requests"
Hi
Please find the attached screen. The application is landing to the attached screen after login
Where are you starting the login from? How are you accessing MRBS to begin with? From a bookmarked link?
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "DO NOT USE - Support Requests"
Hi Sir,
Sorry for the late reply.
Please find the attached sheet .
Here the application is navigating to earlier page before logout from the application.
for example. before logout if the user opened help module and after logout and login the application navigating to help.
In same way the page was rooms before logout the application navigating to rooms after logout and login.
I want to set the page default to room booking for user .
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 they've logged in then they are presented with the day view instead of the page they were trying to get to. Likewise if they are trying to make a booking for a particular date by clicking on a cell in the week view, then they will be asked to login before they can make the booking. After the login they will be presented with the day view, instead of the edit_entry form.
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
? .
Last edit: Campbell Morrison 2017-09-25
Assuming you are using MRBS 1.6.1 and are using the 'php' session scheme, then edit session/session_php.inc and add the following line at line 24:
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "DO NOT USE - Support Requests"
Hi Campbell,
I have made the changes which mentioned above, however still facing same issue. Application is navigating to earlier page before logout.
(1) Set
(2) I have already answered this in https://sourceforge.net/p/mrbs/support-requests/1321/ and https://sourceforge.net/p/mrbs/support-requests/1322/