Favicon and Signature

arnabnaha wrote on Friday, October 09, 2015:

Hello,

QUESTION 1
I want to change the favicon icon (which is currently defaulting to the xampp favicon) to a different one. where should I place that favicon in openemr directory?

QUESTION 2
I want to place automatic signature in the prescription signature area. where should I place the signature image for that to work?

Thanks and regards,
Arnab Naha

epsdky wrote on Friday, October 09, 2015:

Hello Arnab,

Looking at the code, it seems the signature file goes in…

/interface/pic/

with name “sig.png” (can change this)

To turn on the automatic signature feature change “false” to “true” in line 40 in…

/sites/default/config.php

line 40 becomes…

$GLOBALS['oer_config']['prescriptions']['use_signature'] = true;

Regards,

epsdky.

epsdky wrote on Friday, October 09, 2015:

Hello Arnab,

It seems to set a favicon for OpenEMR without changing code, would require changing default XAMPP ICO

aethelwulffe wrote on Friday, October 09, 2015:

Actually, just stick your favicon under /htdocs/ and under openemr/sites/default and you are good to go. Just replace the one that is there. You can also do the same with the logo for the login, and adjust the banner area to fit it if you like. If you want, I will tag up a tutorial on modifying your look.

arnabnaha wrote on Saturday, October 10, 2015:

Thanks epsdky and Art,
I will do as you directed and get back with results/problem I face.

Thanks
Arnab

arnabnaha wrote on Saturday, October 10, 2015:

Hi epsdky
I added the signature and it seems to work only for the Fax print and not for the others.

epsdky wrote on Saturday, October 10, 2015:

Hello Arnab,

(You’re welcome)

That’s correct, automatic signature is only associated with the fax button.