[3.3.x] Support Forum • Re: The Boards email form sends email with a Reply-To...
We have tried to make phpBB work for us but no joy.We really need our users email addresses to be completely private. Many of our users want to be anonymous except for their forum user name.If the...
View ArticlephpBB Discussion • Re: How To See all Replies
The Sphinx search here has a short delay. Those posts are showing now.Statistics: Posted by Brf — Mon Jul 22, 2024 5:36 pm
View Article[3.2.x] Support Forum • Re: CPanel error
Is it possible to have someone answer my question please?"It is in the sub (forum domain). Where should it have been installed?"Where should PHPBB install feed/topics? Root or site domain?Statistics:...
View ArticlephpBB 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: upgrade from 3.1 to 3.3
Maybe it was this extension:viewtopic.php?t=2258476No not this one...but I think abandoned ext statistics onlineStatistics: Posted by BF79 — Tue Jul 23, 2024 3:33 pm
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 • 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...
Currently there are about 1000 guests and 11 active users on the forum, the session table has 32000 entries.Statistics: Posted by BastianS — Wed Jul 24, 2024 4:41 pm
View ArticleExtension Requests • Re: BackUp ⇒ Google Drive
All i know is Auto db Backup plus Dropbox Upload but this only back ups the databaseStatistics: Posted by Mannix_ — Wed Jul 24, 2024 4:44 pm
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] 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 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 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 ArticlephpBB Custom Coding • Re: admin_send_email.txt not showing {USERNAME}
Any ideas why?You can't just add vars to the email template; it needs to know what those vars refer to. I haven't tested this but try adding the var to /includes/acp_email.php around line 205.Code:...
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