How to disable the PWA?
+2
Jucarese
Zeta
6 posters
Page 1 of 1
How to disable the PWA?
I saw the topic about the PWA and looked at it in my forum setting and I can't seem to find any options for disabling it. Topic'it at least has options to not activate it and not have it show up on the forum. Am I missing something somewhere or is there an option for it in a different section? Is there a javascript I could use?
Zeta- Forumember
- Posts : 211
Reputation : 2
Language : English
Re: How to disable the PWA?
Hello from the AP you can not deactivate the PWA, it is simple to leave the forum and clean the cookies, after entering you will ask again if you want the notifications or do not give it to no and they will not come out anymore.
Re: How to disable the PWA?
Hello,
Yes you can not deactivate it, but your users do not have use it if they don't want to.
-Beandon
Yes you can not deactivate it, but your users do not have use it if they don't want to.
-Beandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: How to disable the PWA?
jucarese wrote:Hello from the AP you can not deactivate the PWA, it is simple to leave the forum and clean the cookies, after entering you will ask again if you want the notifications or do not give it to no and they will not come out anymore.
I'd prefer if I could stop it from sending an invitation at all so it's not an option for anybody on my forum to use it. Is there maybe a javascript that would prevent it? The topic about it says it's connected to the toolbar, so would deactivating the toolbar get rid of the option for the PWA too? It also apparently needs https, so if I just don't switch the forum over from http to https does that prevent it from becoming an option?brandon_g wrote:Hello,
Yes you can not deactivate it, but your users do not have use it if they don't want to.
-Beandon
Zeta- Forumember
- Posts : 211
Reputation : 2
Language : English
Re: How to disable the PWA?
If you deactivate the toolbar, the notifications will then not work at all.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to disable the PWA?
But it will definitely prevent the PWA then? No invitations to install it or anything like that? My forum will be safe from it?SLGray wrote:If you deactivate the toolbar, the notifications will then not work at all.
Zeta- Forumember
- Posts : 211
Reputation : 2
Language : English
Re: How to disable the PWA?
The forum's PWA notifications are directly linked to its ToolBar notifications and its activation. They can be controlled from the management of ToolBar notifications in each user's profile.
I really do not think your members will be upset by this. All major sites (Youtube and Twitter for examples) are now using this technology.
I really do not think your members will be upset by this. All major sites (Youtube and Twitter for examples) are now using this technology.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to disable the PWA?
I can't tell if that is a "yes" or a "no" to my question asking if deactivating the toolbar for the entire forum will definitely prevent the PWA from being an option and prevent it from sending its invitations and install requests, etc.SLGray wrote:The forum's PWA notifications are directly linked to its ToolBar notifications and its activation. They can be controlled from the management of ToolBar notifications in each user's profile.
I really do not think your members will be upset by this. All major sites (Youtube and Twitter for examples) are now using this technology.
Zeta- Forumember
- Posts : 211
Reputation : 2
Language : English
Re: How to disable the PWA?
You can go to the overall_header mobile template and remove
. This should disable pwa completely, but will also remove some other meta tags. I'm also pretty sure that using the desktop version on mobile will also disable pwa.
|
Guest- Guest
Re: How to disable the PWA?
If you turn the toolbar off, it will prevent the notification options and pop ups from working for sure. I am not sure if it prevents the pwa feature from working altogether though.
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: How to disable the PWA?
That sounds promising, but the "some other meta tags" concerns me a little. Would the meta tags I've added to keep robots away no longer work?Sentis wrote:You can go to the overall_header mobile template and remove. This should disable pwa completely, but will also remove some other meta tags. I'm also pretty sure that using the desktop version on mobile will also disable pwa.
- Code:
{META}
Zeta- Forumember
- Posts : 211
Reputation : 2
Language : English
Re: How to disable the PWA?
On my forum, removing {META} removes the following meta tags:language, description, keywords, robots(present by default, I haven't added one), tags for rss feeds(not really used anymore), apple-touch icons(I'm not sure what's with these), manifest(which enables pwa), msapplication-titleColor and Image(I think these have to do with the windows live tiles and they will default to using other meta tags).
The tags that you add in the admin panel are injected though {META}. The good thing is that you can manually add them to the templates so that they will work after deleting {META}. If you want, you can post the tags that you added here and I'll explain what you need to do.
Honestly, there were much better ways for forumotion to add this feature, and a bunch of other features as well.
The tags that you add in the admin panel are injected though {META}. The good thing is that you can manually add them to the templates so that they will work after deleting {META}. If you want, you can post the tags that you added here and I'll explain what you need to do.
Honestly, there were much better ways for forumotion to add this feature, and a bunch of other features as well.
Guest- Guest
Re: How to disable the PWA?
@Zeta
@Sentis
Hello!
Do you really think that removing meta tags is an adequate operation? I do not recommend doing this, as in the future this may disrupt the functioning of your forum.
I really don’t understand what you want to disable. The translator incomprehensibly translates your words. Sorry. But if we are talking about any pop-ups, you can disable them through the browser or in the personal settings of users.
Do not do what hurts you ...
@Sentis
Hello!
Do you really think that removing meta tags is an adequate operation? I do not recommend doing this, as in the future this may disrupt the functioning of your forum.
I really don’t understand what you want to disable. The translator incomprehensibly translates your words. Sorry. But if we are talking about any pop-ups, you can disable them through the browser or in the personal settings of users.
Do not do what hurts you ...
Re: How to disable the PWA?
@'Storyteller of Wonderland', I'm pretty sure @Zeta didn't use a translator. Either way, you may want to give this a read:https://help.forumotion.com/t157771-progressive-web-app-pwa-available-on-forumotion-forums#1094428
Guest- Guest
Re: How to disable the PWA?
The only meta tags I've added are noindex, nofollow.Sentis wrote:On my forum, removing {META} removes the following meta tags:language, description, keywords, robots(present by default, I haven't added one), tags for rss feeds(not really used anymore), apple-touch icons(I'm not sure what's with these), manifest(which enables pwa), msapplication-titleColor and Image(I think these have to do with the windows live tiles and they will default to using other meta tags).
The tags that you add in the admin panel are injected though {META}. The good thing is that you can manually add them to the templates so that they will work after deleting {META}. If you want, you can post the tags that you added here and I'll explain what you need to do.
Honestly, there were much better ways for forumotion to add this feature, and a bunch of other features as well.
There probably were better ways to do add it, but really I'd be a lot happier if they just gave us the option to disable it entirely.
Zeta- Forumember
- Posts : 211
Reputation : 2
Language : English
Re: How to disable the PWA?
Are you exactly getting complaints from your members? I really do not see this as an issue.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to disable the PWA?
I would imagine that the nofollow, noindex tags that you added have the name robots and nofollow, respectively noindex being the content. If that is true, you can replace {META} in the template with:
I personally think that this whole pwa thing is a bit unnecessary and forced and will most likely disable it on my forum. It may have some benefits, but it's something that I can't fully control and I don't like that.
- Code:
<meta name="robots" content="noindex,nofollow>
I personally think that this whole pwa thing is a bit unnecessary and forced and will most likely disable it on my forum. It may have some benefits, but it's something that I can't fully control and I don't like that.
Guest- Guest
Re: How to disable the PWA?
I agree completely. Though I feel the same about a lot of some of the recent additions.Occultist wrote:I would imagine that the nofollow, noindex tags that you added have the name robots and nofollow, respectively noindex being the content. If that is true, you can replace {META} in the template with:It will remove PWA and keep your custom tags.
- Code:
<meta name="robots" content="noindex,nofollow>
I personally think that this whole pwa thing is a bit unnecessary and forced and will most likely disable it on my forum. It may have some benefits, but it's something that I can't fully control and I don't like that.
Thank you for your help.
Zeta- Forumember
- Posts : 211
Reputation : 2
Language : English
Re: How to disable the PWA?
As far as I can tell, for now. So I suppose so.skouliki wrote:
hello
is this solved?
I'd have to check but I think that might make this my first solved thread actually.
Zeta- Forumember
- Posts : 211
Reputation : 2
Language : English
Similar topics
» How do you disable.......
» Disable Map?
» Disable bots?
» How to disable pms
» Disable Progressive Web App (PWA)
» Disable Map?
» Disable bots?
» How to disable pms
» Disable Progressive Web App (PWA)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum