[3.3.x] Convertors • Importing a CSV file of Topics and Replies to a PHPBB...
So today I've been working on trying to find a way to import a CSV file of Topics and Replies to a Forum (I've a migration to do) with just ChatGPT for guidance.I saw on another thread an approach...
View Article[3.3.x] Convertors • Re: Importing a CSV file of Topics and Replies to a...
I'll try it thanksStatistics: Posted by Galandas — Wed Jul 17, 2024 11:24 am
View ArticleGeneral Discussion • Re: How can I block "AI"?
https://youtube.com/shorts/xiJMjTnlxg4? ... m-UtcGwf6yStatistics: Posted by Holger — Wed Jul 17, 2024 12:40 pm
View Article[3.3.x] Support Forum • Why is search worse than in older versions?
I upgraded from v3.1 to the current 3.3.12 and have discovered the poor search function has now become a nearly useless one:Statistics: Posted by alvo — Wed Jul 17, 2024 1:12 pm
View Article[3.3.x] Support Forum • Re: Why is search worse than in older versions?
Is this because the script is really inefficient? Offering a search function and then having to restrict what can be searched for seems counter-productive.The purpose is to prevent common words...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
Greetings,congratulations for this useful extension. Maybe I'm doing something wrong, but when I open a new post, I don't get any response from ChatGTP!I configured an API-Key and "ChatGTP" user...
View Article[3.3.x] Support Forum • 'New Posts' doesn't show all new posts
I have two forums, both with the same permissions and under the same parent forum.When I go to /search.php?search_id=newposts I can see new topics in one forum, but not the other. No new posts have...
View ArticleExtensions in Development • Re: [3.3][RC] BBCode Icons
I've decided to submit the extension to the customisation database and as such have released a new version: 1.0.0. The latest version fixes a critical bug in which the custom BBCode tags were not...
View Article[3.3.x] Support Forum • updating php version past 8.0 makes images disappear
Support Request Template What version of phpBB are you using? phpBB 3.3.12 What is your board's URL? https://pr-56-bunpkpi-6tbrstnmzuyxw.uk- ... site/forum Who do you host your board with? platform.sh...
View Article[3.3.x] Support Forum • Re: 'New Posts' doesn't show all new posts
Please provide the link to the board doesn't show the new postStatistics: Posted by ssl — Thu Jul 18, 2024 12:26 pm
View Article[3.3.x] Support Forum • Re: The Boards email form sends email with a Reply-To...
The board's email form sends email with a Reply-To which reveals the forum user's registered email address. Also note this situation is described on the email form:Message body:This message will be...
View Article[3.3.x] Support Forum • HTTP ERROR 500
Hi folks,Just when I thought my forum was working, I started to add some antispam extensions.Got an error on some extensions, and used the deleted data button in ACP.The forum was fine, until I went...
View ArticleExtensions in Development • Re: [3.3][RC] Browser Push Notifications
What a great idea?I can't wait for the official release of this extension for browser push notifications.One question I do have is that I don't see the install prompt on my Android phone unless I...
View Article[3.3.x] Support Forum • Re: 3.3.11 --> 3.3.12 nada, can't see forum...
Again I'm guessing this may be the issue, at least the original one. If you go back to your one post here:viewtopic.php?p=16022689#p16022689Style was loading at that point, it was just the CSS files...
View Article[3.3.x] Support Forum • Re: Upgrade to 3.3.12, MYSQL error
Did the database update as administrator, but that is where the error occurred.What he is suggesting is the database user defined in config.php does not have those permissions. Open that file with...
View Article[3.3.x] Support Forum • Re: Search issues..
ACP/General/Server Configuration/Search Setting "Are default"ACP/Maintenance/Search Index "Deleted and Created"Thats exactly what I did!Statistics: Posted by Thunder86 — Sat Jul 20, 2024 10:09 am
View Article[3.3.x] Support Forum • upgrade from 3.1 to 3.3
Hello my friend I just followed the instruction of Make a backup of the original filesMake a backup of the databaseDeactivate all styles except for prosilverDeactivate any extensions which are not...
View Article[3.3.x] Support Forum • Re: upgrade from 3.1 to 3.3
I got support from admin server.. he upgraded the php to 7.2.xxGo to php8.x7.2 is very old and not safe to use.Statistics: Posted by janus_zonstraal — Sat Jul 20, 2024 10:53 am
View Article[3.3.x] Styles Support & Discussion • Re: StarTrekExcerpts | Fan-Board:...
phpBB 3.3.12 - 07/2024, style version: 3.3.12.1, CSS ( help output browser print page (.message-box textarea) ) is corrected, the ext/showandclosebox/showandcloseyourbox for this theme has been freed...
View Article[3.3.x] Translations • Re: How to find with regex the, of and a, but not a href
You can tweak it to avoid matching instances where those words are part of HTML attributes. Use this pattern:(?<!href=")\b(the|a|of)\sStatistics: Posted by Aidy — Sun Jul 21, 2024 10:42 am
View Article