Extensions in Development • Re: [3.2][3.3][RC] Random Password Generator
Made the look a little better for me https://www.phpbbextnl.be/passwordStatistics: Posted by SpIdErPiGgY — Tue May 20, 2025 6:11 pm
View ArticleExtensions in Development • Re: [3.3][DEV] Wrap It BBCode
Yea, sorry about that. A big storm came through my area and ripped the cables out of the box on the poles.It took them 10 days to get around to sending someone out to fix that. My internet was down...
View ArticleGeneral Discussion • Re: How much AI do you use?
Not to create extensions or code. But mostly to clean up the code...Make it a little nicer.Like css, html, php...This banner is also created by AIStatistics: Posted by SpIdErPiGgY — Tue May 20, 2025...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] PostReactions
The extension looks good but you should always try and match the interface of phpBB to ensure it looks correct on various boards that use different styles. The button that is next to the post buttons...
View ArticleExtensions 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 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