phpBB Discussion • Re: Restore hard deleted topic from backup
Script to get the data for lost topic from backup database now looks like this:Code: #!/bin/bash# Get data for topic 4330mysqldump phpBBdatabase phpbb_posts --no-create-info --where="topic_id=4330"...
View Article[3.3.x] Support Forum • Modify Label in Registration Form
I wish to modify the username label (just the label) on the registration form to read as "Display Forum Name" instead of the default "username". I have no idea where that edit should be done. I ask...
View Article[3.3.x] Support Forum • Re: Modify Label in Registration Form
Edit ucp_register.html and login_body.html. But I think it is best to change the username in the language file. That way you can replace username with Display Forum Name all over board.Statistics:...
View Article[3.3.x] Support Forum • Re: checking bots in the forum
Did you set a redirect 301 on the old domain?Statistics: Posted by janus_zonstraal — Sun Apr 28, 2024 6:04 pm
View Article[3.3.x] Support Forum • Re: Excessive Cpu usage. The server is also shutting...
Before you go randomly blocking bots try and find out what they do. The Facebook bot is used by Facebook when someone posts a link to your site on Facebook. It will gather data about the page so it...
View Article[3.3.x] Support Forum • Re: 3.3.2 to 3.3.11
I add link to onedrive with updated file version vs. full 3.3.11I have saved a folder with the result of the first update so I can compare it with the full version. there were quite a few...
View ArticleExtensions in Development • Re: [3.3][RC] Autolinks 1.3.9
Including the link you gave me doesn't produce a big banner.I can't figure out what you're doing wrong. What ssl posted above is exactly what you should be seeing. Do you have autolinks enabled in the...
View Article[3.3.x] Support Forum • ClaudeBot flooding ... Anonymous account don't show...
Greetings,For 3/4 days, we have been experiencing a massive wave of flood bots, we are at IONOS (French) on a shared basis.The IONOS guys are aware but in fact.... uh... They don't know where it comes...
View Article[3.3.x] Support Forum • Re: ClaudeBot flooding ... Anonymous account don't...
Claudebot and mitigations are being discussed in viewtopic.php?t=2652265.Statistics: Posted by P_I — Sun Apr 28, 2024 10:23 pm
View Article[3.2.x] Styles Support & Discussion • Re: [GUIDE] How to edit any part of...
damn dont work.Statistics: Posted by Snoway — Mon Apr 29, 2024 2:05 pm
View Article[3.3.x] Support Forum • Re: Blocking by users from reading and comments on posts
You would need an extension in order to allow true blocking of other accounts like on Facebook and other sites. Adding others as 'foes' using the friend or foe feature is not that...
View ArticleWanted! • Re: Rank Images relative to style
Can you explain in a bit more detail what you're actually looking for? It seems as though you're actually after an extension that displays something that inherits the design of the currently selected...
View Article[3.3.x] Support Forum • Re: help upgrading and error 500
If you can look into ftp on the board's folder, there should be an error.log. You can post the last errors here so people can know what's causing your board to not work.Depending on your phpbb version...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney, Pika,...
Meh. I can't get Claude to verify my US phone number to get free credits for testing, for some reason. Tried so many different things but I'm not ready to sign up for yet another paid account just...
View Article[3.3.x] Support Forum • Upgrade path from 3.1.6 --> 3.3.x
Hi,I am looking into what will be required to move a site on PHPBB version 3.1.6 to the latest PHPBB version.In the first instance, does that sound feasible?If so, is there maybe a link to a guide i...
View Article[3.3.x] Support Forum • Re: Upgrade path from 3.1.6 --> 3.3.x
-> https://www.phpbb.com/support/docs/en/3 ... upgrade31/Statistics: Posted by Madalin10 — Mon Apr 29, 2024 6:40 pm
View Article[3.3.x] Support Forum • Re: Cannot access ACP to unmake changes
Fixed, problem wasn't the session limit but the browser. For some reason duckduckgo was no longer supported by phpbb. Didn't help that I use it on all my devices so couldn't log in. Changed browsers...
View Article[3.3.x] Support Forum • Cannot see all forums, just upgraded to latest
I upgraded to 3.3.11 from 3.3.2 today using the steps outlined on the phpBB website. For the most part everything went well. The view of all forums, by clicking on the icon, or clicking on the text...
View Article[3.3.x] Support Forum • Re: Admantx bot
At the end of your list, after "ClaudeBot" line, add thisCode: BrowserMatchNoCase "admantx" bad_botAnd clear cacheStatistics: Posted by ssl — Tue Apr 30, 2024 7:29 pm
View Article[3.3.x] Support Forum • Re: Cannot see all forums, just upgraded to latest
I upgraded to 3.3.11 from 3.3.2 today using the steps outlined on the phpBB website. For the most part everything went well. The view of all forums, by clicking on the icon, or clicking on the text...
View Article