How to install custom skin in Zimbra: Difference between revisions

(Created page with "{{BC|Certified}} __FORCETOC__ <div class="col-md-12 ibox-content"> =How to install custom skin in Zimbra= <hr> {{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS 8.8}}|}} <hr> ====Steps==== 1)U...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
__FORCETOC__
__FORCETOC__
<div class="col-md-12 ibox-content">
<div class="col-md-12 ibox-content">
=How to install custom skin in Zimbra=
=How to install custom skin in Zimbra?=
<hr>
<hr>
{{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS 8.8}}|}}  
{{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS 8.8}}|}}  
<hr>
<hr>


====Problem====
How to install custom skin in Zimbra?
====Steps====
====Steps====
1)Upload custom skin folder into Zimbra server.
1)Upload custom skin folder into Zimbra server.


  /tmp/yourskin.zip
  /tmp/custom_skin.zip


2) Deploy skin through Zimbra user.
2) Deploy skin through Zimbra user.


  zmskindeploy  /tmp/yourskin.zip
  zmskindeploy  /tmp/custom_skin.zip
  zmmailboxdctl restart
  zmmailboxdctl restart


3) Verify the defalut directory:
3) Verify the defalut directory:


  cd /opt/zimbra/jetty/webapps/zimbra/skins/yousee/
  cd /opt/zimbra/jetty/webapps/zimbra/skins/custom_skin/
  ls -lrth
  ls -lrth


4) Now users will find the custom theme in the Preferences, under Appearance to select and save.
4) Now users will find the custom theme in the Preferences, under Appearance to select and save.

Latest revision as of 05:46, 26 December 2022

How to install custom skin in Zimbra?


   KB 24437        Last updated on 2022-12-26  




0.00
(0 votes)

Problem

How to install custom skin in Zimbra?

Steps

1)Upload custom skin folder into Zimbra server.

/tmp/custom_skin.zip

2) Deploy skin through Zimbra user.

zmskindeploy  /tmp/custom_skin.zip
zmmailboxdctl restart

3) Verify the defalut directory:

cd /opt/zimbra/jetty/webapps/zimbra/skins/custom_skin/
ls -lrth

4) Now users will find the custom theme in the Preferences, under Appearance to select and save.

Jump to: navigation, search