phpBB Custom Coding • Re: Signature setting default on for OP and off for...
This is untested. On line 1970 of posting.php find:Code: 'S_SIGNATURE_CHECKED'=> ($sig_checked) ? ' checked="checked"' : '',Replace with:Code: 'S_SIGNATURE_CHECKED'=> ($sig_checked &&...
View Article[3.3.x] Support Forum • Re: SMTP send mail error
The ability to send email is tightly controlled on paid hosts . If you are on a free host they usually severely limit it. Since all these services are failing it's likely the host is blocking it....
View Article[3.3.x] Support Forum • Re: Multiple Boards ?
It does not need it's own database, when you install there is option for the table prefix. The default is phpbb_, just change it to something else e.g. phpbb2_. You don't necessarily need sub domain...
View Article[3.3.x] Support Forum • Re: upgrade from 3.1 to 3.3
...Thanks for helping.. but I don't know where and how !!!That almost implies you used a 1-click installation for your board, in which case your host would be the place to seek support.If you have...
View Article[3.3.x] Support Forum • PHP versions
I am running board version v3.3.12 and php version 7.3.33Should I be using a higher version of php for optimal use?Edit: my ACP states php 7.3.33 but my cPanel states v 8.2 is being used, now I am...
View ArticleExtension Writers Discussion • Re: mark read and unread posts
Has a new post been made to that topic since the last time you used "Mark all read" on its forum, or the board in general?Statistics: Posted by Brf — Tue Jul 23, 2024 4:40 pm
View Article[3.3.x] Support Forum • Re: PHP versions
Should I be using a higher version of php for optimal use?One of the requirements for phpBB 3.3.12 = * PHP 7.2.0+ up to and including PHP 8.3 with support for the database you intend to use. In short:...
View Article[3.3.x] Support Forum • Re: Full session table leads to completely...
You need to manage the traffic. First step you can take is looking at the who is online list, that heading is a link, check the user agents and if you see any guests with user agents for bots add them...
View ArticleExtension Requests • Re: BackUp ⇒ Google Drive
The addon you've linked back ups database and the files that is why i specified that this extension only back ups database. You are correct database is the most important thing if something goes wrong...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
I wonder if I should add support for recently released Llama 3.1, which is now leading in multiple tests/categories? Here's API vendor with 450B support I found so far https://llama-api.com, there's...
View Article[3.3.x] Support Forum • Re: The Boards email form sends email with a Reply-To...
I think we got it not to show contact.... now to test......Thanks again.Statistics: Posted by D. K — Wed Jul 24, 2024 7:33 pm
View Article[3.3.x] Support Forum • Re: Users are logged out
Are you sure as testing it that is what I see.An example here - I've just come to reply and I've had to log back in again.Statistics: Posted by ukautoforums — Thu Jul 25, 2024 4:02 pm
View Article[3.3.x] Styles in Development • Re: [RC] Zeina theme for phpBB 3.3.12
Hi, would you mind coding so that this addon also works properly?Topic Image Preview -> https://www.phpbb.com/customise/db/exte ... e_preview/When you have, for example, 4 images to be displayed,...
View ArticleExtension Writers Discussion • Re: Attachments in extensions
Thanks for the responses all!there is probably a lot more to it, but maybe this will give you a start (or someone who knows more will come along with a better answer )There's a lot more, but it's...
View Article[3.3.x] Support Forum • Re: Banning email domain
Did you double check the SPF record?https://mxtoolbox.com/spf.aspxStatistics: Posted by janus_zonstraal — Thu Jul 25, 2024 6:12 pm
View Article[3.3.x] Support Forum • Re: SMTP send mail error
Put this on your host and run it and post the results: results:Code: Server name: www.c64persian.66ghz.comuname:A record: Statistics: Posted by peyman974 — Thu Jul 25, 2024 7:05 pm
View ArticleExtension Requests • Re: Show Posts from a selected date?
As far as I'm aware there is no such feature in phpBB by default. The closest you have are the advanced searches like 'new posts', 'unanswered posts' and so on but they wouldn't help for listing posts...
View Article[3.3.x] Support Forum • Moved server can't access ACP
As above really! I have just moved to a new server today and I am having issues login in to the ACP I disabled the board before the move but have managed to enable the board through phpmyadmin and...
View Article[3.3.x] Support Forum • Re: Moved server can't access ACP
Update!! Mod security is causing the issue!Statistics: Posted by sakm — Fri Jul 26, 2024 4:24 pm
View Article[3.3.x] Support Forum • Re: Full session table leads to completely...
Interesting, thanks a lot for the suggestions!Indeed we had a lot of bot traffic and after setting up cloudflare I was able to identify a lot of bots coming from US and Singapore(?) — not quite a...
View Article