[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.Take the advice of others and find...
View ArticleExtension Writers Discussion • Re: UCP: How to handle multiple modes
You should handle the different modes in the controller and pass a different view (template) based on the selected mode.Statistics: Posted by danieltj — Sun Jan 26, 2025 11:48 pm
View ArticlephpBB Discussion • Re: AI questions, subjected to phpBB core?
What?Statistics: Posted by danieltj — Sun Jan 26, 2025 11:50 pm
View ArticlephpBB Custom Coding • Re: Hashing password to compare with database
If you aren't testing in phpBB root folder it's probably because of the path. Edit this line.Code: $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';Statistics: Posted by...
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 • Is my forum's DDoS issue due to configuration or...
Hello everyone… Since January 22nd, one of my forums has been under a sustained DDoS attack, with up to 1800 bots accessing the site simultaneously.Without prior notification, my hosting provider...
View Article[3.3.x] Support Forum • Re: How to enable "Magic Links"
@travelplusDo you mean internal or external links?Sorry, but your example needs some clarification.Statistics: Posted by saavannah — Mon Jan 27, 2025 6:12 am
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 Article[3.3.x] Support Forum • Re: Strange error when trying to preview or update an...
The information you need is in the last post, it's mod_security which for some reason is triggering on something in those posts. mod_security is a service running on your web service that will block...
View ArticleExtension Writers Discussion • Re: use php to add extra css class to existing...
If you want, you can use the current template events to edit that portion of the header: overall_header_body_before and overall_header_headerbar_before.Content of overall_header_body_before: Code: {%...
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[3.3.x] Support Forum • Re: A 16-year-old unsolved mistake
After the merge the topic indeed gets the title from the other topic but after editing the title is set correctly.Statistics: Posted by Anișor — Tue Jan 28, 2025 8:28 pm
View ArticleExtensions in Development • Re: [3.2][3.3] Sitemap
No, it's not good at all. In the config folder the 2 files are not good, once corrected the extension works.Update your GitHub repositoryI made a proper mess of that... I have now uploaded (and...
View Article[3.3.x] Styles Support & Discussion • Re: Can't get my site logo to show...
There is an extension for this too:https://www.phpbb.com/customise/db/exte ... der_bannerStatistics: Posted by thecoalman — Wed Jan 29, 2025 6:21 pm
View Article[3.3.x] Support Forum • Out of range Value fo column 'topic_views'
Hopefully this can be fixed it was reported by a user:Support Request TemplateWhat version of phpBB are you using? phpBB 3.3.14What is your board's URL? https://www.freestylersupport.com/fsforum/Who...
View Article[3.3.x] Support Forum • Re: Strange error when trying to preview or update an...
It's possible your host is using the Core Rule Set for ModSecurity, if so, installing the phpBB exclusion plugin for the rule set should solve most problems with ModSecurity.Statistics: Posted by...
View Article