By: zetalliance
Spice up the Zimbra log-in screen with random images from unsplash.com.
Open the following file using nano/vi on your server /opt/zimbra/jetty/webapps/zimbra/public/login.jsp and append before < / body >
the following css:
.LoginScreen {
background-color : #777 !important;
background-image : url('https://source.unsplash.com/random/featured/?nature') !important;
background-position : center;
background-repeat : no-repeat;
background-size : cover;
}
This Zimlet shows random image in the top of the Zimbra UI after the user is logged in.
mkdir /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_unsplash
mkdir /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_unsplash
wget https://raw.githubusercontent.com/Zimbra-Community/unsplash/master/tk_barrydegraaff_unsplash/tk_barrydegraaff_unsplash.xml -O /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_unsplash/tk_barrydegraaff_unsplash.xml
wget https://raw.githubusercontent.com/Zimbra-Community/unsplash/master/tk_barrydegraaff_unsplash/tk_barrydegraaff_unsplash.css -O /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_unsplash/tk_barrydegraaff_unsplash.css
Rating | ( 3 ratings ) |
Downloads | 638 |
Latest Version | 0.0.1 |
Categories | Fun |
Compatibility | ZCS 8.8.x |
License | GNU General Public License v2.0 |
Created | on 5/29/19 |
Updated | on 5/29/19 |
By: franck.chalon on on 7/23/20 for version 0.0.1
Bonjour,
L'installation de base na pas fonctionné pour moi.
Je suis passé par le script https://github.com/Zimbra-Community/unsplash/blob/master/zimbra_unsplash_login_patch.sh
Et ça marche super bien !
Un grand merci !!!
By: ibrahimayhans on on 5/12/20 for version 0.0.1
Hi Brother,
I Provided Editing As You Specify,
It Looks In The Top Header Area After Login But It Is Not Visible On The Home Login Screen ?
How Can I Check
You must edit login.jsp as described in the readme.
Replied on 7/6/20
By: zimico on on 10/31/19 for version 0.0.1
This zimlet makes zimbra become more attractive. Good work. Thank you guys!