Menu

#1323 Edit custom fields

open
nobody
None
1
2023-06-28
2017-09-20
No

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 Attachments

Discussion

  • Campbell Morrison

    (1) Set the following in your config file:

    $vocab_override["en"]["fulldescription"] = "Whatever you want";
    

    (2) You can set the home page to be either the day, week or month view by setting

    $default_view = "day";  // or "week" or "month"
    

    (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.

     
    • Ramana Reddy

      Ramana Reddy - 2017-09-21

      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 the maximum number of user that we can
      add to the application

       

      Last edit: Campbell Morrison 2017-09-21
    • Anonymous

      Anonymous - 2017-09-21

      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. .

       
      • Campbell Morrison

        (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

        $page_level['admin.php']                 = 1;  // Ordinary users can view room details
        

        to

        $page_level['admin.php']                 = 2;  // Only admins can view room details
        
         

        Last edit: Campbell Morrison 2017-09-21
        • Anonymous

          Anonymous - 2017-09-21

          Hi

          Please find the attached screen. The application is landing to the attached screen after login

           
          • Campbell Morrison

            Where are you starting the login from? How are you accessing MRBS to begin with? From a bookmarked link?

             
            • Anonymous

              Anonymous - 2017-09-25

              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 .

               
              • Campbell Morrison

                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.

                 
                • Ramana Reddy

                  Ramana Reddy - 2017-09-25

                  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
                  • Campbell Morrison

                    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:

                    $returl = "day.php";
                    
                     
                    • Anonymous

                      Anonymous - 2017-09-25

                      Hi Campbell,

                      I have made the changes which mentioned above, however still facing same issue. Application is navigating to earlier page before logout.

                       
MongoDB Logo MongoDB