phpBB Discussion • Re: Using a CDN
All I know is CDN(content delivery network) is server sided, both your server and the other server should always work in harmony...Most current web browser only load images if the are in the users...
View ArticlephpBB Discussion • Re: The future of prosilver (phpBB 4)
How about a topic: what should the phpBB4 style look like? Statistics: Posted by Steve — Wed Apr 09, 2025 2:21 pm
View ArticleExtension Writers Discussion • Re: Need a SPACE in my row
Thanks, just what I neededStatistics: Posted by Stoker 4.0 — Wed Apr 09, 2025 2:22 pm
View ArticleCustom BBCode Development and Requests • Re: payhip BBCODES required
@ the OP, i updated my post.@ Clarity to mannix, brf and mickI hope you under stand...Mick it's not about extensions its in regards on how bbcodes are built in the 1st place.Statistics: Posted by...
View ArticleGeneral Discussion • Re: Largest phpBB sites
We have over 668 million posts with over 256 million attachments Took 20 years to reach that level.Cant be cheap to host that large a site Statistics: Posted by Stoker 4.0 — Wed Apr 09, 2025 2:49 pm
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] Styles Support & Discussion • Re: Quick Avatar (page)
Serves me right for not testing it live. Ok, this works:Code: {% if S_REGISTERED_USER and (postrow.POSTER_ID == CURRENT_USER_GB) %} <a href="./ucp.php?i=ucp_profile&mode=avatar"><i...
View Article[3.3.x] Support Forum • Re: "subscribe topic" to really worked as a...
Ok, definite bug. As I suspected, the condition for changing the icon class is arse about, so it's forcing the unchecked box when subscribed and the checked box when unsubscribed.This:Code: <i...
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: 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 Custom Coding • IF FORUM_ID eq [SOLVED]
.Hopefully easiest question of the day.You know that thing where you add <!-- IF FORUM_ID eq 17 --> to viewforum_body.html in order to display custom content?That tip works great, very...
View ArticleExtension Writers Discussion • Passing data array to custom function in miration
I don't want to flood the standard config table with my vars, so I created a new config table. Sample code in my migration fileCode: public function update_data(){return [$data = ['var_1'=>...
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[3.3.x] Support Forum • Disable Automatic Registration Email
Hello, I have set up the forum registration to require approval from the administrator. Now, I would like to disable the automatic email sent after registration, as I personally contact each new...
View Article