[3.3.x] Styles Support & Discussion • Re: What does {% and %} indicate...
Thank you! It looks a bit advanced, but I'll at least give it a look. I know extension support is found in the Customise section, and my question is already answered, but I will explain what was going...
View Article[3.3.x] Support Forum • Re: MySQL Fulltext search is case sensitive - how to...
That depends on column collation. With collations having _ci suffix (which stands for Case Insensitive) fulltext search would be performed in case-insensitive mode.In short, post_text and post_subject...
View Article[3.3.x] Support Forum • SQL ERROR [ mysqli ] Unknown column...
Hello,I changed my hosting account and installed the latest version of phpbb ( 3.3.13) on it. Installation worked smooth. The problem is while I restored the database with the backup file (the old...
View Article[3.3.x] Support Forum • Re: SQL ERROR [ mysqli ] Unknown column...
You can't restore old DB with new version without running the DB update. Upload the install folder from 3.3.13 download package and point your browser at https://www.systosys.com/install/ ,click the...
View Article[3.3.x] Support Forum • Re: What is the best way to keep track of PhpBB...
Well, if someone wants to track every change to phpBB core, then it's as easy as registering on github.com and starting to watch all the phpbb repo activity.Statistics: Posted by rxu — Thu Oct 31,...
View Article[3.3.x] Support Forum • Re: Problem [pagination bug?]
So we have to wait until they look into the tracker (I provided the link then) to fix it to version 3.3.14?Discussed here,viewtopic.php?p=16028986#p16028986Statistics: Posted by exemplary1 — Thu Oct...
View Article[3.3.x] Styles Support & Discussion • Re: Category icons don't show on...
There is an extension that will replace forum images with category icons you have set in ACP Statistics: Posted by Mannix_ — Thu Oct 31, 2024 7:36 am
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with ChatGPT, DALL-E...
Hello privet.fun, Tried many times with different usernames and different forums. Every time I get an error message. What am I doing wrong? Pict-1.pngPict-2.pngI'm using php version 8.2.8phpBB...
View ArticleExtensions 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 Article[3.3.x] Support Forum • Why Sticky new theme doesn't work
Hi,I've tried creating 4 different types of themes, and I've realized that it doesn't create a new theme of a separate type like Announcements, but rather it's all grouped together inside Topics, what...
View Article[3.3.x] Support Forum • Re: Why Sticky new theme doesn't work
That's not a built in feature.You would need an extension like thishttps://www.phpbb.com/customise/db/exte ... _hierarchy(note - see the sticky topic in the support section on that page for the 3.3.0...
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:Code: [phpBB Debug]...
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