phpBB Discussion • Re: I can't upload graphics via PM also at forums
I can't upload graphics via PM also at forums@KevC,happened a lot today and it's not a small BUG for me personally. I don't know whether the entry in the BUG tracker is correct. I have done what I...
View Article[3.3.x] Support Forum • Re: Fresh install with existing database
Unzip the file om your computer.Upload the files to the server.Set the config.php to the databaseGo to yoursite.com/forum/install/Statistics: Posted by janus_zonstraal — Fri Oct 11, 2024 7:42 pm
View Article[3.3.x] Support Forum • Re: Convert Terms Of Us to language url
Make a (or more) post with the terms in all the languages you want and place the url in the footerStatistics: Posted by janus_zonstraal — Sat Oct 12, 2024 2:50 pm
View Article[3.3.x] Support Forum • Re: Some database tables like phpbb_acl_groups do not...
AI now suggests only adding unique constraint to the tables not having a PK.nstead of adding an AUTO_INCREMENT PRIMARY KEY, you could only add the unique constraint (UNIQUE KEY (user_id, group_id))....
View Article[3.3.x] Support Forum • Information The requested page could not be found. -...
I get "InformationThe requested page could not be found." at every turn, when i log in, when i post something, almost everywhere after ive submitted something to the database. The forum work fine...
View ArticlephpBB Custom Coding • Re: Looking for Best Practices for integration of phpBB...
The current jQuery version in phpBB is 3.7.1 which appears to be latest. Link for it is in overall_footer.html which uses an internally generated link, You'll also find it at the bottom of any live...
View ArticlephpBB Discussion • Re: Question About phpBB's Early History: How Long was...
actually tried to convert my logging mod to an extensionPerhaps the required PHP Events did not exist either. I encountered that when I tried to port a small modification of mine into an extension,...
View Article[3.3.x] Support Forum • Re: when in phpBB install i get this error and it...
Can you try with a other program if the account has access to the database.phpmyadmin or adminer.and im also using phpmyadminStatistics: Posted by imgoingtoeatMySQL — Sun Oct 13, 2024 8:27 pm
View Article[3.3.x] Support Forum • Re: Upgrade from 3.2.8 to 3.3.13 is resulting in...
...I've tried clearing the cache and reinstalling the vendor folder, but unfortunately, that did not do the trick.Many thanks in advance to anyone who is able to assist!I can see your board perfectly...
View Article[3.3.x] Support Forum • Re: Some database tables like phpbb_acl_groups do not...
Turns out a UNIQUE KEY for each table, not having a PK, is enough for replication to work.This of course requires, that no duplicate rows exist, for key combinations selected for creating the unique...
View Article[3.3.x] Styles Support & Discussion • Re: Background color hover text
Prosilver is using the "title" attribute. There is no way to style that. You would have to use a different attribute and style that.Statistics: Posted by Brf — Mon Oct 14, 2024 7:27 pm
View ArticleGeneral Discussion • Google Restricts Adblockers on Google Chrome
https://arstechnica.com/gadgets/2023/11 ... june-2024/https://www.pcworld.com/article/2423294 ... ckers.htmlhttps://www.tomsguide.com/computing/sof ... d-blockersSuffice to say, Google Chrome is...
View Article[3.3.x] Styles Support & Discussion • Re: Colours.css
The only edits I made were in the Style folder and root for the favicon. Everything else is default.Should I do the following steps:2. Remove the Style folder and favicon fileNo, because that way...
View ArticleGeneral Discussion • Useragent Go-http-client/2.0
I have seen some "guests" with the useragent Go-http-client/2.0 have been showing up on my board. Does anyone know what that useragent means? Is it a bad bot? Should I block it? It has to be some sort...
View ArticlephpBB Discussion • Re: How to correctly convert MySQL from utf8 to utf8mb4 ?
So, I have the last question. What is the difference between utf8mb4_unicode_ci and utf8mb4_bin ? Why is Fulltext native Index with unicode_ci create only part of all topics words and _bin create all...
View ArticleGeneral Discussion • Re: Useragent Go-http-client/2.0
See https://user-agents.net/string/go-http-client-2-0Statistics: Posted by SpIdErPiGgY — Wed Oct 16, 2024 2:58 am
View Article[3.3.x] Support Forum • Re: Unable to add user to the Administrator Group
Try the following:Backup your database firstIn phpMyAdmin, run the following, which will create an admin user named Admin1 with a password of admin. From that point you should be able to get into the...
View ArticleExtension Requests • Re: AI Moderator
AI Moderation is often erratic and inconsistent. There's a reason why people tend to hate AI moderation on various social media sites. Though I do not have the skills to code something this complex,...
View Article[3.3.x] Support Forum • Re: Forum List in /index.php
check the group/forum permission: can see forumStatistics: Posted by warmweer — Wed Oct 16, 2024 10:56 pm
View ArticlephpBB Custom Coding • Re: Tip on how to show password
Oooh nice!Can this be made into an extension?Statistics: Posted by nou nou — Wed Oct 16, 2024 11:50 pm
View Article