Quantcast
Channel: phpBB.com
Browsing all 2700 articles
Browse latest View live

[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


Image may be NSFW.
Clik here to view.

[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 Article

Image may be NSFW.
Clik here to view.

Extensions 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

Image may be NSFW.
Clik here to view.

[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 Article


phpBB 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 Article

Extension 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 Article

phpBB 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 Article


Extensions 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 Article

Extension 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

Image may be NSFW.
Clik here to view.

[3.3.x] Support Forum • Re: Disable Automatic Registration Email

You can turn it off in the notification settingsStatistics: Posted by KevC — Fri Apr 11, 2025 2:23 pm

View Article


Image may be NSFW.
Clik here to view.

[3.3.x] Support Forum • Re: Weird Problem - Images folder missing ?

Kind of the panic being over, for some reason the images folder ended up in the phpbb folder Also I lost my adm folder Not sure what`s going on but I replaced the missing adm folder and moved the...

View Article

phpBB 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


Image may be NSFW.
Clik here to view.

[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 Article

phpBB Discussion • Re: Discuss: phpBB 3.3.15 Release

Great job updating the forum! I'm posting AI-generated content on the forum!Statistics: Posted by Molchanov — Sun Apr 13, 2025 12:59 pm

View Article


Extensions in Development • Re: [3.3][DEV] Custom HTML Inserter

I have custom code for ads on my own site. It displays one ad after first post with less than 7 posts on page. 7 to 14 posts get two ads splitting the posts into three sections. e.g posts 1-4 Ad posts...

View Article

Image may be NSFW.
Clik here to view.

Extension Requests • 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

Extension Requests • Re: Add comments like from stackoverflow

The term is threaded topics and is fundamentally different than topic based forum since each reply can be it's own topic. I don't know if there is extension for this but just be aware it's something...

View Article
Browsing all 2700 articles
Browse latest View live