Make sure you backup the files. If you aren’t familiar with HTML JAVA etc one wrong place quote or tick could make the system completely unusable!
Agent Contact Center Desktop:
CUSTOMIZE LOGIN SCREEN MODIFICATIONS
Edit the file:
/var/www/html/modules/agent_console/index.php
On around LINE 180 alter the text in ‘ ‘ section on the right. (shown in bold
‘WELCOME_AGENT’ => _tr(‘COMPANYNAME Agent Console’),
MODIFY AGENT CONSOLE TABS
Can change the name of the VTIGER CRM tab that ISSABEL puts in.
I changed mine to CUSTOMER CRM
Edit the file:
/var/www/html/modules/agent_console/index.php
Alter the section in BOLD
‘BTN_VTIGERCRM’ => file_exists(‘/var/www/html/vtigercrm’) ? _tr(‘CUSTOMER CRM‘) : NULL,
=========================================
Change “END SESSION” to “LOGOUT”
My agents were confused sometimes and would press end session instead of hangup.
Edit the file:
/var/www/html/modules/agent_console/index.php
=========================================
(we have a product with a similar name and it was causing confusion)
/var/www/html/themes/tenant/themesetup.php
Modify the options in BOLD to be what you want
edit the file:
In this example we copy/pasted some lines and modified them with Hotmail, Reddit and Google to show how you can point to other URL locations
<!– Profile sub-links –> <li><a href=”#” class=”register_link”>{$Registered}</a></li> <li><a href=”#” id=”viewDetailsRPMs”><i class=”fa fa-cube”></i>{$VersionDetails}</a></li> <li><a href=”http://www.issabel.org” target=”_blank”><i class=”fa fa-external-link”></i>Visit Issabel Website</a></li> <li><a href=”http://www.hotmail.com” target=”_blank”><i class=”fa fa-external-link”></i>Hotmail</a></li> <li><a href=”http://www.reddit.com” target=”_blank”><i class=”fa fa-external-link”></i>Reddit</a></li>
<li><a href=”http://www.google.com” target=”_blank”><i class=”fa fa-external-link”></i>Google</a></li>
<li><a href=”#” id=”dialogaboutissabel”><i class=”fa fa-info-circle”></i>{$ABOUT_ISSABEL2}</a></li>
|
Add Additional menus of your own in the Agent console:
You’ll notice in this example we’ve add 2 more menu options, and we’ve updated the ICON.
Copy paste the BOLD code and alter it to suite your environment.
<ul class=”dropdown-menu”>
<!– Reverse Caret –> <!– Profile sub-links –> <!——- doubled up code —-> <!–li id=”header_notification_bar” class=”dropdown”> |
Customize the icon that you click on by altering
<i class=”fa fa-info-circle”></i>
Here’s a few you can use
fa-cog
fa-laptop
fa-envelope
fa-lock
fa-phone
fa-print
fa-bar-chart-o
fa-comments
fa-book
fa-fax
fa-cubes
fa-plus
fa-tachometer
You can have a whole bunch of them. Just repeat the code in bold above then customize each one.
======================================================
You can edit the PASSWORD prompt on the login. Again, we have a product with a similar name so we had agents getting confused.
Alter the password popup box when you click on “CHANGE ISSABEL PASSWORD”
/var/www/html/modules/_issabelutils/index.php
$jsonObject->set_message(array( ‘title’ => _tr(‘Change GUI Password‘), ‘html’ => $smarty->fetch(“$local_templates_dir/_change_password.tpl”), |
=========================================================
Modify Login password box.
My users sometimes get confused between the agent id they logon to the GUI with and the one for their phone. IE. jsmith/password01 vs SIP/1000 / numeric password they key into the phone. Agents are smart, but we live in a society of too many passwords.
/var/www/html/themes/tenant/_common/login.tpl
=====================================================================
MODIFY REPLACE ISSABEL or ELASTIX logos.
If you need to modify the Issabel logos and replace them with your own, just replace this png file.
the main menu logo is located in this directory:
/var/www/html/themes/tenant/images/issabel_logo_mini.png
Hey I don’t want to NOT give Issabel credit for this product, its awesome. But my login is public facing so I want to avoid advertising the system to reduce chances of exploits being attempted.
This is the reference file – changes it to the new name
The default file is about 200×60 in size.
The file name reference is in the
/var/www/html/themes/tenant/_common/login.tpl
and called “issabel_logo_mini.png”
/var/www/html/themes/tenant/_common/login.tpl
You can make the logo size doubled with the following commands:
sed -i -r ‘s/width=”200″/width=”400″/’ /var/www/html/themes/tenant/_common/login.tpl
sed -i -r ‘s/height=”62″/height=”110″/’ /var/www/html/themes/tenant/_common/login.tpl
=================================================================
Agent Logoin screens
themes/tenant/_common/login.tpl
themes/tenant/_common/index.tpl
ทิ้งคำตอบไว้
คุณต้องเข้าสู่ระบบ เพื่อจะพิมพ์ความเห็น