phpBB Discussion • Re: .dropdown-trigger class and keyboard navigation
Using span for dropdown triggers isn’t ideal for accessibility since span elements aren’t focusable by default. It’s possible that the dropdown-trigger class was used inconsistently. It might be worth...
View ArticleGeneral Discussion • Database Cleaner 3.3.11 vs. 3.3.12
Database Cleaner - Database Cleaner 3.3.11 vs. 3.3.12 - Database cleaner, database structure Where can I see the changes regarding for the STK (3.3.11 -> 3.3.12)? Unfortunately I have not found a...
View ArticleGeneral Discussion • Re: Database Cleaner 3.3.11 vs. 3.3.12
I'm not even sure if it's officially supported anymore. The last update was over seven years ago according to the repo: https://github.com/phpbb/support-toolkitStatistics: Posted by danieltj — Sun Jul...
View Article[3.2.x] Support Forum • CPanel error
3.2.2My CPanel error log shows "File not found [/home/*main domain*/public_html/feed/topics" although the site is working OK.I do not see see a folder 'feed' in the root/public_html folder. Should...
View Article[3.2.x] Support Forum • Re: CPanel error
If it's in your 'main domain' that would be a question for your host.Statistics: Posted by Mick — Mon Jul 22, 2024 9:59 am
View ArticlephpBB Custom Coding • Re: Signature setting default on for OP and off for...
Wasn't there an extension that only showed each signature once per page? That might work too.Statistics: Posted by Brf — Mon Jul 22, 2024 12:22 pm
View Article[3.3.x] Support Forum • Re: SMTP send mail error
If you copy and pasted the credentials make sure there is no extra spaces, line breaks etc.It's also possible the IP for your server is on blacklist. https://mxtoolbox.com/blacklists.aspxStatistics:...
View Article[3.3.x] Support Forum • Re: Multiple Boards ?
If you are trying to install two seperate forums they need to be in different directories and you need to use different prefix for the database tables. Default is phpbb_ , change it something else for...
View Article[3.3.x] Support Forum • Re: The Boards email form sends email with a Reply-To...
We can't get Users can contact me by email: to default to No That's users preference, the default is set when the user is registered and only they can change it after registration. if there is no way...
View ArticleExtension Writers Discussion • mark read and unread posts
Hi there, i'm devolping something and trying to list the last 50 posts grouped by topics (in a list page like the "recent posts").i've a problem understanding how posts are marked like read or unread...
View Article[3.3.x] Support Forum • Re: updating php version past 8.0 makes images disappear
Thank you to everyone, especially thecoalman!You pointed me in the right direction. I changed our config.php from `error_reporting(E_ALL)` to `error_reporting(0)`and images are now working. I was able...
View ArticleExtension Writers Discussion • Re: mark read and unread posts
On your Load Settings, do you have "Enable server-side topic marking" set to Yes?Statistics: Posted by Brf — Tue Jul 23, 2024 12:33 pm
View Article[3.3.x] Support Forum • Re: upgrade from 3.1 to 3.3
I have General ErrorSQL ERROR [ mysqli ]only when I try to save full backup include thisI dont have error if I do like thiswhere can i remove this phpbb_statistics_onlineStatistics: Posted by BF79 —...
View Article[3.3.x] Styles in Development • Re: [RC] Zeina theme for phpBB 3.3.12
Hello Leenoz,First of all, thank you for this work, to my consideration it is very complete. I even think that after taking a good look at it, I will buy your PRO version.I wanted to ask you about the...
View ArticleExtension Writers Discussion • Get value from HTML multi select
I have a multi-select element and I'm trying to capture the values in it but it's not working and I've got no idea why the value isn't getting passed through to the $request variable. I'm sure I'm...
View ArticleExtension Writers Discussion • Re: Get value from HTML multi select
it is a array of string (Or array of ints by the look of the field name), so you second parameter of variable should be a array of string as well.Statistics: Posted by Paul — Wed Jul 24, 2024 10:41 am
View ArticleExtension Requests • Re: BackUp ⇒ Google Drive
Subject to read here: viewtopic.php?t=2487136It's more interesting than a simple GitHub linkStatistics: Posted by ssl — Thu Jul 25, 2024 2:13 pm
View Article[3.3.x] Support Forum • Re: How to optimize forums to avoid database CPU...
I woiuld 100% turn off all extensions first. Its a very simple first test and you can easily re-enable them.Some things that have affected the performance of my sites:* Extensions* Sessions - check...
View Article[3.3.x] Support Forum • Re: Users are logged out
Stay logged in option does not do what you or every other normal forum user thinks unfortunately. I've been round this many, many times.When a user logs in they start a session. A setting in PHPBB...
View Article[3.3.x] Support Forum • Re: Banning email domain
DNS records can take a while to propagate, usually no more than an hour or two but could be a day or two. There is no guarantee that will fix the issue with that service but a proper SPF can be the...
View Article