[3.3.x] Support Forum • Re: The Boards email form sends email with a Reply-To...
We can't get Users can contact me by email: to default to No That's users preference, the default is set when the user is registered and only they can change it after registration. if there is no way...
View ArticleExtension Writers Discussion • mark read and unread posts
Hi there, i'm devolping something and trying to list the last 50 posts grouped by topics (in a list page like the "recent posts").i've a problem understanding how posts are marked like read or unread...
View Article[3.3.x] Support Forum • Re: updating php version past 8.0 makes images disappear
Thank you to everyone, especially thecoalman!You pointed me in the right direction. I changed our config.php from `error_reporting(E_ALL)` to `error_reporting(0)`and images are now working. I was able...
View Article[3.3.x] Styles in Development • Re: [RC] Zeina theme for phpBB 3.3.12
Hello Leenoz,First of all, thank you for this work, to my consideration it is very complete. I even think that after taking a good look at it, I will buy your PRO version.I wanted to ask you about the...
View ArticleExtension Writers Discussion • Re: mark read and unread posts
No, It has 0 replies, and i've never used "Mark all read" function... But i didn't change options/settings in my forum since 1 year and this topic Is from a few days ago...In the meantime some topics...
View ArticleExtension Writers Discussion • Get value from HTML multi select
I have a multi-select element and I'm trying to capture the values in it but it's not working and I've got no idea why the value isn't getting passed through to the $request variable. I'm sure I'm...
View ArticleExtension Writers Discussion • Re: Get value from HTML multi select
it is a array of string (Or array of ints by the look of the field name), so you second parameter of variable should be a array of string as well.Statistics: Posted by Paul — Wed Jul 24, 2024 10:41 am
View Article[3.3.x] Support Forum • Re: Banning email domain
Otherwise, nothing will force a user to enter an @free.fr e-mail address, but, and if you have warned the members in question, plus an announcement publication on your board, then in this case they...
View Article[3.3.x] Support Forum • Re: Users are logged out
No, everything seems OK regarding cookies on your board, you should start by deactivating all extensions to see if the problem persists.Statistics: Posted by ssl — Thu Jul 25, 2024 10:24 am
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? I literally just logged on to come ask you if you would consider supporting Llama....
View Article[3.3.x] Support Forum • Re: Cant log in on fresh install of 3.3.12
Try the delete cookies link on bottom right when using Firefox.Statistics: Posted by thecoalman — Thu Jul 25, 2024 11:35 am
View ArticleExtension Requests • Re: Allow only Topic Author and Moderators (or other...
Check out this new extension:https://www.phpbb.com/customise/db/exte ... y_replies/Statistics: Posted by Marek Muc — Thu Jul 25, 2024 12:01 pm
View Article[3.3.x] Support Forum • Re: Limiting replies to own topics only
The new extension is here! https://www.phpbb.com/customise/db/exte ... y_replies/Statistics: Posted by Marek Muc — Thu Jul 25, 2024 12:02 pm
View Article[3.3.x] Support Forum • Re: Why is search worse than in older versions?
It's my understanding that adding Google Search with your associated Google Search Engine ID on each forum page and clicking on results from a Google search or others using it clicking on result...
View ArticleExtension Requests • Re: BackUp ⇒ Google Drive
Yes, that's exactly the idea of the extension. Subject to read here: viewtopic.php?t=2487136It's more interesting than a simple GitHub linkThanks! I found the github link on Google - wasn't aware of...
View ArticlephpBB Custom Coding • admin_send_email.txt not showing {USERNAME}
Hello People. I have edited the template admin_send_email.txt to read the followingCode: Hi {USERNAME}{MESSAGE}{EMAIL_SIG}However, when the e-mail goes out, there is no "username" in the e-mail. The...
View ArticleExtension Requests • Show Posts from a selected date?
Would it possible for an extension that would show posts from a selected date?For example, let's say from a Moderating point of view I needed to check all the posts that were made on the Forum just on...
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 ArticleExtension Writers Discussion • populate a table while migrations
hi there, i have a problemi'm writing something and reading a lot, but i cannot solve this problem:in migrations i use install_schemait's ok, tables are correctly created.in the meantime i use...
View Article