phpBB Discussion • Re: Suggested a11y improvement
Cool. In that case I'll just hack the template and see what I can come up with.Statistics: Posted by Gumboots — Tue Aug 06, 2024 1:29 pm
View Article[3.3.x] Styles Support & Discussion • Re: Link to quote
What do you want it to look like? I don't know, if it was a question of replacing the current icon with something else, it would already be done;the question is "with what" so that it is more visible...
View ArticleExtension Writers Discussion • Creating new permission groups
I've looked through the docs, code and searched, but can't seem to find the answer I'm looking for.It's common knowledge that you can check if a user has any moderator permissions set by querying...
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...
It’s not super intuitive. Your idea for buttons right on the style list page sounds solid. It would make things way simpler to manage, especially if they could handle activation, deactivation, and...
View ArticlephpBB Discussion • Re: Area51 question answer registration
The question on area51 reads as;In the Area51 header, list the tabs in alphabetical order after the letter F (capitalization counts)So ignore any tabs that begin with a letter that comes before F in...
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 ArticleExtension Requests • Re: Is there an App for PHPBB?
Thats what I do, it’s easy with iOS and Safari and even easier on an IBM PC clone.The last time I heard of an IBM PC clone, a laptop was the size of a suitcase and ALL PC's were beige! Statistics:...
View Article[3.3.x] Support Forum • Re: 3.3.12 Can one Remove mode=viewprofile
Instead of the URL beingCode: member/user.2?mode=viewprofileWhere are you seeing a URL like that?Statistics: Posted by Brf — Fri Aug 09, 2024 12:10 pm
View ArticleExtension Writers Discussion • Re: mark read and unread posts
thanks! i'll check it!!Statistics: Posted by sebo — Fri Aug 09, 2024 1:52 pm
View Article[3.3.x] Convertors • Re: [SPLIT] Convert MyBB to phpBB?
You could do a db that small on a desktop local host, if you have one set up. Just install phpBB 3.1 and MyBB 1.8, do the conversion, then upgrade to 3.3 before transferring the files to your online...
View Article[3.3.x] Styles Support & Discussion • Re: Link to quote
OK, it works fine both for quote and search, thanks a lot.Statistics: Posted by Hervé — Sat Aug 10, 2024 8:14 am
View Article[3.3.x] Support Forum • Re: [split] Email works ok except Admin not sent...
Have you checked the email error logs to see if anything is chasing an issue during sending?Also worth checking the following just to make sure: Is the admin email address correct? Are board emails...
View ArticlephpBB Custom Coding • Re: 3.3.12 Can one Remove mode=viewprofile
Hello Dead Man, I agree with danieltj. A link to your board can also help you to look at the construct for your self-help request. Otherwise, it remains to consult the author of that extension, - at...
View ArticleCustom BBCode Development and Requests • Re: [Split] User Customizable Table...
Code: [div style="{PROPERTY}: {VALUE};"]{TEXT}[/div]To get exactly what you posted you could try bbcode:[div={SIMPLETEXT1},{SIMPLETEXT2}]{TEXT}[/div]Replacement:<div style="{SIMPLETEXT1}:...
View Article