Extension Writers Discussion • parsing text. enable and disable...impossible...
hello there!i'm trying to disable parsing text but i cannot do it.i've the code from the wiki:Code: $sql = 'SELECT post_text, bbcode_uid, bbcode_bitfield, enable_bbcode, enable_smilies,...
View ArticleExtensions in Development • Re: [3.3][DEV] Link 2 Topic Name
ext is in dev so it continously changes. that was a primitive testcode for template no more useful!i've setted the bg-color as the forum one, enabled bbcode/smilies, fixed css and view styles...
View ArticleExtension Writers Discussion • Re: parsing text. enable and...
Take a look at the documentation which describes how BBCode data should be saved to the database and then how to manipulate the data once you've taken it from the database for display.Tutorial:...
View ArticleExtensions in Development • Re: [3.3][BETA] Local Time
Change of plan. I can't add the local time to the member list page without writing non-performant code because there isn't an event I can use to insert the data efficiently. I've created a PR for this...
View Article[3.3.x] Support Forum • Re: A few questions regarding a Tapatalk db.
Hi, sorry for the late response, but I figured that I'd post back with an update..The code I edited my last post with a link, DID the trick.. it actually fixed both the topic and the reply subjects.....
View ArticleExtensions in Development • Re: [3.3][DEV] AdBlock Detector
Extension updated!Update Instructions:You may want to copy the text for the custom page before proceeding.- Disable in ACP- Delete data in ACP- Delete folder via FTP- Upload the new folder- Enable...
View Article[3.3.x] Support Forum • Newest PHP version which phpBB should work?
Should phpBB 3.3.15 work on PHP 8.1 or 8.3 versions?My hosting server is changing to newer PHP version because 7.4 and 8.0 are vulnerable.Statistics: Posted by tapi0 — Fri Jun 06, 2025 6:40 pm
View Article[3.3.x] Support Forum • Re: Newest PHP version which phpBB should work?
Yes, it will work with these php versions.Statistics: Posted by Madalin10 — Fri Jun 06, 2025 6:54 pm
View Article[3.3.x] Support Forum • Re: Password recovery email do not work, mail test...
Thank you all and apologies for the late reply. I was on a business trip and had no time to look into it.@thecoalman - I don't see any errors in the log, nothing from the last months anyway. I am...
View ArticleGeneral Discussion • Re: How much AI do you use?
I dont believe AI can create extensions, yet.But it can help you with code pieces and maybe correct some errors.Thats the php part.CSS/HTML it can do. Nice actually.Statistics: Posted by Stoker 4.0 —...
View ArticleExtension Writers Discussion • Thumbnail in ACP
Hello everyone.I'm writing an extension where you choose an image in ACP from a drop-down menu and a thumbnail should appear below.However, in ACP, the image appears corrupted, but in the index, what...
View ArticleExtensions in Development • Re: [3.3][RC] Local Time
With your text Local time: and then the time (Local time: Sat Jun 07, 2025 7:10 pm)It makes the am/pm wrap to another line. It kind of messes up the look.I adjusted the css to fix that. In the...
View Article[3.3.x] Support Forum • How are the ads. rotated ?
Using Version 3.3.9 as adminI added the ad entension I think ( it was few months ago) in a skeleton test forumSeems to work ok . The ad. is displayed fine in the bottom as I chose.I do not remember if...
View Article[3.3.x] Support Forum • Re: A ban has been issued on your IP address ??
note there is no 96.19.32.51 or any 96.*.*.* wildcard.That IP would come after the last one listed, perhaps it's SQL limit. Go into phpMyadmin and in the banlist table sort by ban_ip. You can also...
View Article[3.3.x] Support Forum • Re: How are the ads. rotated ?
Support for extensions go in the extensions discussion area: https://www.phpbb.com/customise/db/exte ... ds/supportIf there is no solution with the extension you can post a topic in custom coding:...
View Article[3.3.x] Support Forum • Redis cache
I installed Redis cache on my Debian 12 server.I followed some instructions, and they say I need to add this in config.php:Code: // --- Redis cache configuration for phpBB ---if (!isset($cache)) {...
View Article