It's only 30$Send PM to Buy
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!
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!
Thank you!
Re: Introducing Mobile Upgrade! Make your phpBB board like an app!
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.
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
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
1
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.2
Open:
ext/phpbb/webpushnotifications/styles/all/template/event/overall_header_head_append.html
Delete the following lines:
Save it.
Version 1.0.2
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 }}" crossorigin="use-credentials">
{% if U_TOUCH_ICON %}
<!-- App icon for iOS, a fallback to icons defined in the manifest -->
<link rel="apple-touch-icon" href="{{ ROOT_PATH ~ U_TOUCH_ICON }}">
{% endif %}
1
Re: Introducing Mobile Upgrade! Make your phpBB board like an app!
I’d been trying to figure out how to get my forum working nicely on smartphones for a while, and this extension totally nailed it. Setup was super easy and quick, and now the whole thing looks and feels great on mobile.
The support from the developer was also top-notch—fast replies and really helpful.
If you’re thinking about making your forum more mobile-friendly, this is honestly the way to go.
My forum’s called goudenmegaforum.be—drop by, test out how smooth everything runs now, and maybe even stick around and join the fun!
The support from the developer was also top-notch—fast replies and really helpful.
If you’re thinking about making your forum more mobile-friendly, this is honestly the way to go.
My forum’s called goudenmegaforum.be—drop by, test out how smooth everything runs now, and maybe even stick around and join the fun!
1
Re: Introducing Mobile Upgrade! Make your phpBB board like an app!
Very good extension and amazing support
1
Thank you!
Just a quick word of thanks to Halilesen for this mobile app, and for going above and beyond to help me get it running on my site. We had to work through several issues, including some bonehead moves on my part, but he stuck with it and got it up and running nicely! For $30, it's a steal. For all practical purposes, it creates an app for the phone with a phone-friendly interface with push notifications -- things I've wanted for years. Nice work!
1
Re: Introducing Mobile Upgrade! Make your phpBB board like an app!
Have you considered a button that would make it easier to attach photos?
- Click button directly opens folder browsing.
- Selecting item directly puts it inline in the message to where cursor is.
1
Re: Introducing Mobile Upgrade! Make your phpBB board like an app!
Yes I considered. But that would be beyond the limits of this quick reply. I put it off until later. It can be done in the full editor right now.Foxina wrote: 11 Jun 2025, 14:17 Have you considered a button that would make it easier to attach photos?