Recently, as a change management standard we made it a standard to Espocrm version number (soon to add out version number as well). Use case: We have multiple instances of Epsocrm for different purposes (e.g. Ducument Management, System Control Parameter, Application Config Management etc,) and we need to keep track the versions of these instances in production and in development. This is a suggestion:
Announcement
Collapse
No announcement yet.
How to change the favicon
Collapse
X
-
'Link Multiple' is probably EspoCRM Forum Wishlist at the moment from the Elba team.
-
Some of the extensions are really interesting and great. These are a my picks:
(1) Label Cells
(2) Welcome
(3) Layout Pro --> good but expensive to justify
(4) Chat ---> expensive, cannot justify need, nice to have.
(5) Mask Field ---> Will not be used often but useful
(6) Link Multiple ---> definitely very useful but very expensive
The rest are something that i would lay off. The bad part the many do have demo and those that have do not work because we need to sign in, its odd. The extension which Abdulkadir mentioned does not exists. Probably he must have bought it sometime ago and it may have been taken off the shelf.
-
I use your tutorial so it got what I need. It something to consider for other people to use I suppose.
-
esforim I just complained to the CEO who is also a member in the forum. Seems overpriced too for some extension for benefit.
-
I don't see where it is either. Their official website is correct, I looked at all their extensions: https://www.eblasoft.com.tr/shop
-
Hi esforim , with regards to differentiating it from other domain/subdomain by adding a "text" to the icon seems too much work. In my case i just change the app name in the settings. This way it will appear at the top of the side-bar. Just a suggestion.
-
Hi @Abdulkadir
I tried their website and all i get is a few extensions. Nothing about the Ebla Theme or any theme for that matter. They dont even seem to have a search feature. This is the site URL: https://www.eblasoft.com.tr/ I dont know if this the correct one. Please advise. Tq.Last edited by murugappan; 01-24-2023, 10:46 PM.
-
Hi my friend, you can use the EblaSoft extension. The extension name is Ebla Theme.
You can change favicon easily
Leave a comment:
-
Confirm easy to follow tutorial and working well.
Very hard to get a good looking favicon due to the small size!
I also want to differential it from other domain/subdomain so I add a "text" to the icon but is so hard to read still. I added in a "red background" to make it slightly easier. It doesn't look good on Desktop, but on mobile with better density it look readable.
Anyway you may need to make a few attempt.Last edited by esforim; 01-13-2023, 02:41 AM.
-
Hi,
NOTE: Use a file converter like https://favicon.io/favicon-converter/ to convert your png images to .ico flles, though the png should also work.
As a closure, I am documenting what i did using all the advises above:
(1) loaded my ico files (either .png or .ico) into new folder under client/custom/img
(2) created a folder custom/Espo/Custom/Resources/metadata/app/
(3) created a new file client.json in the same folder
(4) Added the following code in client.json:
PHP Code:{
"favicon": "client/custom/img/favicon.png",
"favicon196": "client/custom/img/favicon196x196.png"
}
(6) Logout and reloaded the login page.
(7) IT WORKED!!!
Thank you all and Yuri.
See the final results below:
Last edited by murugappan; 01-08-2023, 12:37 AM.
- Likes 4
Leave a comment:
-
esforim did you get to resolve the problem of your code been overridden by Espocrm upgrades?
Leave a comment: