[3.3.x] Support Forum • Re: Quick Replay with full editor activated
...I've downloaded the latest version voor phpBB 3.2 and will see how to get it to work.phpBB 3.2?Statistics: Posted by warmweer — Thu Mar 20, 2025 6:27 pm
View ArticleExtension Writers Discussion • Re: Creating a permission to edit first post...
... the tags function was super helpful on my forum (before it collapsed). can't wait!:)Had a cold or flu or something, so got held up a bit. The so-far-working-great version is now live on GitHub...
View ArticlephpBB Custom Coding • How do I get the variables defined in the column?
I have created a number digit in the custom profile section for the user to fill in, and I would like to use this number digit to reference elsewhere. How do I know what variable it is? Statistics:...
View ArticlephpBB Custom Coding • Re: How do I get the variables defined in the column?
Column definition is number Column type is single line text input boxStatistics: Posted by siwode — Fri Mar 21, 2025 5:51 am
View ArticleGeneral Discussion • Forum only showing one character
I am not sure this is a phpBB-related problem, I think it is not.But I have a "want to become member" that has a problem.In Chrome and Edge my forums show up like this:It is very strange. When looking...
View Article[3.3.x] Support Forum • Re: Odd little bug
There's a set of sort keys defined here https://github.com/phpbb/phpbb/blob/81f ... m.php#L286 and it doesn't contain the b key. Hence the error.So it's not phpBB or PHP version related.You'd need to...
View ArticleGeneral Discussion • Re: [Time: 0.3s | Queries: 7 | Peak Memory Usage: 4 MiB...
That's rather page generation info/time (spent on on server side). Page load time is a bit different thing (like, the time spent to display already generated page to the user).Statistics: Posted by...
View ArticleExtension Requests • Re: Google Docs Viewer
Can't you do this with a custom BBCode?Statistics: Posted by Just an Alien — Sat Mar 22, 2025 7:30 am
View Article[3.3.x] Support Forum • Re: Question about permissions
Okay, I did find out how to remove full access to the forum but it being visible or how to let it show the topic list but not allow to read them.If I remove full access - but the forum is visible -...
View ArticlephpBB Discussion • Re: What is the Future of phpBB?
Hello everyone,phpBB is cult and still unrivalled in many areas. In my opinion, the big problem is the editor. You can write long essays about how easy it is to use BBCode: many people don't want it...
View Article[3.3.x] Support Forum • Re: Batch move topics
Thanks to both of you, as an administrator I never think to have a look in the Moderator control panel.That is really less tedious that one by one Statistics: Posted by Hervé — Sat Mar 22, 2025 8:21 am
View ArticleExtensions in Development • [3.3][BETA] 2025 overhaul of 3D-I Top Poster of...
Extension Name: Top Poster of the Month [SMcCandlish fork]Author: SMcCandlish, based on original 2016–2020 code by 3Di (3D-I on GitHub)Extension Description: Update of extension for an auto-calculated...
View ArticleExtensions in Development • Re: [3.3][BETA] Major 2025 overhaul of RH Topic...
phpBB 3.3.14, PHP 8.4.1. Got the following fatal error on the extension (v.3.0.2 beta) enabling step:Code: Fatal error: Uncaught TypeError: robertheim\topictags\service\tags_manager::__construct():...
View ArticleExtension Requests • Markdown code support.
Is there an extension that supports markdown format. Like the 2 hashtags that turn into headers. Or is there a bbcode code in it?Statistics: Posted by PersuasiveMedia — Sun Mar 23, 2025 5:32 am
View ArticleExtension Writers Discussion • How to replace a text in language/xx/mail with...
Hi,several pages and here in the forum describe how to edit the .txt files in the Language folder. This is an unsatisfactory solution because the language files are overwritten during an update. If...
View ArticleExtension Writers Discussion • Re: How to replace a text in language/xx/mail...
That's hackish a bit.Using core.twig_environment_render_template_before, it is possible to redefine template filename in event listener, likeCode: $filename = $event['name'];$filename = ($filename ==...
View ArticlephpBB Custom Coding • Re: Calling more specific body classes
The basic list of global template variables in common.php doesn't cover this,There is usually a list of template variables at the end of each main file specific to that file. Others are scattered...
View ArticlephpBB Discussion • Re: The future of prosilver (phpBB 4)
Aha. Probably should have been in the What is the Future of phpBB? thread. Whatever. It's output to the templates, so it will annoy some users. Making the UI more logical is not going to be a bad...
View Article[3.3.x] Styles in Development • Re: [RC] Helion
The login drop menu is not keyboard-accessible. It's also still lacking keyboard access to things like "Display and sorting options" and the "Jump to" (not that I think anyone ever uses the jumpbox).I...
View Article[3.3.x] Support Forum • Re: Google Search Console problems
Not anymore, but several years back, before installing PHPBB rich content extensions, we did.The first one (missing field author), you can basically ignore. But both of them fall under items that...
View Article