phpBB 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[3.3.x] Support Forum • Re: Is there a written guide for newbie users?
Thanks, I never hit that and it's very useful, but I was writing a six page or so quickstart guide. Who are you expecting to read a "6 page" guide to use a standard forum site? I would argue that 90%...
View Article[3.3.x] Support Forum • Re: Unable to log in to board
It s URL is actually /phpBB3 not /phpbb3I seeing two sets of cookies too, one set with prefix phpbb_5o6xo for http for .warmglass.com and another with prefix phpbb_new for https for www.warmglass.com....
View Article[3.3.x] Support Forum • Re: need some group permissions help please
I have done some searching and made a run at it and the group currently cant view or post & Im wondering what I didthat is preventing that?Hi. So, these users cannot view the forums, topics, nor...
View ArticlephpBB Discussion • Re: Old Topics & SEO
No, when you use the ‘move’ option in the moderator quick tools at the bottom of the page you’ll see:If selected a link to the moved topic is left in the original forum like this:I’m just wondering if...
View Article[3.3.x] Support Forum • Emails noy being delivered
What version of phpBB are you using? phpBB 3.3.10What is your board's URL?Who do you host your board with?How did you install your board? Downloaded the package from phpbb.comWhat is the most recent...
View ArticlephpBB Custom Coding • ACP in tab General, change a buttons target
Hello,REF: Version 3.3.11I'm looking to change the <a href: target for an existing button on ACP in General tab. Anybody know how to accomplish this? I have looked at many topics/posts for a...
View ArticlephpBB Discussion • Re: Increased spam activity for meettomy.site from...
Because the extension was published yesterday on phpbb.de and when Luke talked about it here it was March 22, three days before.Statistics: Posted by ssl — Tue Mar 26, 2024 5:06 pm
View Article[3.3.x] Support Forum • Re: Disable php debug in front-end
Is it by any chance enabled in the includes/startup.php file?Statistics: Posted by Mike-on-Tour — Tue Mar 26, 2024 5:52 pm
View Article[3.3.x] Support Forum • Re: How to recalculate posts count on forum list?
There is no need for queries at all. On the forums management page in your acp you have for each for a resync button that should update the statisticsFound it, works fine, awesome! Thanks a...
View Article[3.3.x] Support Forum • Smilie location is incorrect in ACP
I uploaded some smilies into the correct directory. I then installed the corresponding .pak file. I realized too late that "yes" was indicated for every one of them on the posting page. I went into my...
View Article[3.3.x] Support Forum • Re: Smilie location is incorrect in ACP
Smilies are not designed to be in a subfolder. You should not try to put a folder in the smilie filename.Statistics: Posted by Brf — Tue Mar 26, 2024 7:29 pm
View ArticlephpBB Custom Coding • Re: Omit referrer from hyperlinks on the board
The rel=“noreferrer” must be placed in all outgoing links, you will need a extension to do that.Statistics: Posted by janus_zonstraal — Tue Mar 26, 2024 7:29 pm
View ArticleExtensions in Development • Re: [3.3][BETA] Anonymous Posts
Thanks, that worked. I may have been using the one from the Extension Download link before rather than the Github repository link. Just tested the one currently downloadable from the Extension...
View Article[3.3.x] Support Forum • Re: How to reduce the lengh of the gallery page?
Add this to the end of colours.css:Code: #gallery { height: 500px; overflow: scroll;}Statistics: Posted by Brf — Wed Mar 27, 2024 6:30 pm
View Article[3.3.x] Support Forum • Re: Why are gallery avatars always randomised?
If they’re properly sorted on your desktop and not on the server that tells me the server is listing them differently.Statistics: Posted by Mick — Wed Mar 27, 2024 6:40 pm
View Article[3.3.x] Support Forum • Re: Ban all gmail "multiple dot" users
There is no way to do this with phpBB, you'd need a extension or some custom code. For custom code search for the function function validate_user_email in /includes/functions_user.phpStatistics:...
View Article[3.3.x] Support Forum • Re: Claudebot attack
What does your .htaccess do with bad_bot?Its a HTACCESS script by Jeff StarThe 8G Firewall is a carefully crafted set of security rules for Apache and Nginx servers. It can be applied via your site’s...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
That's actually very easy to do, see steps to set it up. On my board I added Bender, check him out.Thank you! I've seen that, but I meant something like this one:...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
My forum runs on shared hosting with Apache so I'm not sure how much (if any) control I have over that - I will check. An upgrade to a VPS is in the works and that will be about your spec for...
View Article