Extensions in Development • Re: [3.3][DEV] AdBlock Detector
Extension updated!1.0.1 dev- Simple messages, a more subtle way to display messages- Permissions added. Set groups permissions -> Misc in ACP. By default all is off!Update Instructions:You may want...
View Article[3.3.x] Support Forum • Re: Rearange topics after a topic is added.
The user can sort by subject by clicking the drop down menu next to "new topic" on the bottom, they can also change default in the UCP.No way to apply on admin side or to specific forum I'm aware of....
View ArticlephpBB Discussion • Re: Dealing with bot traffic
To deal with this I have made two changes to the phpbb-software:Requests with a sid which cannot be found in the database are redirected to a static html file; stating that their session has expired...
View Article[3.3.x] Convertors • bbpress to phpbbb
I need to convert a small bbpress forum to phpbb, but I can't find a way that works.Can anyone give me info?ThanksStatistics: Posted by Ricsca — Tue Jun 17, 2025 6:37 am
View Article[3.3.x] Convertors • Postnuke PNphpbb2 to phpbb
I need to convert an old Pnphpbb2 forum that from what I understand was a fork of phpbb2.Searching online I saw that it has some small changes to the database but I don't know how to fix them with the...
View Article[3.3.x] Convertors • Re: Postnuke PNphpbb2 to phpbb
Have you tried using this convertor? https://www.phpbb.com/customise/db/conv ... convertor/That would get you to phpBB 3.0 and then you just need to jump each minor version until you get to...
View Article[3.3.x] Support Forum • Re: HTTP error when uploading attachments
You might try to find server responce via browser devtools, or alternatively disable javascript in the browser settings and try uploading a file, which should reveal actual PHP error if...
View ArticleExtension Writers Discussion • Re: Don't show attribute if image is used
What's the HTML output? Copy the source for the whole page and try using validator. https://validator.w3.org/#validate_by_inputStatistics: Posted by thecoalman — Tue Jun 17, 2025 2:23 pm
View Article[3.3.x] Convertors • Re: bbpress to phpbbb
Have a look here: viewtopic.php?t=2439331Statistics: Posted by ssl — Tue Jun 17, 2025 3:25 pm
View ArticlephpBB Discussion • Am I the only one seeing seemingly AI posts?
Every now and then we have somebody trying to post links in our board with several techniques, including replies to old posts and AI rewrites of previous posts in the topic. But lately, we are having...
View ArticlephpBB Discussion • Re: Am I the only one seeing seemingly AI posts?
We see them here all the time. We can usually spot them with their first post, while they are still on the Moderation Queue, and eliminate them.Statistics: Posted by Brf — Tue Jun 17, 2025 7:46 pm
View ArticleExtensions in Development • Re: [3.3][RC] Random Quotes
Updated to 1.0.4Minor style changes and in general to meet the coding standards.Purge cache after updating.Statistics: Posted by Stoker 4.0 — Wed Jun 18, 2025 8:39 am
View ArticleExtension Writers Discussion • Best practice for U_CANONICAL
Hello,What is the best practice for using U_CANONICAL on custom pages when the page can be both "foo.php" and just "foo"?Can I just use:Code: 'U_CANONICAL'=> generate_board_url() ....
View ArticleExtension Writers Discussion • Re: Best practice for U_CANONICAL
Too quick to ask the question. Figured it out with helper->route$canonical_url = generate_board_url() . $this->helper->route('vendor_name');and'U_CANONICAL'=> $canonical_url,Statistics:...
View Article[3.3.x] Support Forum • Recover deleted posts for a specific user
One user wanted to leave the forum and he wanted also to delete all his posts.I deleted the user and all his posts.Now he regret it and he asking me to recover all his posts (only the posts and the...
View Article[3.3.x] Support Forum • Re: Recover deleted posts for a specific user
It is possible but extreme complicated, if I where you, don't do it.Statistics: Posted by janus_zonstraal — Thu Jun 19, 2025 7:07 am
View ArticleExtensions in Development • Re: [3.2][3.3][RC] PostReactions
when I installed I got this:Code: Something went wrong during the request and an exception was thrown. The changes made before the error occurred were reversed to the best of our abilities, but you...
View ArticleExtensions in Development • Re: [3.3][DEV][b] phpBB 🙂 Reactions
I asked that, too and Steve anwered:As of version 0.9.2, there is no data loss when updating....Guess you should be fine - I'd do a DB backup anyways before any maintanance/update work.Statistics:...
View ArticlephpBB Custom Coding • Re: Recover deleted posts for a specific user
There is a merge user extension, while this is not what you are looking to do it should point you in the right direction for what you need to export/import if you look at source code.The attachment...
View ArticleExtension Writers Discussion • updating ACP module migration
hi!i'm trying to update the ACP modules (add a new one) between two releases of an ext.i've tryed different ways...no one has solved my problem.important:i'm trying to update the schema by disabling...
View Article