[3.3.x] Support Forum • Re: BBCode issue makes posts empty and appear only if...
Hello, just mentioned additionally. STK - https://github.com/Tatiana5/phpBB3.2-STKImportant, thereforeplease note that the STK is not a "toy". Always (!) create a DB backup beforehand.BTW: Notes...
View ArticlephpBB Custom Coding • Re: IP address in email headers
As Paul explained, those headers are not created by phpBB. They are created by the email servers when the message is passed along.Statistics: Posted by Brf — Thu Mar 21, 2024 1:16 pm
View Article[3.2.x] Support Forum • Re: Can the warning notification PM be anonymous?
Is there perhaps a file that needs to be edited so that the moderator name is no longer shown?Hiding the moderator name is irrelevant. What you are trying to prevent is clicking the Send Reply...
View ArticlephpBB Discussion • Re: Increased spam activity for meettomy.site from...
You can already do it with the autogroups extension.I know this, I became aware of this ext while reading this topic. I then experimented with this Ext in my local development environment. This Ext is...
View Article[3.3.x] Styles Support & Discussion • Re: Changing online status look
try thisCode: .postprofile dt { position: relative;}.postprofile .icon-online { position: absolute;}This one works better because while looking at user profile, online green button overlaps with [edit...
View Article[3.3.x] Support Forum • Allow guests to post?
My BB has been hosted on Bluehost for a few weeks and I'm close to going live (relatively speaking). I have two forums that are open for moderated posting by unregistered users - for people looking to...
View Article[3.3.x] Support Forum • Re: Managing phpbb via CLI
There's no need for CLI.You can easily use the ACP to configure your users (I suspect you're referring to the permissions)This is the problem with phpBB as a whole. There's no desire to make progress...
View Article[3.3.x] Support Forum • Re: Allow guests to post?
I guess my question is, how many spam posts will I likely get in those two forums?LotsPeople are so used to signing up for things these days, if they want to ask a question, they'll...
View ArticlephpBB Discussion • Re: phpBB.com Website Feedback
That is deeply disappointing.The bot is not used for anything anymore. When Ideas are posted they are posted with the user as the author and not the bot.Statistics: Posted by DavidIQ — Fri Mar 22,...
View Article[3.3.x] Support Forum • Re: 500 Internal Server Error on Install
Linux Programing-PC 6.6.15-rt-amd64 #1 SMP PREEMPT_RT Debian 6.6.15-2 (2024-02-04) x86_64 (12.05)PHP_VERSION...
View Article[3.3.x] Support Forum • How can show forum and post topic
Hello. I deleted my all forums and create new one. Refer Attachments, please. But, I can't see new forum list in my https://sebul.sarang.net/BB/ How can i solve it?Statistics: Posted by sebuls — Sat...
View Article[3.3.x] Support Forum • Re: How can show forum and post topic
If you want this forum to be visible to guests and members, this can be done in the group permissions system for forums.Statistics: Posted by ssl — Sat Mar 23, 2024 3:41 pm
View Article[3.3.x] Styles Support & Discussion • Floating away Topic Icons &...
Support Request Template What version of phpBB are you using? phpBB 3.3.11 What is your board's URL? https://dawnofthenightingales.com/forum/ Who do you host your board with? Bluehost How did you...
View Article[3.3.x] Styles Support & Discussion • Re: Floating away Topic Icons &...
How did you install your board? I used a tool provided by my hostIt is not recommended to use these One Click installs as the hosts may have added modifications to the phpBB software.It is recommended...
View Article[3.2.x] Support Forum • Re: Installing a second language pack
Hello Mick,Thank you for the information.I'm not asking/looking for old mods to correct the issue, I can write the code. What I need to know is how the mods coding was able to effect changes. If...
View Article[3.3.x] Support Forum • Re: After upgrade from 3.0.11 to 3.3.11, no default...
You have to upload a ‘no avatar’ image for the group first. There is already a no_avatar.gif as part of prosilver and a no-avatar class in the viewtopic template. I wonder why that image was not wired...
View ArticleGeneral Discussion • Re: By 2026, 90% of all online content will be AI...
We all know these companies seek to erode privacy, so of course not.Statistics: Posted by [Dimetrodon] — Sun Mar 24, 2024 12:32 pm
View ArticleGeneral Discussion • Re: Reporting Gmail Illegal Activity to Google
ok great point Statistics: Posted by durangod — Sun Mar 24, 2024 12:46 pm
View ArticlephpBB Custom Coding • Forum Type "Link" open new Window
Hello,I have checked the search but haven´t found a solution which works for me. I will Use the forum Type "Link" to bring people to my Listening Page. Because it's not an external link, the extension...
View ArticlephpBB Custom Coding • Re: Forum Type "Link" open new Window
Hello,Open forumlist_body.htmlFind:Code: <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a>Replace with:Code: <a href="{forumrow.U_VIEWFORUM}"...
View Article