Extensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
Question for you - I'm trying to get answers that are more technically consistent with phpBB so I tried adding this as a prefix:Code: Your answers must be clear, organized and concise. You MUST write...
View Article[3.3.x] Styles Support & Discussion • Re: Link to quote
Thanks but your 2 options are all arrows which I don't find obvious.So, use something else. You can do it either by editing icon class in the template, or by adding a bit of custom CSS (to call...
View Article[3.3.x] Support Forum • Is there a way to make Forums, Categories and...
It is a real struggle to make all the categories through ACP, it is slo slow and i have do one and one. Is there a way i can just edit a config file, or something like that, to make this a lot easier?...
View ArticlephpBB Discussion • Suggested a11y improvement
From this topic: Link to quoteETA: Incidentally, in default form that link is terrible for a11y. It has no available description of what it does, not even the dreaded title attribute. Obviously a...
View Article[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 ArticleGeneral Discussion • Re: Adding phpBB on SubDomain
I just wanted to ask do I have to buy a separate hosting or server for this or can I install on the same hosting without affecting the main website? All it takes is creating a folder within your...
View ArticlephpBB Discussion • Re: Suggested a11y improvement
Yup, that will help. Personally I'd still be inclined to have something a bit more noticeable/descriptive for sighted users too, but in a pinch a custom pseudo will do for that. An .sr-only span...
View ArticlephpBB Discussion • Re: Training an AI model based on your own phpbb forum?
I found a basic guide for AI deployment, it might be useful to restart the discussion:https://heyvivek.com/how-to-build-your- ... sive-guideStatistics: Posted by serek — Mon Aug 05, 2024 12:00 am
View ArticlephpBB Discussion • Re: Anyone getting any recent spam ? Social Dating sites ?
In cases where you’ve changed the password to something reasonably secure, it’s likely that the passwords and getting reset and then either a bot or a human is posting the spam.You could add...
View ArticlephpBB Discussion • [Discuss] phpBB 3.3.13-RC1 available for testing
Use this topic to discuss the phpBB 3.3.13-RC1 available for testing blog post.Statistics: Posted by Marc — Mon Aug 05, 2024 6:24 pm
View Article[3.3.x] Support Forum • Switching(managing) between the styles is not user...
PHPBB 3.3.12After installing forum, you want to set different style(theme). Installing style is simple, but when you want to switch to it, there is no button for that. You have to go to details of a...
View Article[3.3.x] Support Forum • Re: Switching(managing) between the styles is not...
you have to deactivate old style to move users to new style (per my understanding).GeneralBoard settingsChoose the style and then the option below that is style override.Set that to yes and everyone...
View Article[3.3.x] Styles Support & Discussion • Re: Link to quote
I don't understand much of the last 2 messages.It's all code junkies being helpful and assuming everyone knows what they know. Ok, let's do it this way.What do you want it to look like? Do you want a...
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 Writers Discussion • Re: Creating new permission groups
As far as adding permission types is not documented, 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 _ so it...
View ArticlephpBB Discussion • Re: Training an AI model based on your own phpbb forum?
You would need to export forum data, such as posts, probably to .csv file, afterwards prepare the data (for example with pandas, NLTK or spaCy for tokenization). Then train your model with TensorFlow...
View ArticleExtension Requests • Re: Customise UPC tab
I might have expressed myself unclearly. I am not looking for a photo gallery to integrate into phpBB. I am looking for a way to create a custom module for the UCP so that, as an administrator, I have...
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