Extension Requests • Re: New Topic - Anywhere!
check each forum permission against the user name to see if they can see it and post in it Not only that, but there are permissions regarding attachments, bbcodes and smilies. You don't know whether...
View ArticlephpBB 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 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 ArticleExtensions in Development • Re: [3.3][DEV] Wrap It BBCode
Just added wrapit's sister tvwrap bbcode to the first post. Something a little simpler looking.Statistics: Posted by Sniper_E — Tue Aug 06, 2024 9:39 pm
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 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 Article[3.3.x] Support Forum • Re: Switching(managing) between the styles is not...
@Aidy » 08 Aug 2024, 12:52 It’s not super intuitive. Your idea for buttons right on the style list page sounds solid. I didn't understand a word, because I wasn't talking about "buttons" at all. Only...
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[3.3.x] Convertors • Re: [SPLIT] Convert MyBB to phpBB?
My webhost doesn't allow PHP versions older than 7.3.33 so I can't install phpBB 3.1 to go through this whole process.Is it possible to install phpBB 3.1, 3.2, or 3.3 and import a myBB 1.8.x database...
View ArticleExtension Requests • Re: Is there an App for PHPBB?
Every 8086 family based PC you see that doesn’t have an IBM badge is a clone.Statistics: Posted by Mick — Fri Aug 09, 2024 7:09 am
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] Support Forum • [split] Email works ok except Admin not sent email...
Is there a newer post somewhere regarding this issue? Having the same problem, all emails are being sent except for Notify Admin on registration.Everything is checked in UCP.Statistics: Posted by DW...
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 Article[3.3.x] Styles Support & Discussion • Re: Link to quote
I have already some html files in my style template :mcp_topic.htmlnavbar_header.htmloverall_footer.htmloverall_header.htmlposting_editor.htmlsimple_header.htmlviewtopic_body.htmlso I have also copied...
View Article