phpBB 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 ArticlephpBB Ideas • Synchronise board settings and guest account administration
In the "Board settings" are the settings for "Default language", "Date format" and "Guest timezone" not synchron with the settings in the guest account.The settings "My language", "My timezone" and...
View ArticleExtension Writers Discussion • Re: External FTP storage
I don't understand extensions. At all. And your biased attitude towards chat is already clear to me.Statistics: Posted by RomaamoR — Sat Jan 25, 2025 6:03 pm
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 Custom Coding • 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 ArticlephpBB Custom Coding • Re: Hashing password to compare with database
Having the ability to remember your name and passwords, is down to the individual accessing the website, not yours.It is also the webmaster's headache and poor coding to force the user to use 2 sets...
View ArticleExtension Writers Discussion • Re: Adding data to what's submitted by...
What function you using to handle file uploads?It's custom. I have built a hybrid uploader that - In the browser: converts HEIC to jpg and reduces to "max" size- On the server (blobuploader.php...
View ArticleExtension Writers Discussion • UCP: How to handle multiple modes
I've searched and found no examples of this. The one that someone pointed to is no longer available (php-studio).I want my UCP to have two modes:Code: 'modes'=> ['settings', 'gallery'],I can't...
View ArticleExtension Requests • Re: Facebook post to phpBB post converter
Well, maybe this is more helpful then https://phpbbdev.space/viewtopic.php?t=70Ah... Perhaps! I've requested an account, it will be interesting to see the content of the email I receive in response to...
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: A Few Warning
Anonymous was "Account deactivated by administrator " I activated it. But errors continue to occur in error_logAFAIK anonymous cannot be deleted nor deactivated using default phpBB actions.Perhaps you...
View ArticleGeneral Discussion • Re: Largest phpBB sites
Why specifically the largest? I think https://www.gaiaonline.com/forum/ is phpBB and just about the biggest forum on the planet (that I know of)?gaiaonline started as phpbb but was already heavily...
View Article[3.3.x] Support Forum • Strange error when trying to preview or update an...
For some reason certain pages on my forum give a message as follows and goes to the default error page for the website??!!NOTE: ... <website> i inserted where my website is...
View Article[3.3.x] Support Forum • Re: Strange error when trying to preview or update an...
more informationthis is the page i am trying to modify a bad linkOver 65 years of McHenry Highway Safety Publicationswhen i simply open to edit and click PreviewI get the strange errorStatistics:...
View Article[3.3.x] Support Forum • Re: Looking for file "modission_reset.php"
I'm not 100% sure but I fear there's no modission_reset.php for phpBB 3.3.14.One option is to use an (inofficial) STK for 3.3.14.Or, the safest way (as you did not sanitise the database before...
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