General 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 ArticleGeneral Discussion • Re: Forum only showing one character
May or may not fix your issue but you have at least one syntax error. Validate here:https://validator.w3.org/nu/?doc=https% ... 3%26t%3D21The info and warnings are good practice suggestions, the...
View Article[3.3.x] Support Forum • How can an admin delete or deactivate URL in signature
Hello,As an admin, I want to erase/deactivate the URL of the signature for all users.Is it possible and how to do it ?Thanks.Statistics: Posted by kuri2004 — Fri Mar 21, 2025 11:44 am
View Article[3.3.x] Support Forum • Re: How can an admin delete or deactivate URL in...
ACP - tab GENERAL > Board configuration > signature settingsCode: Allow use of links in user signatures:If disallowed the [URL] BBCode tag and automatic/magic URLs are disabled.Statistics:...
View ArticleExtensions in Development • Re: [3.3][DEV][b] phpBB 🙂 Reactions
Hello Steve,If I may make two suggestions: Use the button-icon-only class to harmonise the display with the other buttons (this is not noticeable with prosilver but the difference can be obvious with...
View ArticleExtension Requests • Re: Google Docs Viewer
But you mean uploaded files to Google Drive? Yes, but I'm talking about attachments that users upload here. If you have the full pdf url, it is possible to do this with bbcode, but uploaded files...
View Article[3.3.x] Support Forum • Re: Batch move topics
You can also temporarily increase the number of topics per page in the post settings to allow you to see more at once.Statistics: Posted by KevC — Sat Mar 22, 2025 11:44 am
View ArticleExtensions in Development • Re: [3.3][RC] Quick Reply Extended
have you enabled quickreply?ACP > post settings: Allow quick reply:ACP > Forums > create/edit a forum > Enable quick reply:Statistics: Posted by Steve — Sat Mar 22, 2025 12:16 pm
View Article[3.3.x] Support Forum • Re: Google Search Console problems
I'm very sorry, but is anyone else experiencing a problem like this in Google Search Console? image w.jpgI can't seem to find a solution.Click them both and chose "Start new validation". Wait for a...
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: Why are the Support Team and Customizations Team the...
When there is a darker background (it looks weird on attached screenshot) I can see the colour difference better. Would it be possible to get a dark mode?Statistics: Posted by Just an Alien — Sun Mar...
View ArticleExtension Requests • Re: Markdown code support.
A few seconds of Google search https://www.phpbb.com/customise/db/extension/markdown/Statistics: Posted by halil16 — Sun Mar 23, 2025 11:41 am
View ArticleExtensions in Development • Re: [3.3][BETA] Major 2025 overhaul of RH Topic...
Well, idealistically it would be reverting tag_manager class constructor back to its initial state for this to work correctly in "old" migration, and creating a child class with your updated code...
View ArticlephpBB Custom Coding • Re: Dealing with bot traffic
To textkit, thanks for pointing out the HTTP status code issue; I have also added it.The sid-traffic on my site has definitely gone down, but when I think it had completely stopped it goes up again...
View ArticleExtension Writers Discussion • Migrations problem - old migration file wants...
In re-developing RH Topic Tags for phpBB 3.3.x compatibility and a bunch of improvements, I've run into the following problem:The migrations/release_0_0_8.php file (very old, from the phpBB 3.1.x era)...
View Article[3.3.x] Support Forum • Automatically resize avatar when upload
Do i need imagemagick for the procedure to happen? Whenever i upload a file that is larger than 9px, it will automatically resize to the maximum limit i chose either 10px or whatever px i...
View Article[3.3.x] Styles in Development • Re: [RC] Helion
Thanks for the feedback. As far as the login drop-down menu is concerned, I deliberately decided that it was just a visual gimmick with no added value and I didn't want to make it accessible because...
View Article[3.3.x] Convertors • Re: IPB 1.3 to phpBB 3.3.x
But what would be the way if the person wants to convert? First to phpBB 3.0x and then to 3.3x?Statistics: Posted by Just an Alien — Mon Mar 24, 2025 11:51 am
View Article[3.3.x] Support Forum • email template file
Which is the email template file that corresponds to the contact form, in Contact us?Please let me know.I think I have found the file: It is in Language - en - contact_adminStatistics: Posted by...
View Article