[3.3.x] Styles Support & Discussion • Re: Change board logo to a picture
See, Knowledge Base - How to change your board logoStatistics: Posted by P_I — Sun Jan 14, 2024 11:08 pm
View Article[3.3.x] Support Forum • Re: Mass Email - how to identify failed maessages
In email settings try lowering Maximum allowed email recipients and Email package size. There was recent post where someone else was having issues when sending mass email because of the first setting....
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Horizontal Attachments
Okay Thanks for the explaination In the downloadlog extension, there is a clickable link to open a popup window. "view log" Statistics: Posted by SpIdErPiGgY — Mon Jan 15, 2024 2:44 am
View Article[3.3.x] Support Forum • Google form
Is it possible to use Google form as the Account Registration form? Could anyone in the know please help me in this regard?Statistics: Posted by VED036 — Mon Jan 15, 2024 4:49 am
View Article[3.3.x] Support Forum • Re: AI bots registration and post
@OP: How are you hosted?I'm hosted on AWSStatistics: Posted by zimeau — Mon Jan 15, 2024 8:08 am
View Article[3.3.x] Support Forum • Re: Google form
https://www.oneall.com/Statistics: Posted by RomaamoR — Mon Jan 15, 2024 8:30 am
View Article[3.3.x] Support Forum • Re: Getting 500 Internal Server Error on Install
I will fill out the Support Request Template .Statistics: Posted by arun2007th — Mon Jan 15, 2024 10:54 am
View Article[3.3.x] Support Forum • Re: Tweet Embeds are now X Embeds
Are you sure ABBC code is the cause?IIRC there is no native Twitter (and certainly not X) embed code. That would be provided by the phpBB Media extension, the latest version being 2.0.1 (June25,...
View Article[3.3.x] Support Forum • Re: New users get error page
Manually purge the cache folder, using FTP delete everything but .htaccess and index.htm in the cache folder-------------------------------If that is still not helpful in your hosting control panel...
View ArticlephpBB Custom Coding • Re: I Want Your Ideas About Adding Tabs to Index
Okey.Code: <script>this.$ = this.jQuery = jQuery.noConflict(true);var ajaxDone = true;var nextPage = $(".next a").attr("href");var scrollPosition = 0;$(document).scroll(function() { if...
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Horizontal Attachments
Because of using the float: left; and having to enter a bunch of lines to get the attached download below an attached image...I'm changing the css back to display: inline-block;You will not have to...
View Article[3.3.x] Support Forum • PHPMailer for mass emails?
I attempted to send a mass email to the entire board but it looks like our Host limits our mass emails to 100 recipients.Code: Email error» EMAIL/SMTP/adm/index.phpRan into problems sending email at...
View Article[3.3.x] Support Forum • Re: PHPMailer for mass emails?
The help link suggests using WP Mail SMTP or PHPMailer. PHPMailer appears to be the solution. The options these provide will be available in phpBB's ACP at least as far sending goes. The only thing...
View Article[3.3.x] Support Forum • Re: Google to start blocking cookies
Perfect. Thanks for clearing that up. Statistics: Posted by skybound — Wed Jan 17, 2024 4:07 am
View ArticlephpBB Custom Coding • Change URL adress so that it redirects and appears...
Hello!I am pretty new to phpbb but I am using a system that is integrated with the forum.Currently my registration goes under https://lob.bg/forum/ucp.php?mode=registerhowever, I'd really like if it...
View ArticlephpBB Custom Coding • Re: Change URL adress so that it redirects and appears...
The redirect is just to redirect requests from https://lob.bg/forum/ucp.php?mode=register to https://lob.bg/registerSince https://lob.bg/register doesn't exist you need a second rule to do a rewrite....
View ArticleWanted! • Style developer/customisation wanted
Title/Job Description:I am Solutions Architect and have recommended using phpbb for a community forum for the organisation I work for. The hosting and configuration of phpbb are all sorted, but we're...
View Article[3.3.x] Support Forum • Re: Can't stay logged in and occasional error message...
Does the same thing happen when you try it in the incognito tab?I'll have to try that and come back. But it is intermittent so it might take a while. Thanks for answering Edit: I can't make it happen...
View Article[3.3.x] Support Forum • Error when to activate google SSO
Hi allI'm a beginner web dev, and I just don't know what the problem is here.I filled out the google credentials and consent screen. Put the key and secret into phpbb. I hit the google button on the...
View Article[3.3.x] Support Forum • Re: PHPMailer for mass emails?
In phpBB's ACP set the system cron back to no as test. This should trigger them being sent, make sure that is working first. There is option on the top of the cron page on where to send email when the...
View Article