Extensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
solvedI had to manually add it to the database. Statistics: Posted by saper82 — Thu Oct 31, 2024 5:42 pm
View Article[3.3.x] Styles Support & Discussion • Re: Website Navbar above forum to...
Glad I could help. Statistics: Posted by cabot — Thu Oct 31, 2024 6:22 pm
View ArticleCustom BBCode Development and Requests • Re: BBCode for Font Awesome icons...
I had customized it for me to set the size of the FA IconCode: <i class="icon fa-{SIMPLETEXT}" style="font-size: 17px; aria-hidden="true"></i>you can easily change the size to whatever you...
View Article[3.3.x] Support Forum • Please help with HTTP ERROR 500 and attached the...
Hello,My forum works fine before, but for some reasons when I tried to access it today. I got this "HTTP ERROR 500" error. I did not make any changes on the forum and the website, and my other forum...
View Article[3.3.x] Support Forum • Re: Please help with HTTP ERROR 500
usually if youve made no changes your first step should be to delete the cache. In ftp or your host file editor, find cache/production and delete the production folder and do a hard refresh on your...
View Article[3.3.x] Support Forum • Re: Please help with HTTP ERROR 500 and attached the...
It seems my hosting company blocked my database. They wanted me to changed my admin password since I have not changed my password for a while. Now my forum worked after I talked to them. Thank you for...
View ArticleExtensions in Development • [3.2][3.3][DEV] Tabs Menu BBcode Extension
Extension Name: Tabs Menu BBcode Extension Author: GalandasExtension Description: This BBCode allows you to organize the content in a post in a phpBB style tabbed interface, with the desired content...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Topic/Post Reactions,...
Ah, okay, fixed for version 0.9.2.Statistics: Posted by Steve — Fri Nov 01, 2024 4:11 pm
View ArticleExtension Writers Discussion • Re: Inquiry Regarding Extension Approval Timeline
We also contribute to this project on a voluntary basis, and honestly, as already mentioned, I have no interest in whether extensions are approved or not. There are too many factors at play to expect...
View ArticleCustom BBCode Development and Requests • Re: Center Tables
In tables extension I use the same classes for tleft, tcenter and tright.Code: /* Use with table [table=tcenter,35] to center table */.tleft { float: left;margin-right: 6px; }.tcenter { margin: 0...
View Article[3.3.x] Support Forum • Lots of problems since upgrading from 3.0.x to 3.3.13
Since the upgrade, the EXTENSIONS and ACP_CAT_MODS buttons in ACP do not work. The EXTENSIONS only yields a blank page. The MODS button returns several errors the first of which is:[phpBB Debug] PHP...
View ArticlephpBB Discussion • Re: Discuss: phpBB 3.3.13 Release
I'll wait for update 3.3.14, which will fix the search bug phpBB 3.3.13 has bugs when using the board search function.Code: [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on...
View Article[3.3.x] Support Forum • Re: Lots of problems since upgrading from 3.0.x to...
It sounds like you have an incomplete upgrade. What does your "Board version:" say in the acp? If it says 3.3.13 then your db updated but it sounds like your still on old files. You should not have a...
View Article[3.3.x] Support Forum • Re: Help, acp panel crushed
Your copy of that file does not match the stock version. Several double slashes have been reversed. Upload a new copy of that file from the Full Package download or from here.Statistics: Posted by...
View Article[3.3.x] Support Forum • Recaptcha stopped working
I'm not sure if this is the right subforum for this. But here is the deal. I have a little problem with recaptcha. It doesn't work since october the 7th. It displays this https://prnt.sc/xxlwwlMhzd6q...
View Article[3.3.x] Support Forum • Re: Problem with update from 3.3.0 to 3.3.13
I went through all the steps again (that is, 2nd time), but the same problem persists.I restored all the files from the backup, and the forum was working as before (version 3.3.0).I downloaded...
View Article[3.3.x] Support Forum • Re: An extension to restrict group access to specific...
What is the current best practice regarding this?Statistics: Posted by odf — Sun Nov 03, 2024 8:43 pm
View Article[3.3.x] Support Forum • [Solved] Cloudlfare causing Invalid form data...
Hi guys,I'm aware of the support template but since I've narrowed down my issue I've just skipped using it but can provide it if necessary. I was getting a login failure with the message in the title...
View ArticleCustom BBCode Development and Requests • Table Border
I had successfully changed the border of my tables. But not without causing another problem. Changing the table border just sets the frame around the table, but not the lines inside.Code: <table...
View Article[3.3.x] Support Forum • Re: [Solved] Cloudlfare causing Invalid form data...
By default CF only caches static files like .css, .js or images. This increases performance it two ways, it lowers demand on the origin server and can improve the speed of cached content. If you...
View Article