phpBB Discussion • Re: Suggested a11y improvement
You can make this better by using aria-label. Screen readers will recognise it's a link and if read aloud, using the correct string inside the label attribute will mean that users are told that it's a...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
I may have asked this before - apologies if I did - but is there a coming-soon kinda plan to support attachments for ChatGPT? So I can upload a text file to it to read for example?Statistics: Posted...
View Article[3.3.x] Support Forum • Re: Google search console couldn't fetch sitemap
Not sure if it's related but have you tried this fix; https://phpbb.hifikabin.me.uk/viewtopic.php?t=207That did not work.Statistics: Posted by diabloooo — Sun Aug 04, 2024 11:50 am
View Article[3.3.x] Support Forum • Re: Which parameters to filter the moderator log?
Code: &sk=*&sd=aAsterisk replaced with one these key letters, sd is a for ascending or d for descending. u - usernamet - log timei - IPo - log operationTested in ACP, should work in MCP. As...
View Article[3.3.x] Support Forum • Is it possible to draw up a ranking of the most...
HI,if I wanted to make a ranking of the most active users, how could I do it? The simplest method would be to look at the posts written, but it is possible that a user wrote them up until last year...
View Article[3.3.x] Support Forum • Re: Is it possible to draw up a ranking of the most...
From what I understand, you're looking for some kind of way to see the 'top posters' of a given period, is that correct? If so this is more of an extension related question rather than phpBB support...
View ArticleWanted! • Re: Hiring Extension Developer (Engagement with AI)
DM sent.the board isn't fake, problem with members is they lurk to get new info on the subject, and read and never ever post.. but they expect others to talk, so they can see engagement.. its really a...
View ArticleWanted! • HIRING: Fix bugs, upgrade PHPbb, and help do a 'facelift'
Title/Job Description: Looking for someone to upgrade my PHPBB to latest version, optimize it so its loading fast, and fix buggs/update extensions as well as help fix up the theme style so its easier...
View ArticleWanted! • Re: HIRING: Fix bugs, upgrade PHPbb, and help do a 'facelift'
Pm sent. Cheers!Statistics: Posted by Madalin10 — Mon Aug 05, 2024 12:05 pm
View ArticlephpBB Custom Coding • Re: More thorough search for image URLS
Questions about the extension should be posted in the extensions topic.Statistics: Posted by thecoalman — Mon Aug 05, 2024 1:08 pm
View ArticlephpBB Discussion • Re: Suggested a11y improvement
Not sure if this does what you are looking for. https://github.com/skynettechnologies/p ... essibilityStatistics: Posted by bonelifer — Mon Aug 05, 2024 11:43 pm
View ArticleExtension Requests • Re: "Looking back" page in UCP
Hi, it is possible to click on the number of posts in the memberlist. It is also possible to display the number of posts in the mini profile (postprofile) and klick on. You can also search for the...
View ArticleGeneral Discussion • Re: Bots eating up all the bandwidth
Ok just in case anyone has a similar problem this one worked for me.viewtopic.php?p=16018150#p16018150Code: BrowserMatchNoCase "libwww-perl" bad_botBrowserMatchNoCase "wget" bad_botBrowserMatchNoCase...
View ArticleExtension Requests • New Topic - Anywhere!
I would like the ability for a nice 'New Topic' button to sit anywhere on the board, not just within a forum. For example, land on the home page - here is a new topic button.The user can then create a...
View ArticleExtension Requests • Re: New Topic - Anywhere!
This has been asked for a few times before but I'm not sure it's ever been made. I suspect it's a lot more complicated than you think because the drop down action has to check each forum permission...
View ArticleExtension Requests • Re: Customise UPC tab
Some 2, perhaps 3 years ago I upgraded a 3.0.14 board to 3.3.something usinghttps://github.com/satanasov/phpbbgalle ... aster/coreWhether it's compatible with the more recent versions of 3.3 I don't...
View ArticleExtension Writers Discussion • Re: Creating new permission groups
I can just assume from the core code.I guess that multi-underscore like m_kb_ won't work because the code looks for the first occurrence of _Interesting. Would you happen to know where at in the code...
View ArticleExtension Requests • Re: html email
Are you looking for something that sends out HTML emails (like a custom message) or an extension that sends existing board emails that phpBB auto generates as HTML emails? Also, what level of design...
View Article[3.3.x] Support Forum • Re: Can't administer users: Content Encoding Error
I have solved this "content encoding error" OP is having, by replacing the "memberlist.php" file by one from my other forum (of same old PHPBB version), where this error not happened (or try from...
View Article[3.3.x] Support Forum • Re: Switching(managing) between the styles is not...
Hello, my experience is that currently necessary cookies in phpBB - board operation - the regulation *Cookie ending on:* - ... _style -> sets the style ID for the user and is also relevant.ACP,...
View Article