Find the answer to your Linux question:
Results 1 to 5 of 5
Hello, I am new to Ubuntu and Open EMR. How do I change the Navigation/visual layout to radio buttons in OpenEMR. I followed the directions at that stated to: OpenEMR ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    2

    New to Ubuntu and OpenEMR

    Hello,

    I am new to Ubuntu and Open EMR. How do I change the Navigation/visual layout to radio buttons in OpenEMR.

    I followed the directions at that stated to: OpenEMR now has three visual layouts to choose from; traditional, frames with radio buttons, and frames with tree view selection (screenshots of each of these are shown below). The layout is chosen by editing the openemr/interface/globals.php file here:

    // Set this to 1 or 2 to activate support for the new frame layout.
    // 0 = Old-style layout
    // 1 = Navigation menu consists of pairs of radio buttons
    // 2 = Navigation menu is a tree view
    //
    $GLOBALS['concurrent_layout'] = 1;

    I put the file openemr/interface/globals.php into the command line in the terminal. I got the message: No file found.

    What am I doing wrong?

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    I put the file openemr/interface/globals.php into the command line in the terminal. I got the message: No file found.
    What do you mean by this? You just typed openemr/interface/globals.php ? You need to specify a text editor to edit the file, for example
    Code:
    gedit openemr/interface/globals.php
    As is, you're also looking for this path beginning in the current directory, so you may need to change directories, or indicate the full path, something like
    Code:
    gedit /var/www/html/openemr/interface/globals.php

  3. #3
    Just Joined!
    Join Date
    Oct 2009
    Posts
    2

    OpenEMR

    Hello Reed9,

    I followed the directions put forth at this OpenEMR link to change to a radio button navigation style:
    oemr.org/modules/wiwimod/index.php

    I could not get it to work. Any suggestions?

    Mike

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    I'm afraid I'm completely unfamiliar with the software. Did you find and edit the file and it still doesn't work?

  5. #5
    Just Joined!
    Join Date
    Oct 2009
    Posts
    2

    Emr

    Thank you for your help. I input what you suggested, A file window opens, but there are no file in the window to change. I will have to contact the software developer.

    Thank you again,

    Mike

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •