PDA

View Full Version : Our Customized Login Page - Just wanted to share...


samrobert
July 7th, 2016, 06:27 PM
Here: /forum_images/z_customer_post_crm_customer_portal_login_from_img ur_86jMjh1.png


Looks so much better than the default version.

stephan
July 8th, 2016, 04:08 AM
looks good..

did you do anything with the logged on client?

PcWizard
July 8th, 2016, 07:19 PM
It looks great! Could share how to ?

psi4eva
July 10th, 2016, 06:35 AM
Fantastic job, would love to customize on that level. Any pointers would be much appreciated.

samrobert
July 10th, 2016, 01:15 PM
Easy...

1) Tools -> Options -> Web Interface: Web Pages - Header and Footer
---- Edit Header: Modify the file as needed. This is the header file where the logo goes.
---- You can use HTML here as needed. The example above has just very basic HTML.

2) Tools -> Options -> Web Interface: Web Pages - Header and Footer
---- Edit Footer: Modify the file as needed. This is the footer file. The example is
---- moderately customized with HTML.

3) Background: Do this at your own risk as it involves editing few system files.
---- CommitCRM strongly advises against editing system files. Having said that, there are
---- only two files that you need to modify or four if you want to customize the mobile
---- layout as well. Download the background image(s) and store them in the following
---- folder: Drive:\CommitCRMInstallFolder\WebInterface\Files. Once done you only need
---- to edit out CMTCUSTLOGIN.HTML and CMTLOGINGOODBYE.HTML for the regular web
---- interface. The only thing that needs to be added is to the <body> tag. Find <body
---- and then just add a space and then background="image.ext" in front of it. That's it.
---- e.g. <body background="imagefile.jpg" onkeyup=... ... ...

That's all there is to it.