Extension Writers Discussion • Remove app.php from custom routes
Is there a way to remove the app.php file name from custom routes defined through extensions using the phpBB router?I have the following code in my routing.yml file:Code: danieltj_api_default_route:...
View ArticleExtension Writers Discussion • Re: Remove app.php from custom routes
Not sure about programmatically, but for each board under "Server Settings", set this option to yes.Statistics: Posted by Kailey — Mon Aug 12, 2024 8:36 pm
View Article[3.3.x] Support Forum • Re: I can't update the platform
The method used for the update was this same update method does not see /update /install shows me an empty page https://www.phpbb.com/support/docs/en/3 ... date_full/Statistics: Posted by linkcs.in —...
View Article[3.3.x] Support Forum • Re: Can I recover a board with just the database intact?
Sorry I have very minimal experience with phpbb or with the databases. So very limited knowledge overall. I am an old truck driver lol. I can tell you how to shift an 18 speed transmission and teach...
View ArticlephpBB Ideas • phpBB "safe mode"
Pretty simple idea, no idea how hard to implement. Getting into the ACP can be problematic when an extension, style or language pack is causing issues. Have a setting in config.php for "safe mode"....
View Article[3.3.x] Support Forum • Managing attachment extensions
I need for registered users to upload attachments that are documents such as .doc, .pdf and .xls. I have the "Attachment settings" within the ACP adjusted appropriately. Ive been trying to work with...
View Article[3.3.x] Support Forum • Re: Managing attachment extensions
At this point there is really no difference except between images and the others. Images are served with image mime type so the browser displays it as image. Years ago the others would be served with...
View ArticlephpBB Ideas • Re: phpBB "safe mode"
Doesn't sound like a silly idea. One obvious question: what's the fallback if someone is dumb enough to remove Prosilver and/or english_gb?The former is unlikely, due to inheritance being so common....
View Article[3.3.x] Support Forum • Re: Images rotated ??
The issue is caused by photos taken on phones including a flag in the header which says "This way up". This ensures the photo will display with the correct orientation regardless of whether the phone...
View ArticleExtension Requests • Re: Better Ranks Extension Request
!empty is for checking a bool. Rich is a nub. You could also check the $template_data is also an array [].So that top line that you posted should be the correct fix and the other line should stay how...
View ArticleWanted! • Re: Patreon - phpBB connection
Yay! Statistics: Posted by nou nou — Wed Aug 14, 2024 6:11 pm
View Article[3.3.x] Support Forum • Creating Header Image as a Link
Greetings again. I'm hoping someone can help me.I've created a discussion forum for our car club, which is linked to our car club's website, socrc.org. I was able to make the header image on our...
View Article[3.3.x] Support Forum • Re: Creating Header Image as a Link
Are you using a custom made style or a child style inheriting from prosilver?Are you able to post the content of your overall_header.html file? It's as simple really as just inserting <a...
View Article[3.3.x] Support Forum • Email not sending for any task regardless of smtp...
Support Request TemplateWhat version of phpBB are you using? phpBB 3.3.12What is your board's URL? https://forums.solo2.comWho do you host your board with? LiquidwebHow did you install your board? I...
View Article[3.3.x] Support Forum • Re: Moving topics from one forum to another
Those abilities are forum specific.permissionsforum moderatorsChoose either some forums or a whole categoryThen choose global mods top right of the next page and select edit permissionsThen choose a...
View ArticlephpBB Custom Coding • Re: Forum opening hours
I'm sorry but your last message is a bit Chinese to me. In which php file should I look for that event? I don't know at all what code to look for or replace there. I can't write PHP myself.Statistics:...
View Article[3.3.x] Support Forum • Re: Apple device issues?
Sorry I have no idea how to do that.Ask your hostOrPut this in your .htaccess Code: RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]Oruse Goolge te...
View Article[3.3.x] Support Forum • Re: Changing colors of URL weblinks in posts
Thanks - I posted the issue, hopefully there will be a response soon.Statistics: Posted by 57Chevy_Jeff — Fri Aug 16, 2024 8:17 pm
View Article[3.3.x] Support Forum • Re: Upgrade issue from 3.2 to 3.3
The database upgrade seemed to work correctly - how can I check?Host has now restored a site backup and I show 3.3.12 and PHP 7.4. But even more serious confusion for me now! I have been getting weird...
View Article[3.3.x] Styles Database Releases • Re: FarmingPro
Style validated/releasedStatistics: Posted by _Vinny_ — Sat Aug 17, 2024 3:33 pm
View Article