[3.3.x] Support Forum • Re: Update from 3.0.11 to 3.3.14 SQL Error
Ok, posting back here just to keep this altogether. Happy to start a new thread if needed.I was able to work with the hosting provider to get back to PHP 5.6. This got the board back up and running as...
View ArticleExtension Writers Discussion • Re: Creating a controller that handles POST
https://area51.phpbb.com/docs/dev/3.3.x ... -injectionNo files requested, your __construct( is wrongly set.Code: class blobuploader{ protected $user; protected $request; protected $root_path;...
View Article[3.3.x] Support Forum • :santa: Re: Using custom symbols and emojis: any issues?
You'll also find the difference between emojis in topic/post subjects/titles etc to them in the postbody :santa:Statistics: Posted by Steve — Mon Jan 13, 2025 5:39 pm
View Article[3.3.x] Support Forum • Quick Links: editing navbar_header.html doesn't do it
Hi,I'm the admin for a forum, https://forum.irishminis.ie (using version 3.3.8) and it has a link in Quick Links ("IMOC Membership PayPal") that's going to the wrong place, so needs to be either...
View Article[3.3.x] Support Forum • Re: Quick Links: editing navbar_header.html doesn't...
Did you purge the cache in ACP after making changes? That link may be added by an extension if it is not present in the file you mentionedStatistics: Posted by Mannix_ — Mon Jan 13, 2025 6:53 pm
View ArticlephpBB Custom Coding • Re: Some useful SQL
That would indicate the posts were deleted from the posts table and the topic was not deleted from the topics table. Just delete them using MCP.Statistics: Posted by thecoalman — Mon Jan 13, 2025 7:15...
View Article[3.3.x] Support Forum • Re: Topic guest viewer count
If one leaves forum over a night open in browser as in quest. Does the browser cut the connection to the php forum and count goes down ?The "online" stats are not a live count. Under load settings is...
View ArticleExtension Requests • Re: External link and attachment icons similar to Wikipedia
I suppose so. Personally I rarely open any link without reading the url. I often want to know if the source is rubbish or not. I get the url on hover with desktop anyway, and I usually open links in a...
View Article[3.3.x] Convertors • How to migrate Wordpress to phpBB?
Wordpress has been getting killed by its owner bit by bit and unfortunately I made the bad decision of choosing it for my website(blog + forum)Would there be an easy way to migrate things to phpBB? At...
View Article[3.3.x] Convertors • Re: How to migrate Wordpress to phpBB?
Anything is possible but there is no out of the box solution for converting I'm aware of. Wordpress is a CMS, phpBB is full featured forum software. They each have their own purpose. If you want both...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Mp3 Playerbbw 1.0.1
Would be nice to see it as a popup so we can navigate the board still listening to music.Maybe make it possible to stream radio stations?in the new version I have integrated the popup window just...
View Article[3.3.x] Support Forum • Re: Constantly being logged out
You are using SSL for your domain, therefore you should check "Enabled" to cookie secure (cookie notice is at your choice).PHP 7.4 works on the latest phpbb version but it's already old, if you can,...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Topic/Post Reactions,...
Download link still doesn't work. Can i get a new download link? I need this extension..Statistics: Posted by KenTSA — Fri Jan 17, 2025 7:52 pm
View Article[3.3.x] Support Forum • Re: Can the Admin find un-posted user drafts?
Thank you.We will give it a try this weekend & let you know.Thanks again. Statistics: Posted by D. K — Fri Jan 17, 2025 9:36 pm
View Article[3.3.x] Styles Database Releases • Re: 1996
Style Updated to version 1.1.11See first post for Download LinkStatistics: Posted by _Vinny_ — Fri Jan 17, 2025 9:48 pm
View Article[3.3.x] Styles Database Releases • Re: ProLight
Style Updated to version 1.1.12See first post for Download LinkStatistics: Posted by _Vinny_ — Fri Jan 17, 2025 9:51 pm
View Article[3.3.x] Styles Database Releases • Re: Stasis Leak
Style Updated to version 1.0.9See first post for Download LinkStatistics: Posted by _Vinny_ — Fri Jan 17, 2025 9:52 pm
View Article[3.3.x] Styles Database Releases • SE Square
Style name: SE SquareAuthor: Stoker 4.0Style description: A blue colored phpBB3 prosilver based style with no corners and fixed with.Template inheritanceSE Square supports full template...
View Article[3.3.x] Styles Database Releases • Re: SE Square
Style validated/releasedStatistics: Posted by _Vinny_ — Fri Jan 17, 2025 10:07 pm
View ArticleExtension Writers Discussion • Re: Javascript Template Literals (backticks:...
Yep, it's Twig.The solution I've found is to move my Javascript out of <script></script> and into a separate .js file. Better encapsulation anyway, so I'm happy now. But it's surprising...
View Article