Extension Requests • Re: Defragging quotes
I am not aware of such error while quoting nested quotes.It simply removes one quote and it will always be 3 when pressing the quote button to reply.Even if you use the feature "Topic Review" in...
View Article[3.3.x] Support Forum • Re: The Founder setting not select
3 suddenly becomes 0. There is no log.This is 100% not any of you because:trigger_error($user->lang['AT_LEAST_ONE_FOUNDER'] . adm_back_link($this->u_action . '&u=' . $user_id),...
View ArticlephpBB Discussion • Re: Setting forum visibility for a certain number of posts
Good evening and welcome to phpBB.com!You can use the extension AutoGroup https://www.phpbb.com/customise/db/exte ... to_groups/After you set the permissions for that VIP group then you use the...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Events Calendar
Hi, I tested this extension on a phpbb 3.3.14 forum, but I can't see any calendar link on the settings page.(using 0.9.2-dev ext)Thanks!Statistics: Posted by edu81 — Fri Jan 24, 2025 7:24 pm
View ArticleExtension Writers Discussion • Re: External FTP storage
Well, you didn't even look what chatgpt provided to you. So why should we put any energy into it? This forum is meant for providing help actually creating extensions themself, and wanting to put...
View Article[3.3.x] Support Forum • Re: Updating 3.3.0 to 3.3.14
I am looking to update my board from 3.3.0 to 3.3.14 using the Automatic Update Package because honestly I do not recall if I have made changes to core phpBB files.That's quite easy to check: Use a...
View ArticleExtension Requests • attachment quota limit users
In the administrator panel you have settings:Code: Total attachment quota:Maximum drive space available for attachments for the whole board, with 0 being unlimited.I would like an option on my forum...
View ArticlephpBB Discussion • block posting with list banned words in message and...
Following the discussion of viewtopic.php?t=2135443I modified the script to add more functionality. Actually, I didn't do nothing, it's all ChatGPT Works with phpBB version 3.3.3 and just updated to...
View ArticleGeneral Discussion • Re: Largest phpBB sites
Whilst it's a bit out of date, the Showcase page does list several phpBB forums that are indeed quite big and active which would be a very good start. I'm not aware of any other lists that you could...
View Article[3.3.x] Support Forum • Re: A Few Warning
Your user data is missing some core fields. If you've disabled all of your extensions and you've replaced all the files with stock ones, that really only leaves missing fields in the database. Run...
View ArticlephpBB Custom Coding • Re: Hashing password to compare with database
Your web browser/phone can store passwords that allow multiple logins via the website..., I see no business here other than to try and work out how to exploit the password system. ?Then the user has...
View ArticleExtension Requests • Re: Facebook post to phpBB post converter
Frankly with AI bots flooding content and it getting worse every day, the last thing I'd want is to get content from any social media site and store it in a carefully created forum... I do believe...
View Article[3.3.x] Styles Support & Discussion • Re: How to set the Align to Justify...
Clear the Cache and the Browser Cookies. Then every post is automatically written with text align justify.No need to set [align=justify] BB-Coden bevore every post.Man, that looks great now!Yes, it...
View Article[3.3.x] Support Forum • Re: How to enable "Magic Links"
Maybe this? viewtopic.php?f=456&t=2361001Statistics: Posted by deninho32 — Sun Jan 26, 2025 8:15 pm
View ArticleExtension Requests • Re: Latest posts?
Thank youStatistics: Posted by alansh — Mon Jan 27, 2025 6:40 pm
View ArticleExtension Writers Discussion • Questions about submit_post
Newbie here. I find a basic description of the submit_post function here: https://area51.phpbb.com/docs/code/3.3. ... ubmit_postIs there a place where I can find more detail on the parameters, e.g.,...
View Article[3.3.x] Support Forum • Re: Looking for file "modission_reset.php"
I checked into GESTIONE ESTENSIONI (I think is MODULE MANAGEMENT) and I have only VigLink installed. There is no Tapatalk installed. I think the error comes from old Tapatalk version which was...
View ArticleExtension Writers Discussion • Re: use php to add extra css class to existing...
No, at least not with every update. Only if something was changed in the original file your child style supersedes you should at least incorporate those changes in your style's file, e.g. an added...
View ArticleExtension Writers Discussion • Re: Questions about submit_post
Some examples. submit_post: Getting new topic instead of new post Submit_post to create a new topic.Statistics: Posted by Anișor — Tue Jan 28, 2025 8:19 pm
View Article[3.3.x] Support Forum • Re: The Founder setting not select
Your problem comes from some sort of auto backup / restore / cronjob or something similar poorly configured/used that directly updates the records in your database without using the ACP method.I...
View Article