Extension Writers Discussion • Re: vchar size
From what I've read in the past, the only difference between TEXT and VARCHAR(2550) is that you can limit the maximum length of a VARCHAR column. In your example, that limit is 2550. Personally, if...
View Article[3.3.x] Support Forum • Re: Update to 3.3.15 success, but PHP errors, my site...
You need to transfer files with FileZilla using the binary mode otherwise you can get random errors such as the one you experienced.Statistics: Posted by Mike-on-Tour — Tue Apr 15, 2025 1:04 pm
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Recent Topics Extension for...
Tested it on 3.3.15 but it marks every topic as new, regardless of my settings (image below for a setting of max days = 8)I would also like to see icons displayed on the index page (in the Last Post...
View ArticleExtension Requests • Re: Text-templates for moderation
Yes I believe so but it's easy to check if you just sign in with a test account.Statistics: Posted by KevC — Wed Apr 16, 2025 12:00 pm
View ArticleExtensions in Development • [3.3][RC] Random Quotes
Extension Name: Random QuotesAuthor: StokerExtension Version: Requirements: From my old phpBB 3.0.X ModExtension Description: The Random Quote Extension adds a random quote on forum indexNew quote...
View Article[3.3.x] Styles Support & Discussion • Add banner image at the top of the...
Is there a way to manually add a banner image at the top of the headerbar? I don't want extensions but is there a manual code?Statistics: Posted by PersuasiveMedia — Wed Apr 16, 2025 1:28 pm
View ArticlephpBB Discussion • Re: Is Cloudflare the only solution?
What you say?Try this .htaccess method: https://phpbb.hifikabin.me.uk/viewtopic.php?t=110Statistics: Posted by [Dimetrodon] — Wed Apr 16, 2025 2:09 pm
View ArticleExtension Writers Discussion • Re: Make current user ID globally available in...
I'm still interested in the general question though, because it could be handy for something else. Is there a non-insane way of checking for a custom variable?Usually, phpBB ignores undefined template...
View Article[3.3.x] Support Forum • Re: Odd little bug
Probably ask those users to copy that SQL error full text and send it to you (and may be an URL used and a screenshot additionally).This was received by at least three users.Statistics: Posted by...
View Article[3.3.x] Support Forum • Display last edited time by default
Hello,Am I missing a setting in ACP here or is it an ext?I want to display last edited time by default.Like you have it here in the extensions forums:Last edited by Stoker 4.0 on 17 Apr 2025, 12:03,...
View ArticlephpBB Custom Coding • Re: post_subject = topic_title
I have custom script for various maintenance tasks like this and execute it with cron job once a day. There is probably a more efficient way to do this but you can just use a loop. Code: <?php//set...
View Article[3.3.x] Support Forum • Re: Display last edited time by default
Nobody viewed the topic, try editing it again. Note that moderator edits will not be listed unless they add text for edit or there was previous edit.Statistics: Posted by thecoalman — Thu Apr 17, 2025...
View Article[3.3.x] Support Forum • Re: getting started from zero
The only demo I'm aware of is the demo page:https://www.phpbb.com/demo/Full package is on downloads page:https://www.phpbb.com/downloads/Installation instructions can be found in the docs folder of...
View Article[3.3.x] Support Forum • Search index
Hello,On my board the search function works fine and quick but on the ACP general page I have a permanent warning :The selected search engine does not have a search index.Please create a search index...
View Article[3.3.x] Support Forum • Re: Search index
What will be the result of the SQL query SHOW INDEX FROM phpbb_posts (replace phpbb_ with the actual table prefix)?Statistics: Posted by rxu — Thu Apr 17, 2025 2:53 pm
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Hide Foe Topics
Just be aware that this will prevent staff from accessing the post if the poster is on their foes list. It will also leave the post wrapper visible, but with no content, and not taking up much...
View Article[3.3.x] Support Forum • Re: Admin Approval of new users
I've never used google recaptcha but a good Q&A question that you cannot google the answer to works fine.Statistics: Posted by KevC — Fri Apr 18, 2025 11:08 am
View Article[3.3.x] Support Forum • "My advertisements" tab under user control...
I am admin on Version 3.3.9What does "My advertisements" tab under user control panel exactly do ?Does this mean any approved user can add ads. on their own ?I clicked on this tab, both as admin. or...
View Article[3.3.x] Support Forum • How can member change username?
One of my members wants to change his user name, I have ticked the box allowing username change but how does he go about changing the name?Statistics: Posted by siân — Fri Apr 18, 2025 3:23 pm
View Article[3.3.x] Support Forum • Re: How can member change username?
They can do it in the user control panel but it's just as simple for them to tell you want they want to change it to and you do it in the admin panel on their profile page.Statistics: Posted by KevC —...
View Article