Extension Writers Discussion • Re: Get users Browser name and Browser version...
Dm separates the browser name and browser version in his who is where extension.So it can be done. Maybe look in it and see how he did it.Statistics: Posted by Sniper_E — Tue Apr 08, 2025 12:37 pm
View Article[3.3.x] Styles Support & Discussion • Re: Prosilver standard (brower...
Your welcome, I might have to work on a release for that extension.Nice work on replacing the icons with your css images. You did a very good job with that, Impressive!Statistics: Posted by Sniper_E —...
View ArticlephpBB Custom Coding • Re: Add code on every page for tracking
Below <head> in Prosilver's overall_header.html template fileAdd the Google Analytics GTAG script, changing the two Tag-IDs to the one Google has assigned to your site.Code: <!-- Google tag...
View Article[3.3.x] Styles Support & Discussion • Quick Avatar (page)
It is sometimes a hassle and too many actions to change an avatar.So I would like to place an icon in the post profile at the height of the avatar. (see example). When users click on the icon they...
View ArticleExtensions in Development • Re: [3.3][DEV][b] phpBB 🙂 Reactions
Extension: Due to a major overhaul to the file system and code, please:: disable, delete data for postreactions/ version 0.9.2 ~ reactions/ version 0.9.3 and lower and start a fresh.Requirements:...
View Article[3.3.x] Support Forum • Re: Online zombies
I got a bunch of these visitors:Guestpython-requests/2.29.0They are all listed as 'downloading file' activityNo common IP range. Come from 18.xx 55.xx 13.xx etcAlso numbering about 500+ in a 10 minute...
View Article[3.3.x] Support Forum • Re: How to limit minimum font size tag in post
+1 vote on this.My board is getting a little over-run with this kind of spam. It appears to be a way of getting backlinks.I need a way of preventing posts that have or in the post.Just a way of...
View Article[3.3.x] Support Forum • Moving phpBB to a New Domain [SOLVED!]
Hello, all! I'm new here. I hope this post is appropriate and in the right place. Please correct me if not.I just learned a thing about moving a phpBB 3.3 installation to a different domain that's not...
View ArticlephpBB Discussion • Re: The future of prosilver (phpBB 4)
How about a topic: what should the phpBB4 style look like? Not worth it. Everyone is very opinionated in their own ways and you can’t please everyone. It wouldn’t produce anything...
View Article[3.3.x] Support Forum • Re: "subscribe topic" to really worked as a...
What is the name of the file we should edit?Statistics: Posted by D. K — Thu Apr 10, 2025 12:38 pm
View ArticleExtensions in Development • [3.2][3.3][DEV] Recent Topics Extension for phpBB
# Recent Topics Extension for phpBB## OverviewThis extension enhances topic discovery in phpBB forums by adding visual indicators to recent topics based on their creation date. It provides an...
View Article[3.3.x] Styles Support & Discussion • Re: Quick Avatar (page)
Very good Gumboots! Thanks a lot for your changes and helping me on my way. I have adjusted the css a little bit. Just have to figure out how to make it look nice on smaller screens.content.cssCode:...
View Article[3.3.x] Styles Support & Discussion • Re: Star Trek phpbb theme ?
Hello Sniper_E, I assume perhaps you mean another style, which existed for example on Spieleresidenz-de (never exist anymore in this context (Olympus)).And right, they have / had developed that one...
View ArticlephpBB Discussion • Re: Another font size bug (no minimum size)
From my perspective, these manipulations have been going on for years. Every letter or punctuation mark can be misspelled. Words can also be manipulated together (backlinks). And there are still users...
View Article[3.3.x] Support Forum • Access to a (sub-)forum by a group
Hello,I have the predefined groups:- new registered users- registered users (automatically after it's first post)and I've created- confirmed users : thanks to Autogroup, a registered user becomes...
View Article[3.3.x] Support Forum • Re: Access to a (sub-)forum by a group
You go in the permissions of the forums, you choose the forum/s to modify their permissions(s)Then you select the group you want to change the permissions and you click on the "Modifier les...
View ArticlephpBB Custom Coding • Re: IF FORUM_ID eq
Try:Code: {% if FORUM_ID in [17,75,106,8,23,14,57,2] %}Statistics: Posted by thecoalman — Fri Apr 11, 2025 1:09 pm
View ArticleExtensions in Development • Re: [3.3][BETA] Anonymous Posts
Hi! Works wonderful, although from what I can see, the original poster's name is still visible from the index page when anonymous post is inside subforumStatistics: Posted by arrawh — Fri Apr 11, 2025...
View Article[3.3.x] Support Forum • Re: Strange display
Thank you.Normally they are several style sheets : are they all empty ?Statistics: Posted by Hervé — Fri Apr 11, 2025 1:42 pm
View ArticleExtension Writers Discussion • Re: Passing data array to custom function in...
In theory (never tested myself) it should work like thatCode: public function update_data(){$args = ['data' => ['var_1'=> 1,'var_2'=> 1,'var_3'=> 0,]];return [// Call a custom callable...
View Article