Sign In
Not a member yet? Click here to register.
Forgot Password?
Navigation

Php Fusion "PF" Webapp name / favicon

Last updated on 2 years ago
D
diesltek710Junior Member
Posted 2 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 2 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 2 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 06:09, 2 years ago
M
MathiasHUJunior Member
Posted 2 years ago
/images/favicons/site.webmanifest
D
diesltek710Junior Member
Posted 2 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

Fatal error: Uncaught Error: Class "PHPFusion\Minify" not found in /home/fusion/public_html/themes/templates/layout.php:206 Stack trace: #0 /home/fusion/public_html/themes/templates/footer.php(37): require_once() #1 /home/fusion/public_html/infusions/forum/viewthread.php(30): require_once('/home/fusion/pu...') #2 {main} thrown in /home/fusion/public_html/themes/templates/layout.php on line 206