[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
Moving topics is a built-in feature to phpBB. Make sure you have the 'Can move topics' permission which is a moderator permission under 'Topic actions'. Ensure that you have that permission as 'Yes'...
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[3.3.x] Styles Support & Discussion • Re: Footer in columns
Very good! I'm marking this topic as resolved.Statistics: Posted by bennybernaer — Sat Aug 17, 2024 3:33 pm
View ArticlephpBB Custom Coding • Re: Forum opening hours
Apparently you can't mark this topic as solved yourself?Click the first post and set the post icon to check mark but someone already did it.Statistics: Posted by thecoalman — Sat Aug 17, 2024 3:43 pm
View Article[3.3.x] Styles Database Releases • Re: Reds (2020)
Style Updated to version 3.3.12See first post for Download LinkStatistics: Posted by _Vinny_ — Sat Aug 17, 2024 3:51 pm
View ArticlephpBB Custom Coding • Re: Add IP column in Inactive User
Hi, it would be possible to add a column with the IP address in User Groups>Inactive Users?Thanks.adm/styles/acp_inactive.htmlLook for:<th>{L_EMAIL}</th>Add...
View Article[3.3.x] Translations • How do I get "%2$.2f seconds" to show...
How can I change %2$.2f in strings like the following string so that I get a "," in the number instead of a "."?Code: 'MIGRATION_DATA_DONE'=> 'Installed Data: %1$s; Time: %2$.2f seconds',It might...
View ArticlephpBB Discussion • Re: Completely New to This
That is brilliant. Many thanks.Statistics: Posted by deeps — Sat Aug 17, 2024 8:34 pm
View Article