phpBB Discussion • Re: Training an AI model based on your own phpbb forum?
In simple terms, an AI model is used to make predictions or decisions and an algorithm is the logic by which that AI model operates. So it depends on what you want to do. Bottom line is you will have...
View Article[3.3.x] Support Forum • Re: help upgrading and error 500
Thanks for the info and suggestions. I'm afraid I don't know if I'm using any different styles, but I'm indeed using English. I'll see if I can contact Bluehost for the logs, thanks again.Statistics:...
View Article[3.3.x] Support Forum • Re: Cannot see all forums, just upgraded to latest
Sometimes ftp clients fail to upload some files and you need to try again.Try to delete /vendor and re-uploading the whole folder, or at least upload the file that is missing...
View Article[3.3.x] Support Forum • Re: Slow board
In that case I suspect you need to contact them and ask them the question, I spoke to them only two days ago with a similar question and they were very helpful.Statistics: Posted by Mick — Wed May 01,...
View ArticleExtension Requests • Re: Group Subscription (PayPal)
You can find it in the VIP section of https://www.dmzx-web.net/.Statistics: Posted by deninho32 — Wed May 01, 2024 8:40 pm
View Article[3.3.x] Support Forum • Adopt a Role, change my User role
Hi there,I am a newbie and I searched for various key words but did not find an answer.I have full admin rights but would like to change my username role to view what a newly registered user sees or...
View Article[3.3.x] Support Forum • Re: Adopt a Role, change my User role
In user profiles there is a link called Test out user's permissions. Using this you can test the permissions that user has.Detailed description:https://phpbbgroup.com/t35Statistics: Posted by halil16...
View Article[3.3.x] Support Forum • Re: Upgrade path from 3.1.6 --> 3.3.x
Perfect - thank you for taking the time to share that link.Statistics: Posted by NewToPHPBoards — Thu May 02, 2024 7:26 am
View Article[3.3.x] Support Forum • Reordering custom field on registration form
I created a custom field on the registration form. It is now the last field on the form. I wish to reorder to place it higher. I am not seeing it in the ucp_register.html page. How do i reorder the...
View ArticleWanted! • Re: Need extension to tag posts
I use this (https://github.com/RobertHeim/phpbb-ext-topictags) but it is very old and buggy,So, I'm very interested.topic tags is different from what I need though - I need tags on individual...
View ArticlephpBB Discussion • paid extension
I'm currently debating my myself if I should hire someone to develop an extension for me.the question is, if I can then sell that extension to recoup development costs ?did anyone do this and what was...
View Article[3.3.x] Support Forum • Re: checking bots in the forum
Given how many "bots" now seems to be AI related I'm happy for them to stay well away from my forum!!A few days ago we had 160 "guest" logins from facebookexternalhit bot.Google is no better and...
View ArticlephpBB Discussion • Re: paid extension
Depends what kind of income you are looking for and how you want to do it... I've paid for a good few extensions myself, even when they are available as free.There are sites like...
View ArticlephpBB Discussion • Re: Publish test version of PhpBB
How large is this file?Statistics: Posted by nou nou — Fri May 03, 2024 8:46 am
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Obscure Registration Code...
Something is bugged when copy and paste the codeStatistics: Posted by ivailo95 — Fri May 03, 2024 9:11 am
View Article[3.3.x] Styles Support & Discussion • Can I use images as buttons?
Hi all.Just a quick question.On my board, I would like to use images as buttons like in the old times of phpBB2 and phpBB 3.0.Something like thatAs opposed to the recent css themed buttons.There are...
View Article[3.3.x] Support Forum • Re: help upgrading and error 500
If you can look into ftp on the board's folder, there should be an error.log. That is not where it always appears and probably the exception to the norm.When an error log is appearing in a folder of...
View Article[3.3.x] Styles Support & Discussion • Re: Reordering custom field on...
as Bfr mentioned you gonna need to edit ucp.register.html file. The block of code that is responsible for displaying cpf is:Code: <!-- EVENT ucp_register_profile_fields_before -->{% if...
View Article[3.3.x] Support Forum • Re: nf_users table size
Hi Steve,Thank you for the pointer. I have looked into this approach but I'm on a shared hosting provider. I don't have the access or permissions to run a database optimization from an SSH.I've also...
View ArticlephpBB Discussion • Re: Claudebot attack
Code: User-agent: UptimeRobotUser-agent: UptimeRobot/1.0User-agent: UptimeRobot/2.0Disallow: /Instead of having three entries couldn’t you use a wild card like:Code: User-agent: UptimeRobot/*?I don’t...
View Article