[3.3.x] Support Forum • Re: How to install one or more languages in my forum?
Download the language pack, put it in language folder of your phpbb.Install from ACP > Customise > Language Packs > InstallThen you can choose langauge from Board Settings.Here's full method...
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 Article[3.3.x] Support Forum • PHP-XML requirment
Hello is PHP-XML really required to run phpBB? I dont have it available on my host so I am just asking if it can run phpBB or if its big problem. ThanksStatistics: Posted by Atrexian — Mon Sep 30,...
View Article[3.3.x] Support Forum • Re: PHP-XML requirment
Yes, it is required. The BBCode engine uses XML internally for storage and processing.Statistics: Posted by Noxwizard — Mon Sep 30, 2024 11:45 pm
View ArticlephpBB Custom Coding • Re: Replacing to local language Alphabets instead of...
OPENmemberlist.phpFIND$first_char = $request->variable('first_char', '');REPLACE WITH$first_char = $request->variable('first_char', '', true);Statistics: Posted by rxu — Tue Oct 01, 2024 2:25 am
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 ArticleGeneral Discussion • Re: Host won't allow me access to my FTP files
Thank you. The SFTP was the answer. I was not aware of this, I'm in unfamiliar territory here. I appreciate your help!Statistics: Posted by cheesecrakr — Wed Oct 02, 2024 6:52 am
View ArticlephpBB Discussion • Re: Is there a limit in the number of attachments in the...
Thank you, SFTP was the answer. Thought I'd update this for the benefit of future users reading this with the same problem.Statistics: Posted by cheesecrakr — Wed Oct 02, 2024 6:54 am
View ArticleWanted! • Re: Include post text in "simple mentions" mail notification
No one, really? Statistics: Posted by STK — Wed Oct 02, 2024 6:56 am
View Article[3.3.x] Support Forum • Re: What do you recommend for new user registration...
I see you have Q&A turned on. That should stop the spams with hard to guess answer for bots. Do you still getting spam registrations ?(And the latest version is 3.3.13).Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: Some bots not detected ?
Amazonbot doesn't seem to respect the robots.txtIn that case I suggest you try the .htaccess method as described in the Claudebot attack topic.Statistics: Posted by Mick — Wed Oct 02, 2024 7:33 am
View Article[3.3.x] Support Forum • Re: After update numerous users report permanently...
I’m banned from the site never having visited it before. It would be nice to be able to go through the registration process to see what you have.Statistics: Posted by Mick — Wed Oct 02, 2024 7:48 am
View Article[3.3.x] Support Forum • Re: Ajax error on delete cookies
Current information: This error does not occur in the 3.3.13 version installed from scratch.Statistics: Posted by halil16 — Wed Oct 02, 2024 8:26 pm
View ArticleExtension Requests • Re: Update RH Topic Tags extension for phpBB version 3.3.13
https://github.com/RobertHeim/phpbb-ext-topictagsStatistics: Posted by Anișor — Wed Oct 02, 2024 8:52 pm
View Article[3.3.x] Support Forum • Re: Allow Public to see all of the topic or not ?
Make sure you are serving same limited content to bots, otherwise it's cloaking. There is also ways to serve Google the full content and indicate it's behind login....
View ArticleExtensions in Development • Re: [3.3][ALPHA] CMX Quiz v3.0.1 (formerly...
I'd actually like to know as well - this could be a great learning tool for my forum... Please send it over for testing if that is still an option Statistics: Posted by nou nou — Wed Oct 02, 2024 9:31...
View Article[3.3.x] Support Forum • Re: .htaccess and test forum
It seems like any redirects should be in the phpBB .htaccess itself, and there shouldn't need to be an .htaccess in public_html. Am I wrong? Shouldn't the redirects all be in one place in the phpBB...
View Article[3.3.x] Support Forum • Re: Blank pages on fresh install
Support Request TemplateWhat is your board's URL? http://white-mage.net/rpProbably not the cause of the issue BUThttp://white-mage.net/rp/ automatically loads https:// but you're not using...
View Article[3.3.x] Support Forum • General Error SQL ERROR [ mysqli ] after clearing cache
Support Request TemplateWhat version of phpBB are you using? phpBB 3.3.13What is your board's URL? https://countercanter.club/neighborhood/Who do you host your board with? sitegroundHow did you...
View ArticleGeneral Discussion • Re: Host won't allow me access to my FTP files
Thanks, it was. I'm on 3.3.13 currently. On the previous host, it was 3.3.3.Statistics: Posted by cheesecrakr — Fri Oct 04, 2024 12:04 am
View Article