[3.2.x] Support Forum • Re: Where are my Captcha settings?
Where can I find and change that infoI imagine that would be an extension so first if you go to ACP> Customise tab> Manage extensions you should see the extension name listed there then post...
View Article[3.3.x] Support Forum • Re: Delete taking forever
First of all, sorry for bump this topic, but it's just what happens to me and its, like me, in phpbb 3.3.11.Indeed, I have a large forum, when I click to delete a user, it takes a while, and even if...
View Article[3.3.x] Support Forum • Re: How does mass mail work internally to send email?
It's right?Yes that is correct, Tip: ask your provider how much mails you are allowed to send every hour/dayStatistics: Posted by janus_zonstraal — Sun Apr 21, 2024 7:31 am
View ArticlephpBB Custom Coding • Re: Javascript code to get topic id from post id
I'm not sure about this but IIRC cloning a topic does not create new post_ids, only a new topic_id.If I'm correct, then in that case a post_id would not point to a unique topic_id.Statistics: Posted...
View ArticleExtension Requests • Re: Timed group membership
Sorry, up.Still no way to do this?Statistics: Posted by Lord Phobos — Sun Apr 21, 2024 8:50 pm
View ArticlephpBB Discussion • Training an AI model based on your own phpbb forum?
Has anyone tried to train an AI model based on your own phpbb forum?For example: what tools have you used? How did you define a schema? How did you use the model later?Any feedback/discussion on topic...
View ArticleExtensions in Development • Re: [3.3][ALPHA] CMX Quiz v3.0.1 (formerly...
Guessing this extension's abandoned then?Statistics: Posted by Bruce Banner — Mon Apr 22, 2024 4:15 am
View ArticlephpBB Custom Coding • Re: How to get number of users online?
Maybe tell us what is your end goal so we can help you better I give different information for registered users and for guest. Regirestered user can see normal string: {{ TOTAL_USERS }} that is:In...
View ArticleWanted! • Re: Timed Group Membership
Oh, it also needs an extra permission to be added: "can change board style".I need that users in this group to be not able to change the style, they are forced to an ugly one.Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: How to remove Foe posts from quotes and hide Foe...
Would this need an extension?Statistics: Posted by Bruce Banner — Mon Apr 22, 2024 9:38 pm
View ArticleExtension Requests • Re: Hiding foe quotes
Hate bumping an almost decade old topic but it just struck me today how useful this would be and I can't believe no one ever responded in this topic before.Statistics: Posted by Bruce Banner — Mon Apr...
View Article[3.3.x] Support Forum • Issue with Paths and Reverse Proxy with DNS
Hello everyone,I just set up a fresh install of PHPBB 3.3, latest copy from the website.Everything went smoothly during the install. No issues with dependencies, and super awesome how easy it was to...
View ArticlephpBB Discussion • Restore hard deleted post from backup
Hello phpBB community.Returning to this recurring issue with a new solution.Before applying it to the production database, all kind advises welcome.Reference:3.2 Support Forum "restore a single topic...
View Article[3.3.x] Support Forum • Re: Question on using htaccess vs claudebot and...
First and foremost, I'd just like to say thank you to everyone for their input and helping me navigate this. I really appreciate your advice and your patience dealing with what are probably very basic...
View Article[3.3.x] Support Forum • Re: Can't access ACP / workaround not helping
This problem has nothing to do with the pinned topic which was an issue with mod_security and I don’t see it mentioned in your errors.Statistics: Posted by Mick — Tue Apr 23, 2024 5:37 pm
View ArticlephpBB Discussion • Re: Restore hard deleted post from backup
There's also phpbb_poll_votes if that topic was a poll.and attachments in those topics may have been deleted and should the also be restored (both the files and the entries in phpbb_attachments+...
View ArticlephpBB Discussion • Re: Font awesome
You could try posting in styles.Statistics: Posted by Mick — Tue Apr 23, 2024 5:47 pm
View ArticlephpBB Discussion • Re: Publish test version of PhpBB
What would be the point of having hundreds of clones of your board all over the internet? To start with, you would be dividing your Google traffic with all of those copies. Whoever picks up your board...
View ArticlephpBB Custom Coding • Re: Can't get "expiry-time" in PM page
I use latest Post local storage extension.Any idea why $session_expiry_time is "0" only in PM (personal message) pages ?In event/listener.phpCode: public function check_expiry_time($event){//...
View Article[3.3.x] Support Forum • Restrict New User Posting
Hi,I'm working on setting up my phpBB and I'm trying to make it so everyone's first post must be in the Intro forum (and not as a reply), but once they've introduced themselves they are automatically...
View Article