[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[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...
See, Knowledge Base - How to change your board logoStatistics: Posted by _Vinny_ — Wed Jan 29, 2025 5:54 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[3.3.x] Support Forum • Re: Out of range Value fo column 'topic_views'
That is by design.The topic_views field is mediumint(8) UNSIGNED for MySQL which means the maximum value of 16777215 is allowed. If a topic views count goes beyond this value, the MySQL error...
View ArticlephpBB Custom Coding • insert a column into the database manually
Hi guys, can anyone help me? I would like to insert a column into the database manually, but I don't know the code exactly, I had an extension conflict and had to delete a column to solve the problem,...
View Article[3.3.x] Support Forum • Installation troubleshooting
Hey there, everyone. guineapig64 here. I'm also a new member here so I hope to get to know all of you here. I'm a total rookie being that I'm in the process of creating my very first forum all thanks...
View ArticleExtensions in Development • Re: [3.3][DEV] Hide user profile link
New version 1.0.6 is online, view first post.Not view login box. Instead of the login form appearing when the profile is called up without permission, an warning message appears.A demo is available...
View ArticlephpBB Custom Coding • Re: insert a column into the database manually
Hi guys, can anyone help me? I would like to insert a column into the database manually, but I don't know the code exactly, I had an extension conflict and had to delete a column to solve the problem,...
View Article[3.3.x] Support Forum • Re: Installation troubleshooting
Might want to look at the server error log to see what is generating the 500 error.Also, did you really put phpBB in www.example.com/forum/ or www.example.com/phpbb/ or some other version, or is it...
View Article[3.3.x] Support Forum • Re: Installing Extensions
I have just started using phpBB and I'm looking for an extension to show embedded videos in my posts.Might I strongly recommend the official phpBB Media Embed PlugIn. An official phpBB extension that...
View Article