phpBB Custom Coding • External PHP code to view all custom profile fields
I have put together some php code to enable you to view all of the phpbb3 custom profile fields in a table.Unlike the memberlist each custom field is displayed in a seperate column of the table and...
View Article[3.3.x] Support Forum • Re: Why are gallery avatars always randomised?
Did you try right clicking on the folder and selecting what you want in 'sort by'?If you mean did I right-click inside the folder on my computer, I don't need to. The images are sorted correctly...
View Article[3.3.x] Support Forum • Seeking Help: Unable to Hide 'Who is Online' and...
I'm attempting to customize my phpBB forum's front page (index_body.html) to hide the "Who is Online" and "Statistics" sections. However, despite multiple attempts, the sections remain visible.Actions...
View Article[3.3.x] Support Forum • Re: Seeking Help: Unable to Hide 'Who is Online' and...
Yo don't need to be changing the core phpBB code (including HTML/CSS). Instead take a look at the ACP->General->Load settings per the screenshot below:Also take a look at phpBB • Hide Newest...
View ArticlephpBB Discussion • Google is not crawling to individual topic or post level...
Google sees my forum site at the top level with description.But it is not crawling down to individual post or topic level immediatelyI see individuall posts made to other phpBB forums show up within...
View Article[3.3.x] Support Forum • Claudebot attack
Since today my board has 150 bots online, almost all are claudebot. I can't find anything about it on this forum yet.I've tried to add the following line to my .htaccess file, but without success....
View Article[3.3.x] Support Forum • Re: Claudebot attack
You can try robots.txt to stop any AI bots, whether or not they respect it is a different thing. You could also ask your host as they may have something in place for this kind of bot.Statistics:...
View ArticlephpBB Discussion • Re: Google is not crawling to individual topic or post...
Our understanding is that there are lot of factors google considers when it ranks Domain & Pages, bottom line is content has to be valuable & there should not be lot of clutters....
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
You probably could do something like this, you can certainly hook pre-trained model and add interaction with downloaded files (see Gemini Vision bot implementation which does that) via functions.I...
View ArticleExtensions in Development • Re: [3.3][BETA] Anonymous Posts
No, no, I only have 10 posts in that topic. I wanted to test that extension so I set the maximum number of replies to 9. Seems I get that big error message whenever I make the 9th reply in a topic.Ah,...
View Article[3.3.x] Support Forum • Server overload
Hi I have VPS with 2 cpu 04go ram These days I can't figure out why if I do anything in the admin panel or approving new topics the server down I tested with both PHP 7.4 and 8.2 Mysql 5.7.43, phpbb...
View ArticleGeneral Discussion • Re: What Internet Forum Package Does Audacity forums use?
It says in the terms of serviceThis forum is running DiscourseThat's correct, it has all the hallmarks of a Discourse forum.This is the projects website. I'm surprised it's paid, I didn't think it...
View Article[3.3.x] Support Forum • Re: Non-existent usernames listed on Index Page
Thank you for the comment BRF.Let's not waste time over alternative terms used across so many programming langauges for the same thing. As a C programmer since 1986, an Oracle developer since 1990,...
View Article[3.3.x] Support Forum • Re: Emoji's are broken [Fix available, see...
Looks like it's down for me today twemoji.maxcdnWhat version of phpBB is involved? MaxCDN stopped support a while ago, and on my 3.3.11 board they are pulled from jsdelivr as expected.As to the...
View Article[3.3.x] Support Forum • Re: How can I stop the ACP kicking me out every few...
I notice Mick but when the OP posted the link to his board the HTTPS redirection was not active.Statistics: Posted by ssl — Sat Mar 30, 2024 3:13 pm
View Article[3.3.x] Support Forum • Welcome Emails
Anyone know, where is the welcome email text and what permissions are needed to change it.Statistics: Posted by Bufferstop — Sat Mar 30, 2024 3:28 pm
View Article[3.3.x] Support Forum • Re: Welcome Emails
They're all in language/en/emails (or whatever language your board is running)No permissions needed, just edit the plain text files on the server.Statistics: Posted by KevC — Sat Mar 30, 2024 3:57 pm
View Article[3.3.x] Support Forum • Re: New user cannot post further until first post is...
It's a forum specific permission so look in group forum permissionsSelect the forum you want.advancedpost tabCan post without approvalStatistics: Posted by KevC — Sat Mar 30, 2024 3:58 pm
View Article[3.3.x] Support Forum • Re: delete over 5000 spammers
If you go to users and groups in ACP then Prune users, you can specify the dates of the when members joined.You could insert the dates to select members who joined while you were on...
View ArticlephpBB Custom Coding • Re: Edit: Contact Us
The file you would need to edit is : /styles/prosilver/template/memberlist_email.htmlIn case you are unaware purge the cache after editing templates.Statistics: Posted by thecoalman — Sat Mar 30, 2024...
View Article