Extensions in Development • Re: [3.2.9-3.3.x][RC] Glossary 3.0.20
Hello,The dot is considered as a word boundary. That means that P.A.R. is considered as three words.The solution using spaces is a good one.Look in the folders named core and event.Statistics: Posted...
View ArticlephpBB Discussion • Re: [Discuss] phpBB 3.3.14-RC1 available for testing
HelloA local test board with 3.3.13/8.3 upgraded to 3.3.14-rc1 without any problems.I have a small objection regarding PHPBB-17359: Distinct disabled and not installed extensions in the list. Can I...
View Article[3.3.x] Styles Support & Discussion • Re: Banner image instead of board...
Just install and configure Header BannerStatistics: Posted by HiFiKabin — Sun Oct 27, 2024 8:05 am
View ArticlephpBB Custom Coding • Re: Where is {L_LAST_POST} variable saved?
Ok, I maybe found a solution .Code: <dd class="lastpost"><span>{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}<span style="white-space: nowrap;"><a...
View ArticleCustom BBCode Development and Requests • Center Tables
Is there a way to center tables?i tried this:Code: [center][TABLE][TR][TD]Text1[/TD][TD]Text2[/TD][TD]Text3[/TD][TD]Text4[/TD][TD]Text5[/TD][TD]Text6[/TD][/TR][/TABLE][/center]But it doesn´t work....
View Article[3.3.x] Support Forum • How To Mark Single Topic as Answered
If a moderator posts a topic in a forum, let's say it is a sticky topic about rules, or some event that is happening, or whatever, and they lock the topic. When that happens, that topic will eternally...
View Article[3.3.x] Support Forum • How To Set Boardwide Notify me upon replies by default
How do I change the "Notify me upon replies by default" setting for all new users to be on, by default?Statistics: Posted by Times Enemy — Mon Oct 28, 2024 3:22 am
View Article[3.3.x] Support Forum • Re: How To Set Boardwide Notify me upon replies by...
This extension : https://www.phpbb.com/customise/db/exte ... subscribe/Edit : The above is old.Here's what worked for me : https://phpbbdev.space/viewtopic.php?t=11Statistics: Posted by exemplary1 —...
View ArticleCustom BBCode Development and Requests • Re: Center Tables
You need to use <span style="display: block;width: 100%;text-align: center">{TEXT}</span> Statistics: Posted by Sniper_E — Mon Oct 28, 2024 5:34 am
View Article[3.3.x] Support Forum • Re: My favicon doesn't show up right in the google...
I can see your favicon ok, what’s it supposed to look like? Have you tried the default prosilver?Statistics: Posted by Mick — Mon Oct 28, 2024 8:26 am
View ArticleCustom BBCode Development and Requests • Re: Headers
Ah, aye, my bad. Hmm.. Actually nah, not even the closing tag allows any input ...Statistics: Posted by Steve — Mon Oct 28, 2024 8:09 pm
View Article[3.3.x] Support Forum • Re: Unable to send mass email
And do you receive a mail when you click "send test mail"Also posting a image of your email settings here can help.Statistics: Posted by janus_zonstraal — Mon Oct 28, 2024 9:28 pm
View Article[3.3.x] Styles Support & Discussion • What does {% and %} indicate about...
This is an example of an event.Code: <!-- EVENT index_body_forumlist_body_after -->What are these? Can you use them?Code: {% EVENT viewforum_body_online_list_before %} Code: {% EVENT...
View Article[3.3.x] Styles Support & Discussion • Re: What does {% and %} indicate...
They do the same thing, The first is for phpBB's custom template engine and the second is for Twig. I would presume at some point the phpBB syntax will disappear,Statistics: Posted by thecoalman — Mon...
View ArticleExtensions in Development • [3.3][DEV] Hide Memberlist
Extension Name: Hide MemberlistAuthor: [Dimetrodon]Extension Description:This is an early development build. Please do NOT install this on a live board!This extension prevents the viewing of the whole...
View Article[3.3.x] Support Forum • Re: Need htaccess redirect from old to new domain
Try this:Code: Redirect 301 (.*)$ https://www.new.com/$1Statistics: Posted by janus_zonstraal — Tue Oct 29, 2024 9:30 pm
View Article[3.3.x] Support Forum • MySQL Fulltext search is case sensitive - how to make...
I'm using "MySQL Fulltext" as my Search backend and whenever I do a search it's case sensitive. Any idea how I might make it case insensitive? I'm running MySQL 9.0.1, PHP 8.3.12 and phpBB 3.3.13. I...
View Article[3.3.x] Support Forum • Re: MySQL Fulltext search is case sensitive - how to...
That depends on column collation. With collations having _ci suffix (which stands for Case Insensitive) fulltext search would be performed in case-insensitive mode.In short, post_text and post_subject...
View Article[3.3.x] Support Forum • Re: Problem [pagination bug?]
If you have questions about the tracker entry you should post there.Statistics: Posted by Mick — Thu Oct 31, 2024 8:26 am
View Article[3.3.x] Support Forum • Post
On the forum when I want to send a post it takes a long time to load about 3-8 seconds before sending the post and the post should be sent immediately. Do I need to create a tracker so that they solve...
View Article