Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Sign In
Not a member yet? Click here to register.
Forgot Password?
Navigation

Php Fusion "PF" Webapp name / favicon

Last updated on 3 years ago
D
diesltek710Junior Member
Posted 3 years ago
I'm sure most of you are aware with fusion 9 you can create a Webapp with your site by going to your site and adding it to the home screen.

My issue with this is that even tho i changes my sites name and it fav icon when i add my website to the home screen of my phone it will show the fusion logo and instead of my sites name it's names PF.

How do i change this? This is creating confusion for my users...

Also is there anyway to make a link on the site to add to home screen? Are there any notifications that can be pushed out (for example if user gets a pm or there's a new news item, or a calendar event is due?)
diesltek710 attached the following image:
Image not found Image not found
D
diesltek710Junior Member
Posted 3 years ago
Anyone? I don't see any previous threads or anything in the manual in regards to this....
diesltek710 attached the following image:
Image not found
A
ApisJunior Member
Posted 3 years ago
You must have one in the images / favicons folder for the correct icon to be displayed. By default, only the PF icons are there. It is best to use the generator https://realfavicongenerator.net/ and create a set of your own icons by deleting those intended for PF.

Additionally, the site.webmanifest file must be set up in the same folder. By default it looks like this:
{
 "name": "",
 "short_name": "",
 "icons": [
 {
 "src": "/android-chrome-192x192.png",
 "sizes": "192x192",
 "type": "image/png"
 },
 {
 "src": "/android-chrome-384x384.png",
 "sizes": "384x384",
 "type": "image/png"
 }
 ],
 "theme_color": "#ffffff",
 "background_color": "#ffffff",
 "display": "standalone"
}

So you have to enter the name of your website in "name" and "short_name", choose the default colors for the application, etc. More advanced options:
https://web.dev/add-manifest/
Edited by Apis on 08-11-2022 07:09, 3 years ago
M
MathiasHUJunior Member
Posted 3 years ago
/images/favicons/site.webmanifest
D
diesltek710Junior Member
Posted 3 years ago
Awesome! Will try thanks
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.
You cannot up or down-vote on the post in this discussion thread.
You cannot set up a bounty in this discussion thread.
Users who participated in discussion: diesltek710, Apis, MathiasHU