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.
Not a member yet? Click here to register.
Forgot Password?

Php Fusion "PF" Webapp name / favicon

Asked Modified Viewed 1,491 times
D
diesltek710
D
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 7 threads in the forums
  • Started this discussions
asked
Junior Member

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
0 replies

4 posts

D
diesltek710
D
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 7 threads in the forums
  • Started this discussions
answered
Junior Member

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
0 replies
A
Apis
A
Apis 12
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 13 threads in the forums
answered
Junior Member

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,
0 replies
M
MathiasHU
M
https://fusion.bltfm.hu/
  • Junior Member, joined since
  • Contributed 48 posts on the community forums.
  • Started 3 threads in the forums
  • Answered 1 question
answered
Junior Member

/images/favicons/site.webmanifest
0 replies
D
diesltek710
D
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 7 threads in the forums
  • Started this discussions
answered
Junior Member

Awesome! Will try thanks
0 replies

Category Forum

PHPFusion Dynamics - 9

Labels

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

D
D
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 7 threads in the forums
  • Started this discussions
A
A
Apis 12
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 13 threads in the forums
M
M
https://fusion.bltfm.hu/
  • Junior Member, joined since
  • Contributed 48 posts on the community forums.
  • Started 3 threads in the forums
  • Answered 1 question

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet