phpBB 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 ArticleExtension Writers Discussion • Re: updating ACP module migration
Any errors?Statistics: Posted by rxu — Fri Jun 20, 2025 3:23 am
View Article[3.3.x] Styles Support & Discussion • How to modify the logo of my forum
Hello Everyone,I cannot find the logo of my forum.I want to change it for a new one.Thanks for reading this post and your kind help.Statistics: Posted by kuri2004 — Fri Jun 20, 2025 8:49 am
View Article[3.3.x] Styles Support & Discussion • Re: How to modify the logo of my forum
Sorry,I found the answer. I could not delete my message. Please do it.Statistics: Posted by kuri2004 — Fri Jun 20, 2025 9:14 am
View Article[3.3.x] Support Forum • permission related ACP stuff not working
all perms related stuff, forums or user groups or permissions don't work, they return 500 errorscURL: curl...
View Article[3.3.x] Support Forum • Re: permission related ACP stuff not working
You'd have to check the server error logs.Statistics: Posted by thecoalman — Fri Jun 20, 2025 11:21 pm
View ArticleExtension Requests • Re: URL rewriting
I unstalled it but and managed to activate it but it crashed when i clicked on the settings why does it say :latest release 2021 did I miss something...Statistics: Posted by cotp — Sat Jun 21, 2025...
View Article[3.3.x] Support Forum • Re: Where Does One Post Board Issues?
I was aware that my localhost link would not work. I included it to show the result I was getting.It can't show the result you are getting as your localhost is only accessible to you. The link you...
View Article[3.3.x] Support Forum • Post Shoutbox / chatbox won't show
OK, another q plz… I have gone through the instructions on how to enable the chatbox at least three times - enable/disable - enable/disable - enable >>> Nothing Happens when I view the Index...
View Article[3.3.x] Support Forum • Re: Post Shoutbox / chatbox won't show
Support for extensions is on the page where you downloaded it.Statistics: Posted by KevC — Sat Jun 21, 2025 6:52 pm
View Article