Extension 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 ArticleExtensions in Development • Re: [3.2][3.3][BETA] Advanced Polls
What do you mean by "automatically rendered" ?Statistics: Posted by Hervé — Sat Jul 27, 2024 11:36 am
View ArticlephpBB Discussion • Re: Adding More Security To phpbb Website
Thanks everyone for your imput, yeah its possible that some of you may have already made these changes before or maybe your host has an auto config when you start your hosting that covers some of...
View Article[3.3.x] Support Forum • Will phpbb allow sub folder error documents
Hi, I was curious if phpbb will allow sub folders (not qualified sub domains) to have their own independent error documents htaccess and php ini files. I have read that phpbb has its own error handler...
View Article[3.3.x] Support Forum • Re: Banning email domain
Norton saysDangerous Webpage BlockedYou tried to access https://www.yourdomain.fr/testboard_or_ ... he_folder/This is a known dangerous webpage. It is strongly recommended that you do NOT visit this...
View Article[3.3.x] Support Forum • Re: Internal Server Error - But Only For Somethings?
As Noxwizard noted, this is a server configuration issue, not a phpBB issue per se.That was what I was afraid of. It is on a shared hosting service. It was just odd, as it changed all the sudden...
View Article[3.3.x] Support Forum • Re: Users are logged out
hi guys,thanks for getting back to me. the test account should only have normal permissions now (thank you for spotting my error and removing it) so please check. i had added the test account and pw...
View ArticleExtension Writers Discussion • Re: populate a table while migrations
To be honest.. extension authors should really start using github or similar platform.It would make life easier for everyone.All those code tags are not helping at all. It's like looking at puzzle...
View ArticlephpBB Custom Coding • Re: admin_send_email.txt not showing {USERNAME}
Sorry, I thought that {USERNAME} was a variable in the system, like {MESSAGE} and {EMAIL_SIG}No such thing. Those are template variables. They are created by each script as they need them.Statistics:...
View ArticlephpBB Discussion • Re: Adding More Security To phpbb Website
That is a pretty spammy service. I ran Microsoft.com through it, and it said the same things for them that it did for you. It is only trying to get you to subscribe to their tools.Statistics: Posted...
View ArticleExtensions in Development • Re: [3.2][3.3][BETA] Advanced Polls
CSSCode: :root{--MainDivBkgnd: #ffffff;--SubTabBorder: #006699;--SubTabBkgnd: #dbe7ef;--MainTdBorder: #87CEEB;/* royal blue */--SubTdBorder: #87CEEB;/* royal blue */}body {color: #000080; }a {color:...
View ArticleCustom BBCode Development and Requests • Re: BBcode : Background for Video
That would not be appropriate for a bbcode. What you would want to do is change whatever code is displaying a video to also display that background.Statistics: Posted by Brf — Tue Jul 30, 2024 12:36 pm
View Article[3.3.x] Support Forum • Re: Apple device issues?
It might be related to Apple Fixes iCloud Private Relay After Extended Outage - MacRumorsIs the problem still occurring for those using Apple devices? Apple resolved the above problem which might have...
View ArticleExtension Requests • "Looking back" page in UCP
Hello,I would love to see an ext that lists some of the own posts/topics from a certain time back, lets say 10 years.Is there something like that already available?/HStatistics: Posted by Holger — Tue...
View Article[3.2.x] Support Forum • Sending e-mail alert to admin when new user register
Hello,I have set my forum so I need to approve any new user before they can post.General>user registration settings>account activation = by adminFrom the main forum page I get an alert in the...
View Article[3.2.x] Support Forum • Re: Sending e-mail alert to admin when new user register
First place to check is top right, notifications > settingsUser requiring activationemail Statistics: Posted by KevC — Tue Jul 30, 2024 2:07 pm
View Article[3.2.x] Support Forum • Artificial Intelligence is answering
Did you notice in your forum, that they are post written by an AI?I do on my forum from spams. The answer is quite in the subject meaning but not accurate so I see it is not an human.Statistics:...
View Article