Extensions in Development • Re: [3.3][DEV] Comma stats
Don't forget this is only a human readable format in English speaking languages.Yes indeed, a dot (.) instead of a comma would be nice!Statistics: Posted by deninho32 — Tue Sep 24, 2024 7:30 pm
View ArticlephpBB Custom Coding • Re: Category and forum list problem
No. Let me show the code in action, my draft:As I said, the others don't have <li>.Statistics: Posted by halil16 — Tue Sep 24, 2024 7:45 pm
View Article[3.3.x] Support Forum • Re: Problem after update to 3.13
That may be a problem if the update somehow damaged the database....Does your host have a backup option where you can role the entire site back to prior to the update attempt?Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: [SPLIT FROM] Remember Me - settings that allow...
.rileyrmclub.org.uk/If that is what you have for cookie domain remove the trailing slash. what should the defaults be on that Security page, from Session IP validation down to Validate upload...
View Article[3.3.x] Support Forum • Re: Can a Member/User delete a post
Thats Forum based permission.ACP > Forums > Group forum permissions > Registered Users > Select a ForumThank you, I was close but way off. So far I cannot find where it is allowed but I...
View Article[3.3.x] Support Forum • "The language you specified is not valid."...
I have an issue with user control panel when editing preferences, it says the language specified is not valid, but there is also not an option for language. This may possibly be something I did wrong...
View ArticlephpBB Discussion • Re: Digital Ocean hosting
Last issue with MySQL is solved by renaming all tables and adding a prefix.When you run the phpBB installer, it asks for a prefix. It tacks that on the front of all the database table names. The...
View Article[3.3.x] Support Forum • Simple Question
Our new discussion forum logs a user out too quickly. Twice I was typing an important, yet long post and both times when I hit "submit" I was back at the login page and lost the posts.I've looked in...
View ArticleExtensions in Development • Re: [3.3][BETA] Anonymous Posts
Hi. Unfortunately, I've discovered compatibility issues with several other extensions. With the info displayed in miniprofiles by these other extensions, figuring out a poster's identity is...
View ArticlephpBB Discussion • Re: Thank you, thank you, thank you!
Please post in english. But congrats on 10 years! Statistics: Posted by Kailey — Thu Sep 26, 2024 10:07 pm
View Article[3.3.x] Support Forum • Re: Simple Question
If your session length is low, then phpBB is doing as it should. I believe the default is 60 minutes. It could also be your cookie settings. Mind throwing a link to your board?Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: functions_content.php error : Trying to access...
What PHP version? Also, have you tried deleting everything in the /cache/ directory except for .htaccess and index.htm?Statistics: Posted by Kailey — Thu Sep 26, 2024 10:17 pm
View Article[3.3.x] Support Forum • Re: [split] replacing text in forum
You can use REGXP_REPLACE for this.https://mariadb.com/kb/en/regexp_replace/First test it. this will give you two columns side by side to preview changes. :Code: SELECT post_text,...
View Article[3.3.x] Support Forum • Re: Old Posts Stuck with Unparsed BBCode
This should go without saying but backup DB first You can reparse all posts using phpBB's CLI.https://www.phpbb.com/support/docs/en/3 ... -reparser/If that does not solve your problem then copy full...
View ArticleExtension Requests • Re: present thumbnails *while* posting
Glad you're fine with it. Statistics: Posted by cabot — Fri Sep 27, 2024 7:20 pm
View Article[3.3.x] Support Forum • Some bots not detected ?
I have two forums and I set up the botd list yesterday on the version with 3.3.4.. And it correctly detects the bots I added.. The one in question is amazon bot.. On a recently updated second forum...
View Article[3.3.x] Support Forum • Re: Some bots not detected ?
The strange thing is, if I doCode: curl -A "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1;...
View ArticlephpBB Discussion • Re: A phpBB mobile app
For every social network that is a success there have been THOUSANDS that have been complete flops. Forums can be hugely popular if you fill them with quality content that people want - however niche...
View Article[3.3.x] Support Forum • Installed in subfolder, subfolder not showing in URL
phpBB version 3.3.2.We had an unplanned hosting move. phpBB is installed in a subfolder as it was before. The homepage URL format used to be http://test.com/phpBB. Now it is http://test.com. Subfolder...
View Article[3.3.x] Support Forum • Re: Installed in subfolder, subfolder not showing in URL
Those extra Copilot rules are removing phpBB from the URL. This is what a stock .htaccess file looks like: https://github.com/phpbb/phpbb/blob/rel ... /.htaccessStatistics: Posted by Noxwizard — Sat...
View Article