Extensions in Development • Re: [3.2][3.3][RC] Thanks for posts (and optional...
Took the shortest easiest route as a start. Disabled the AJAX and it now works. Will test the other option later.Forum scripts are in example.com/phpBB3/ folder. You rock - thank you.I've made a deep...
View Article[3.3.x] Support Forum • Re: Problem upgradding phpbb 3.3.14 to phpbb 3.3.15
Ask your hosts if they're blocking the site on mod_security for some reason.They may have noticed a lot of uploading and the server security has dropped the hammer to mistakenly 'protect' the...
View Article[3.3.x] Styles in Development • Re: [RC] Game Universal 3.3.12
Hey there. Just spotted another lil bug when doing updates tonight. The error in the log is this:Code: [29-Apr-2025 02:54:26 America/Detroit] PHP Fatal error: Uncaught Twig\Error\SyntaxError:...
View ArticleExtension Writers Discussion • Re: [Info] Using Github Actions to Test...
Hi MattThe new framework is a significant improvement as it's more flexible and has fewer pitfalls. For example, it's very convenient that you no longer have to specify the Ubuntu package (version),...
View Article[3.3.x] Support Forum • Re: Phpbb 3.3.14 Can't see new uploaded mods.
Thank you, By uploading the new version it all worked again. Thank you very much!Statistics: Posted by Vuzqii — Sun May 11, 2025 4:39 pm
View ArticleExtensions in Development • Re: [3.3][RC] Editor Syntax Highlighter
That's better. Thank you Statistics: Posted by SpIdErPiGgY — Sun May 11, 2025 5:27 pm
View Article[3.3.x] Support Forum • SQL errors
I'm getting the following error message:[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 367: Attempt to read property "connect_error" on string[phpBB Debug] PHP Warning:...
View Article[3.3.x] Support Forum • Re: SQL errors
This was fixed in 3.3.15. However, that only fixes the error message. What caused the error to occur in the first place seems to be that the information in config.php is not able to connect to your...
View ArticleExtension Requests • Voting option
I'm looking for Voting option, if any are available.Statistics: Posted by dobermen — Mon May 12, 2025 3:34 pm
View ArticleExtension Requests • Re: Voting option
I've moved this extension requests for you.Have you searched for anything that might fit your use case at all? When you say voting, what do you actually mean? Polls are a default feature in phpBB 3...
View ArticlephpBB Custom Coding • Re: Having problems getting a num_row count
Code: if (mysqli_num_rows($result) == 0) {//do something}https://www.php.net/manual/en/mysqli-re ... m-rows.phpStatistics: Posted by thecoalman — Mon May 12, 2025 5:05 pm
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Thanks for posts (and optional...
You are a star Naguissa. Thank you! You are a truly dedicated individual.Statistics: Posted by skybound — Mon May 12, 2025 6:02 pm
View Article[3.3.x] Support Forum • Re: apache block crawlers
oops! Thank you for that.Make sure both mod_authz_core and mod_setenvif are enabled.Not sure if I can. It's probably controlled by the shared hosting provider.Statistics: Posted by timelessbeing — Mon...
View Article[3.3.x] Support Forum • Re: missing posts
Try Resynchronize post counts on main page of ACP.That fixed it. Post count is zero now. Thank you very much.Statistics: Posted by timelessbeing — Mon May 12, 2025 7:38 pm
View ArticleExtension Writers Discussion • How does AJAX work in extensions?
I'm trying to implement an AJAX request in an extension and whilst I could fudge a method my own way, there's clearly a phpBB API of sorts to allow this in core natively but I can't find any...
View Article[3.3.x] Support Forum • Changing User Names colour
I was looking all over Prosilver but I can't find how to change User Names colourWhich one of CSS contain code that will change that colour?Statistics: Posted by dobermen — Tue May 13, 2025 8:03 pm
View Article[3.3.x] Support Forum • Re: Changing User Names colour
Username color is the color of your default groupStatistics: Posted by Brf — Tue May 13, 2025 8:05 pm
View Article[3.3.x] Support Forum • New and old Posts Location
Where is it? I know forum have posts from old owner and there must be some new, but after search for it location, I couldn't find one.Statistics: Posted by dobermen — Tue May 13, 2025 9:36 pm
View Article[3.3.x] Support Forum • Re: no admin rights after installation
This line wasn’t added by us - it was already in the file, likely from a previous setup.These lines are often added automatically by whatever web panel management software is being used (ex. cPanel)...
View ArticleExtension Requests • Autosubscribe ADMINS to topics
I'm looking for something to autosubscribe all admins to every topic within a specific forum. If such a thing already exists, my apologies...Statistics: Posted by junosapien — Tue May 13, 2025 11:38 pm
View Article