[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 ArticlephpBB Discussion • Re: Using a CDN
Thanks for your reply.I just figured that if I could speed up the loading time of my forum, I would do it.I tried the CDN extension and it didn't work.I have a CDN setup on all my websites, and it...
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] Support Forum • Re: Strange display
Checked it with Mobile Dev Tools on Android. The stylesheet is blank. That'd be the problem.Statistics: Posted by Gumboots — Fri Apr 11, 2025 11:53 am
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Recent Topics Extension for...
Ooooh! I'm going to test this over the weekend! Statistics: Posted by nou nou — Fri Apr 11, 2025 12:22 pm
View ArticlephpBB Custom Coding • IF FORUM_ID eq
.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 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(){$data = ['var_1'=> 1,'var_2'=> 1,'var_3'=> 0,];return [// Call a custom callable function to...
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[3.3.x] Styles Support & Discussion • Browser test
Hello,Back in the good old days.... There was a site where you could test your design in different browsers.How an where is this possible?Prefer something freeStatistics: Posted by Stoker 4.0 — Sat...
View ArticlephpBB Custom Coding • Re: [SOLVED] Does anyone understand Twig macros?
Ok, I'll test that then. Might as well. All the buggers on Stack and elsewhere were saying it had to be done with macros though, which is why I went with macros.There's nothing really wrong with...
View Article[3.3.x] Support Forum • Re: Links stopped being clickable
I don't know why I can't click the post links anymore but I tried disabling all extensions but that didn't helpAn extension isn't the problem in this case, but rather your changes to Prosilver (Dark...
View ArticlephpBB Custom Coding • Re: A11y for breadcrumbs: get last .crumb
Why don't you use the already present variable to add the attribute to the current page you are on?Code: <!-- ELSEIF pagination.S_IS_CURRENT --><li class="active"><span {% if...
View ArticleExtensions in Development • Re: [3.3][DEV] Custom HTML Inserter
After disabling the extension, I can't delete the data. Here's the error -Code: SQL ERROR [ mysqli ]Data too long for column 'config_value' at row 125 [1406]SQLALTER TABLE `phpbb_config` CHANGE...
View ArticlephpBB Custom Coding • Android style CP menu (quick and easy)
I'm liking this, because it duplicates the way the images folder on Android phones works.On Android the list of sub-folders in the images folder is compact, swipeable (or scrollable on desktop) and,...
View ArticlephpBB Custom Coding • Re: Android style CP menu (quick and easy)
add scroll-snap for more flair Statistics: Posted by Mannix_ — Sun Apr 13, 2025 10:34 am
View Article[3.3.x] Support Forum • Add comments like from stackoverflow
When someone posted a issue from stackoverflow there is like a comment body down the issue where you can post like sub replies on the topic body textlike this Is there an extension for that (sorry...
View Article