Introducing Mobile Upgrade! Make your phpBB board like an app!

@halilesen · 15 May 2024 · 4014 views
Post Reply
User avatar
halilesen
#1 ·
Posts: 55
Joined: 24 Mar 2024, 18:09
Full Name: Halil ESEN
Has liked: 12
Been liked: 9
Image
Image
Image
ImageImage
Image
Image
ImageImage
It's only 28$Send PM to Buy
opbericht
#2 ·
Posts: 2
Joined: 22 May 2024, 05:18
Full Name: Christian
Been liked: 2

Re: Introducing Mobile Upgrade! Make your phpBB board like an app!

This extension seamlessly transforms the user experience, making websites feel like native apps on smartphones. It’s a game-changer!
nounou
#3 ·
Posts: 9
Joined: 29 Aug 2024, 06:48
Full Name: nou nou
Has liked: 1
Been liked: 4

Re: Introducing Mobile Upgrade! Make your phpBB board like an app!

Terrific upgrade to my forum - mobile users love it (and so do I)!

Thank you!
User avatar
halilesen
#4 ·
Posts: 55
Joined: 24 Mar 2024, 18:09
Full Name: Halil ESEN
Has liked: 12
Been liked: 9

Re: Introducing Mobile Upgrade! Make your phpBB board like an app!

mobile-upgrade-push-notifications-enable-button.jpg
mobile-upgrade-push-notifications-enable-button.jpg (26.02 KiB) Viewed 2655 times

Good news everyone.

I updated Mobile Upgrade. Now push notifications can be enabled from the mobile notifications panel. But it disappears when activated. It can be disabled from UCP at any time. But I did it this way so that it wouldn't take up unnecessary space.

This is an important update for those using the phpBB Browser Push Notifications extension. If you are not using push notifications, I recommend you do so; Because you already have a web application with Mobile Upgrade, you can offer a full application experience with push notifications.

I am sent the update file to all my customers who purchased the extension.

Best.
nounou
#5 ·
Posts: 9
Joined: 29 Aug 2024, 06:48
Full Name: nou nou
Has liked: 1
Been liked: 4

Re: Introducing Mobile Upgrade! Make your phpBB board like an app!

Great update thank you! :)
User avatar
oranje
#6 ·
Posts: 1
Joined: 16 Sep 2024, 13:45
Full Name: Lucas van der Ley
Been liked: 1

Re: Introducing Mobile Upgrade! Make your phpBB board like an app!

I had been looking for a solution that could transform my forum into a smartphone app for quite some time. The extension I found and purchased here is without a doubt the best option available! With a customized, quick and easy installation, I was able to provide my users with a completely user-friendly and functional interface.
The support provided by the developer is certainly a plus. Very agile and efficient.
I recommend it to anyone looking for a solution of this type. This extension is what you are looking for!!

My forum is about micronations and micronationalism (a "virtual" country on the internet). If you want to visit, test the installed extension and, who knows, become a citizen, go to http://mauricia.net/agora
User avatar
halilesen
#7 ·
Posts: 55
Joined: 24 Mar 2024, 18:09
Full Name: Halil ESEN
Has liked: 12
Been liked: 9

Re: Introducing Mobile Upgrade! Make your phpBB board like an app!

This is a post showing the lines you need to delete from the push notification extension. It will be kept up to date.

Version 1.0.1

Open:
ext/phpbb/webpushnotifications/styles/all/template/event/overall_header_head_append.html

Delete the following lines:

Code: Select all

<!-- Ensure the app can be added to the home screen on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">

<!-- Ensure the app can be added to the home screen on Chrome -->
<meta name="mobile-web-app-capable" content="yes">

<!-- Sets the status bar style when the app is launched from the home screen on iOS -->
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

<!-- The name of your app when saved to the iOS home screen -->
<meta name="apple-mobile-web-app-title" content="{{ SHORT_SITE_NAME }}">

<!-- The name of your app when saved to other browsers and platforms -->
<meta name="application-name" content="{{ SHORT_SITE_NAME }}">

<!-- Link to app's configuration manifest -->
<link rel="manifest" href="{{ U_MANIFEST_URL }}">

<!-- App icon for iOS, a fallback to icons defined in the manifest -->
{% if U_TOUCH_ICON %}<link rel="apple-touch-icon" href="{{ T_ICONS_PATH ~ U_TOUCH_ICON }}">{% endif %}
Save it.
Post Reply
  • Similar Topics