phpBB Ideas • Re: Move email templates into DB so they can be edited in ACP
If you want to create an extension you can start with the stickies in the Extension writers forum. Questions go there also.viewforum.php?f=461Statistics: Posted by thecoalman — Sat Jun 14, 2025 4:04 am
View Article[3.3.x] Support Forum • Re: How to make users read rules before completing...
This should do it... https://www.phpbb.com/support/docs/en/3 ... our-board/Statistics: Posted by CPTOM — Sat Jun 14, 2025 4:04 am
View Article[3.3.x] Support Forum • Re: phpBB Gallery Extension
Can anyone point me to instructions for downloading the extension from GitHub?On main page click the download button and then click download .zip. Just be aware extensions on third party sites have...
View ArticleExtensions in Development • Re: [3.3][RC] Local Time
Thats possible.I registered the bot: 19 May 2024, 17:46It has no timezone:EDIT:If I enable this extension again I have this error all over the board (and I did add timezone for the bot manually):Code:...
View ArticleGeneral Discussion • Re: How can I block "AI"?
Well, that would block the forums content being listed by Google, thus preventing new users to find the forums. That is no good solution.The suggestion was to just BLOCK SOME ( not all ) of the forum...
View Article[3.3.x] Support Forum • Re: How Do I Install the phpBB Gallery Extension?
https://www.phpbb.com/extensions/installing/Statistics: Posted by Sniper_E — Sat Jun 14, 2025 8:38 pm
View Article[3.3.x] Support Forum • Re: Board email address does not work
What are to steps to get to that setting? Click the down arrow to the right of your username in the upper left corner of the page. Select User control panel. Profile tab, Edit account settings. Change...
View Article[3.3.x] Support Forum • Re: Need Help Posting Screenshots.
OKAY. Let's try this.Thank you, Gentlmen. I learned something new today.Statistics: Posted by Ahr Aitch — Sat Jun 14, 2025 11:44 pm
View Article[3.3.x] Support Forum • Re: Sticky permissions
Thanks so much. Picking "Group forum permissions" did it. Somehow that is different than "Forum permissions." It's the same thing except you are locked into one group if you use "Group forum...
View Article[3.3.x] Support Forum • How to create a link to wordpress on my site.
I installed wordpress and changed the static page to woocommerce. But if I enter domainname.com/wordpress it just pulls up domainname.com. I'm paying for woocommerce through bluehost.Otherwise, how do...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
Perhaps uninstall that extension completely and see if that helps?Statistics: Posted by privet.fun — Sun Jun 15, 2025 7:25 pm
View ArticleExtension Requests • Re: Is There a Gallery Extension for phpBB 3.3?
Why don't you contact the author of the extension? Not sure what phpBB members can do for you as phpBB is not the author of the extension?Can you suggest how I might do that? I posted here thinking...
View Article[3.3.x] Support Forum • "The submitted form was invalid." Solved
I installed a second instance of phpBB in order to update and solve a digest 500 error.When first I tried to login with the administrator credentials, I got the message "The submitted form was...
View ArticleExtensions 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: Excessive PHP script executions
You can analyze the access logs yourself. Open with Notepad++, open the the file and open the search pane. Switch to the Mark tab and make sure bookmark line is checked. First search for and mark the...
View ArticlephpBB Discussion • Re: Blocking bots that flood my phpBB with requests
My ACP default "Session IP validation" was set to "A.B.C". When I changed this to "A.B" session login's seem to be working perfectly again. It seems reasonable to me that CF may be adjusting IP...
View Article[3.3.x] Support Forum • HTTP error when uploading attachments
Support Request TemplateWhat version of phpBB are you using? phpBB 3.3.10What is your board's URL? No answer givenWho do you host your board with? DreamHostHow did you install your board? Installed by...
View Article[3.3.x] Support Forum • Rearange topics after a topic is added.
Setting up a vape community with reviews, tips, training...etc.Within the reviews there will be a forum covering flavors for making you're own (And SAFE) juices. There are HUNDREDS of flavor...
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