[3.3.x] Support Forum • Re: Is there a way to make Forums, Categories and...
How many categories are you making? People starting out often make too many categories and/or forums which results in a lot of difficulty navigating and presents perhaps lots of empty forums. One...
View Article[3.3.x] Support Forum • Re: Which parameters to filter the moderator log?
You can sort he moderator log by time (or other criteria) in ACP, Maintenance tab.Statistics: Posted by stevemaury — Sun Aug 04, 2024 12:13 am
View ArticlephpBB 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 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 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 ArticlephpBB Discussion • Re: Anyone getting any recent spam ? Social Dating sites ?
If the password was reset it will be in the user logs. You can just type the username into the search box on user log page.Statistics: Posted by thecoalman — Mon Aug 05, 2024 8:54 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 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: 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 ArticleExtension Requests • Re: Customise UPC tab
Find the ucp module file in phpBB and add a new tab there ('module_url' => 'ucp.php?i=private_photo_gallery'), then add a new configuration option in the ACP where admins can input the URL and then...
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 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 ArticlephpBB Discussion • Re: Area51 question answer registration
It's actually been changed just now. Worse than before, I have not yet met worse, time wasting, user unfriendly question.For the fifth attempt (which failed and it locked me out) I have tried:Builds...
View ArticlephpBB Discussion • Re: Training an AI model based on your own phpbb forum?
I haven’t trained an AI on a phpBB forum myself, but you’d generally use tools like TensorFlow or PyTorch for the model and phpBB’s API or scraping for data extraction. Define your schema by...
View ArticlephpBB Ideas • More user friendly/simple switching of the PHPBB styles
Based on this topic: viewtopic.php?p=16025383#p16025383Issue:After updating/installing the PHPBB, you are going to usually install a style, this process is relatively intuitive, yet when you end up on...
View ArticlephpBB Ideas • Re: More user friendly/simple switching of the PHPBB styles
The "default style" only applies to new users. That is why the description says "The default style for new users".If you want to override the styles the users have selected, it is intuitive that you...
View Article