[3.3.x] Support Forum • Re: Problem with new registration
Yes I've noticed, but I don't remember where I've put this in phpbb, but if this is the problem, is strange 'couse the login works, the registration not.I've to search about this plug inStatistics:...
View Article[3.3.x] Support Forum • Re: After update numerous users report permanently...
I turned of the IP check in the board itself. I am not even sure if I have the extension "Stop forum spam" installedStatistics: Posted by gwess — Fri Sep 27, 2024 6:41 am
View Article[3.3.x] Support Forum • Re: functions_content.php error : Trying to access...
PHP 7.2, and it worksThis is due PHP 8 has changed the way errors are handled. In other words, the bug is still there but error is not displayed on PHP 7 and is displayed on PHP 8.Statistics: Posted...
View Article[3.3.x] Support Forum • Re: Old Posts Stuck with Unparsed BBCode
Thanks so much for your time.This should go without saying but backup DB first You can reparse all posts using phpBB's CLI.Thanks for the warning. I have DB backups galore and can even recreate the...
View Article[3.3.x] Support Forum • Some bots not detected ?
I have two forums and I set up the botd list yesterday on the version with 3.3.4.. And it correctly detects the bots I added.. The one in question is amazon bot.. On a recently updated second forum...
View ArticleExtension Requests • Re: present thumbnails *while* posting
Ah - that doesn't work for me... I am using an extension that converts jpegs and pngs to webp on upload to save (a lot of) space, and your script probably captures the file extension before the...
View Article[3.3.x] Support Forum • Re: Some bots not detected ?
The strange thing is, if I doCode: curl -A "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1;...
View ArticlephpBB Discussion • Re: A phpBB mobile app
For every social network that is a success there have been THOUSANDS that have been complete flops. Forums can be hugely popular if you fill them with quality content that people want - however niche...
View Article[3.3.x] Support Forum • Installed in subfolder, subfolder not showing in URL
phpBB version 3.3.2.We had an unplanned hosting move. phpBB is installed in a subfolder as it was before. The homepage URL format used to be http://test.com/phpBB. Now it is http://test.com. Subfolder...
View Article[3.3.x] Support Forum • Re: Installed in subfolder, subfolder not showing in URL
Those extra Copilot rules are removing phpBB from the URL. This is what a stock .htaccess file looks like: https://github.com/phpbb/phpbb/blob/rel ... /.htaccessStatistics: Posted by Noxwizard — Sat...
View ArticleExtension Requests • Randomized forum logo.
Is there an extension that will pick a random png from a directory and use it as the forum logo.png?Or can anyone think of a way to do it.Statistics: Posted by Richy Freeway — Sat Sep 28, 2024 10:53 pm
View ArticleExtension Requests • Re: Randomized forum logo.
I’m on a mobile right now so it’s a bit tricky but check the customisation database. There’s quite a few options for custom banners / logos. However I’m not sure which, if any rotate through a random...
View Article[3.3.x] Support Forum • Re: How to install one or more languages in my forum?
I use gtranslate.io.You can see an example on my forum serontv.com.Statistics: Posted by RomaamoR — Sun Sep 29, 2024 7:16 pm
View Article[3.3.x] Support Forum • Re: How to Optimize phpBB for a Large User Base?
It's an English expression when describing something plain, unaltered, nothing extra etc.Statistics: Posted by thecoalman — Sun Sep 29, 2024 7:18 pm
View ArticleExtensions in Development • Re: [3.2][RC] Topic Template
I uninstalled the previous version "Posting Template 1.0.0", but it doesn't uninstall the 2 fieldsar_user_id and ar_message_template created by this previous extension. In addition, if I access any...
View ArticleExtension Writers Discussion • Re: Newb question on extensions
What is the purpose of this?Do you need that data to be stored in the database and then to use it somewhere? If you don’t want to store it and use it later you could probably use javascript to count...
View Article[3.3.x] Support Forum • 3.3.11 to 3.3.13 question
Hi everyone,I currently have a phpBB 3.3.11 forum running on Shared hosting which because of a slight disagreement with the owner of the shared hosting, I no longer have access to the C-Panel...
View Article[3.3.x] Support Forum • Re: 3.3.11 to 3.3.13 question
You can get older versions herehttps://download.phpbb.com/pub/release/3.3/I'd be inclined to move it as it is (because you know that's a fully working version) an then update on the new server with...
View Article[3.3.x] Support Forum • Why Find a member option is so weird ?
Hi,Lets say I clicked on 'A' to get list of members id starting from A.Now I clicked on 'Find a member' and searched for c*, and it shows no result.It is only possible if I go to members page again...
View ArticleExtension Requests • Re: Exclude code from search results...
It would require an extension and greatly depends on your search backend. When using Sphinx for searching it's possible to filter the data before it's indexed. When using the builtin full text...
View Article