Extensions in Development • [3.3][DEV] Advanced Post Image Uploader
Extension Name: Advanced Post Image UploaderAuthor: GalandasExtension Description: A phpBB extension that allows users to upload images directly into posts through a simple, modern, and...
View ArticleExtensions in Development • Re: [3.3][DEV] Advanced Post Image Uploader
Excellent, but is it possible to customize the bbcode that will be added with an image? It would be really cool if you couldStatistics: Posted by eunaumtenhoid — Wed May 21, 2025 2:07 am
View Article[3.3.x] Support Forum • Browser/cookie remembered my acp log in status
Hello. Ytesterday I logged in to the acp and after basic user rights job I clicked the restore my own rights after tested the user rights. Browser went to the forum view, not the acp view. After...
View ArticleExtensions in Development • Re: [3.3][DEV][b] phpBB 🙂 Reactions
Hello, it seems there is 2 ext for the same thing : viewtopic.php?t=2662960Statistics: Posted by Aurelienazerty — Wed May 21, 2025 4:18 pm
View ArticleExtensions in Development • Re: [3.3][DEV] Wrap It BBCode
You must be talking about the Wrapit bbcode. It uses {TEXT} in the bbcode so it should show anything you post in it.I downloaded the phpBB Media Embed PlugIn extension and will test the [media] bbcode...
View Article[3.3.x] Support Forum • Re: Who's birthday is it
Use translation in my languagePortuguese is not a language, it is a secret code Statistics: Posted by Chico Gois — Thu May 22, 2025 7:42 pm
View Article[3.3.x] Support Forum • Re: Clear option
There's no default setting to turn it on.Why would they need to clear it? If a field is incorrect there's a message at the top saying which one it is so they can correct it. They don't need to wipe...
View Article[3.3.x] Support Forum • locked out after style install
Hello all. I just spent 3 hours setting up a site to be locked out because I changed a style?? How is this possible? How can this possibly be this convoluted? Before you continue reading, if you want...
View Article[3.3.x] Support Forum • Re: locked out after style install
Installing a style should not return an internal server error, especially if all you've done is active a style in the Admin Control Panel. What errors are you getting, can you check your error logs...
View Article[3.3.x] Support Forum • Re: Bug Auth X (ex Twitter)
I have absolutely no mastery of phpBB coding, if you need debugging, I suggest you create a new installation of phpBB and configure the OAuth method by consulting the following guide:...
View Article[3.3.x] Support Forum • Re: Send post
As we have already explained to you, the most common reason for slow posting is sending email notifications. If you turn off email, those notifications are eliminated.I've already done it, send the...
View Article[3.3.x] Support Forum • Re: Admin CP Login is a blank white page
Try http://www.example.com/yourforum/install/Statistics: Posted by thecoalman — Fri May 23, 2025 4:42 pm
View ArticleExtensions in Development • Re: [3.3][DEV] Track Users
When deleting a member via ACP, you get:Code: SQL ERROR [ mysqli ][0]SQLNo values specified for SQL IN comparisonBACKTRACEFILE: (not given by php)LINE: (not given by php)CALL: msg_handler()FILE:...
View ArticleExtensions in Development • [3.3][DEV] AutoModerator
Name: AutoModeratorDescription: Adds a new user that automatically moderates your forum.Version: 0.1.0Author: danieltjFeatures: NoneDemo: NoneRequirements: phpBB version 3.3.x or later php 7.4 or...
View ArticlephpBB Custom Coding • site-specific parameters
I have modified ucp_register.php to check for a specific range of ip addresses. Works fine. But I have hard-coded the range into ucp_register.php. Is there a better place to store site-specific...
View ArticlephpBB Custom Coding • Re: site-specific parameters
You can ban IP ranges with phpBB however that's going to be checked with every page load and generally advised to not use IP bans. Generally speaking they are only useful for short term uses, e.g. ban...
View ArticleExtensions in Development • Re: [3.3][DEV] AutoModerator
It would be really crazy if it could be integrated with some AI and these users could answer some questions on the forum automatically (logically only on the forum where this option is...
View Article[3.3.x] Support Forum • Re: no admin rights after installation
I have moved the domain to new web provider. I have installed the phpBB forum again. I was surprised at how smoothly it went. No error messages. I logged into the admin panel, set the basic details,...
View Article[3.3.x] Convertors • database from 3.3.5 to 3.3.15
I have migrated to new web hosting provider, I have installed fresh phpBB 3.3.15. From the old provider I have database created by phpBB 3.3.5. I would like know whether I can upload this old database...
View Article[3.3.x] Convertors • Re: database from 3.3.5 to 3.3.15
Why not upload the old files and create a database, import the old database and do the update?https://www.phpbb.com/support/docs/en/3 ... ide/minor/Statistics: Posted by janus_zonstraal — Sat May 24,...
View Article