Extensions in Development • Re: [3.3][BETA] Major 2025 overhaul of RH Topic...
Thanks for the great work. It's great to see someone keeping this plugin alive.After the update, the tag suggestions didn't work, what could be the reason for this? After the first three characters,...
View Article[3.3.x] Support Forum • Re: cannot move topic
when i try to move topic to another forum from quick mod tool, after click yes nothing happen, if i select user all posts to one forum it works. what to do, please help.Do you have the necessary...
View ArticleExtensions in Development • [3.3][RC] Image with Text BBCode Extension
Image with Text BBCode Extension OverviewThis extension adds a custom BBCode for inserting images with descriptions in posts. The description can be either custom text or automatically populated with...
View Article[3.3.x] Support Forum • Re: Guests online
You could use Cloudflare's free WAF rules to block countries before they get to your site and/or you can add them to your .htaccess file. If you want to go that route, see this...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Events Calendar
Extension Version: Features Implemented: Select time zonesFeatures not Implemented: events own page use collapse category's to toggle panels Send notification request to list of attendees, asking if...
View ArticlephpBB Discussion • Re: HIGH GUEST NUMBERS
I am experiencing this as well, despite having an Apache /usr/local/apache/conf.d/bots.conf file enabled on my server, per my ISP. I named it off, and then restarted Apache. I should note, I have a...
View Article[3.3.x] Support Forum • Re: Contact Us Q&A
use this extension: https://www.phpbb.com/customise/db/exte ... act_admin/Can I and how to add Q&A to Contact Us?Statistics: Posted by ssl — Mon May 05, 2025 4:44 pm
View Article[3.3.x] Styles Support & Discussion • Re: Banner not showing up on mobile
Thanks, I appreciate it.Statistics: Posted by trojanac — Mon May 05, 2025 4:50 pm
View Article[3.3.x] Support Forum • Re: installation isn't running
No ideas? I'm kind of thinking is some server configuration issue that's beyond me, but even then it would be good to have some ideas before contacting them...Statistics: Posted by jeepwhisperer — Mon...
View ArticleExtensions in Development • [3.3][ALPHA] Hash value in stylesheet.css
Extension Name: Hash value in stylesheet.cssAuthor: wintstarExtension Description: Check CSS File hash valueExtension Version: alpha-1.0.0Requirements: PHP >=7.0.0,<=8.4.0, phpBB...
View Article[3.3.x] Support Forum • Re: How many cache files?
To be honest I was looking for the underlying problem.I had already created a script that deletes the cache folder (minus the files that need to stay) periodically.But I was wondering:How many cache...
View ArticlephpBB Custom Coding • Re: Using Varnish with phpBB for bot / guest traffic
On my forum, I have since followed this suggestion to disallow "sid=" in URLs for guests:The second change is in append_sid (the root cause of it all) in functions.php.Code: // Append session id and...
View Article[3.3.x] Support Forum • Re: Problems updating from 3.0.14 to 3.3.15
Just in case, is nginx the webserver phpBB is running on?Statistics: Posted by rxu — Tue May 06, 2025 2:59 am
View ArticlephpBB Custom Coding • Re: Detecting when logged in, or not
{% if S_USER_LOGGED_IN %}Content for logged in users{% endif %}and the opposite{% if not S_USER_LOGGED_IN %}Content for NOT logged in users{% endif %}Used in the templatesStatistics: Posted by Stoker...
View Article[3.3.x] Support Forum • Change numbet days for "Active topics"
Hi,I would like to permanently change the default number of days for the "Active topics" search button at the top right menu from 7 days to 1 month.Is this possible?tia/PoulStatistics: Posted by PoulJ...
View Article[3.3.x] Support Forum • Moving a topic to another forum prompts a database error
My forum has these two topic threads that won't move to another forum. Other topics can be moved to another forum....so..Can this error be fixed?Code: SQL ERROR [ mysqli ]BIGINT UNSIGNED value is out...
View Article[3.3.x] Support Forum • Re: Moving a topic to another forum prompts a...
Another problem is that the number of online users on my forum is very unstable, showing an average of 100 users per day, which is not a true reflection of the number of online users. In a very short...
View Article[3.3.x] Support Forum • Re: What is going on? Is this some kind of widespread...
I just came to a realization. When I put these ip blocks in via cpanel, it's basically just appending those blocks to my .htaccess file.Here is the end of my .htaccess file that has essentially...
View Article[3.3.x] Support Forum • Removed forums and now the website won't load
Hello, So I got myself into a situation. I've got this website that's running on phpBB3. There's this part of the website that doesn't serve any purpose anymore, so I tried to get rid of the forums by...
View Article[3.3.x] Support Forum • Re: Removed forums and now the website won't load
Did you take a back up of the database before you deleted anything? More importantly do you have access to back ups of the website at all that your hosting provider may do for you?The forum thinks...
View Article