Extension Writers Discussion • Re: External FTP storage
I don't understand extensions. At all. And your biased attitude towards chat is already clear to me.Paul is not biased. ChatGPT and AI in general is well known for sometimes providing clearly false...
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 Article[3.3.x] Styles Support & Discussion • Re: How to disable underlined links?
After the main Problem was solved, i found another (little one). After doing like written above, there wehre no more underlined links. But since i use a selfmade custom BB-Code, the Link will be...
View ArticleExtensions in Development • Re: [3.3][BETA] Username Gradients
The load time of my forum went from 0.060s to 0.266sYes I know, it's not much But strange for a small ext like this...?Statistics: Posted by SpIdErPiGgY — Sat Jan 25, 2025 11:41 pm
View Article[3.3.x] Styles Support & Discussion • How to set the Align to Justify...
Hello,For my postings i always use the Align Justify BB-Code:Code: [align=justify]TEXT[/align]I dont like to set this BB-Code bevore every of my postings. And other Users never use this BB-Code. So...
View ArticlephpBB Custom Coding • Re: Hashing password to compare with database
You don't need any special permissions other than what's set on the other ones, usually 644. If it's generating a 500 error, there will be an entry in the server error log for it.Statistics: Posted by...
View ArticleExtension Writers Discussion • Re: UCP: How to handle multiple modes
This works, but feels like a hack:Code: {% if U_UCP_ACTION ends with 'settings' %}Statistics: Posted by tig_ — Sun Jan 26, 2025 11:44 pm
View ArticlephpBB Discussion • Re: AI questions, subjected to phpBB core?
What?Statistics: Posted by danieltj — Sun Jan 26, 2025 11:50 pm
View ArticleExtension Requests • Re: attachment quota limit users
yes yes i understand but this download extension does what you wanttraffic and download control for vips onlyStatistics: Posted by eunaumtenhoid — Mon Jan 27, 2025 2:43 am
View Article[3.3.x] Support Forum • Re: A Few Warning
What page are you visiting that causes the errors? Are you logged in?It's hard to know. There are users who log in and those who don't. Some users also report not receiving emails. Could this be...
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] Styles Support & Discussion • Re: How to have both left and right...
Looks like you went back to the code from the original post i linkedIf the sidebars are moved outwards, as shown below:The site looks fine on Desktop, but does not show well on a smart phone (the page...
View Article[3.3.x] Support Forum • moved forum to new domain Now not secure
I moved my forum to a new domain. It took many attempts, but finally got it to show on the new domain. The new forum shows as not secure. I searched this forum and confirmed my cookie and server...
View Article[3.3.x] Support Forum • Re: moved forum to new domain Now not secure
You're using a self-signed certificate, which is why it's showing as untrusted.Statistics: Posted by Noxwizard — Mon Jan 27, 2025 11:22 pm
View ArticleExtension Requests • Re: Facebook post to phpBB post converter
Do you know how attachments are handled?I see, now that I have the extension. A nice piece of work! But attachments aren't handled though.I need to know more about the function submit_post, and in...
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