Jump to content

anton

Members
  • Posts

    84
  • Joined

  • Last visited

Posts posted by anton

  1. We do have an option for our customers to write their own JS/HTML/CSS combo for the user portal. In terms of customization this is the ultimate solution which has no limits of what can be achieved. You can write a small snippet, or a whole new section for the home/main view of the user portal. And the best part - it will be applied to both Web browser and all the Desktop apps

  2. Please update one more time! :)

    Starting this version of the app the version you see at the bottom left corner is no longer relevant and will be phased out. The reason for that is we've introduced a new mechanism that matches the version of the PBX to user portal to allow for a better compatibly. Meaning there's no need to worry about having any compatibility issues between PBX and the app, and by simply updating PBX the user portal (web & app) will be updated as well.

  3. What's your PBX version? 

    There are 2 .css files that can be used to stylistically change user interface depending for users those changes are intended:

    1. For regular users only: css/agent-portal.css
    2. For all users including ACD managers and Admins: css/user_portal_custom.css

    There's also a matter if you are running a multi-domain system, to affect all the domain those modifications can be carried on the admin level, or for each domain independently within each domain settings. 

    And of course those changes will be applied to both webrtc and Windows app users. 

    Add those lines to either .css files mentioned above and you should be all set, and don't forget there could potentially be caching issue:


    #live-calls-block{
    display: none;
    }

    /*My calls window*/
    #my-calls-block{
    height: 100% !important;
    }

     

     

    image (3).png

×
×
  • Create New...