[3.3.x] Styles Support & Discussion • Re: Anyone developing arty's styles...
Have you updated the styles (parent and child aka "Black" and "Black red") in the latest version?I suggest you create a topic in the style support section. ok will do, thanks Statistics: Posted by...
View Article[3.3.x] Support Forum • Invalid Host symfony
Got this error Code: PHP Fatal error: Uncaught Symfony\Component\HttpFoundation\Exception\SuspiciousOperationException: Invalid Host "SITENAME.com: hostheader3.hit093076121616b40.group.bxss.me". in...
View ArticleExtensions in Development • Re: [3.3][RC] Browser Push Notifications
No badges on the iOS web app. That's normal/default behavior.Hmm as 99% of my users use iOS or MacOS I'll avoid looking into adding the extension then. Sigh.Why? The whole purpose of this extension is...
View ArticleGeneral Discussion • Re: Bots eating up all the bandwidth
https://github.com/ai-robots-txt/ai.rob ... robots.txthttps://github.com/mitchellkrogza/nginx ... robots.txtStatistics: Posted by SpIdErPiGgY — Sun Jul 14, 2024 3:25 am
View Article[3.3.x] Support Forum • Re: Problems with registration
Clearing the cache worked. Is it usual that users have to clear their cache regularly with phpBB?Statistics: Posted by NikLever — Sun Jul 14, 2024 6:22 am
View Article[3.3.x] Support Forum • Re: Cron task
You can find at least everything you need to know to start writing an extension here if that was your question.Statistics: Posted by Mike-on-Tour — Sun Jul 14, 2024 7:50 am
View Article[3.3.x] Support Forum • Re: 3.3.12 new install not showing up
OK. Now I've logged out of the ACP and have no way to log back in again. I guess I do have a login problem after all.Statistics: Posted by MavrikManna — Mon Jul 15, 2024 2:12 am
View Article[3.3.x] Styles Support & Discussion • Re: Favicon only shows in...
thank youStatistics: Posted by Spartan1 — Mon Jul 15, 2024 2:56 am
View Article[3.3.x] Support Forum • Re: Invalid Host symfony
Ok thanks... It has been posted here https://www.phpbb.com/customise/db/exte ... 46#p882946we can lock this topic if you wish.. So do you all want error messages inside code bbcode now rather than...
View Article[3.3.x] Support Forum • Re: Using URL instead of IP for localhost/intranet
Isn't it much easier to spend 10$ a year for a real host and a real url?Statistics: Posted by janus_zonstraal — Mon Jul 15, 2024 7:23 am
View ArticlephpBB Custom Coding • Re: Cron task
Hi,I don't understand what you mean by "conditional to alter the array $cp_data".The custom profile field that a member cannot edit by himself should be updated unconditionally with the result of a...
View ArticleExtension Requests • Re: Ultimate SEO URL Extension
The extension stopped working after updating the forum core to the latest version 3.3.12, please, help!The forum URLs are currently unavailable - /forum/viewforum.php?f=97And the addresses of the...
View Article[3.3.x] Support Forum • Re: Database restored but not showing on the new server
pm sendStatistics: Posted by janus_zonstraal — Mon Jul 15, 2024 5:56 pm
View Article[3.3.x] Support Forum • Bypass ACP login.
I would like my admins to be able to login in ACP just by clicking on the link in Navbar, without having to type in a password.I know it can be a security risk but I'm willing to take...
View Article[3.3.x] Support Forum • Re: Bypass ACP login.
Maybe this[removed]Code is 10 years old btwStatistics: Posted by SpIdErPiGgY — Mon Jul 15, 2024 6:45 pm
View Article[3.3.x] Support Forum • Re: Force reactivation question
Deactivating a user does not automatically delete their posts, it just makes them inaccessible until the user is reactivated.Posts are still visible, the profile, pm, contact info etc. is...
View Article[3.3.x] Support Forum • Re: 3.3.12 new install not showing up
I had those two.In the All I only had imgsI added "template" folder from 3.3.11 and everything is working.the full package download of 3.3.12 is missing that "Template" folder/fileStatistics: Posted...
View Article[3.3.x] Support Forum • How to optimize forums to avoid database CPU saturation?
Hi everyone, despite having brought the managed hosting plan to the maximum possible, and also having increased the database RAM to the maximum possible, I am still struggling with database CPU...
View Article[3.3.x] Support Forum • Re: How to optimize forums to avoid database CPU...
I am still struggling with database CPU saturation and I no longer know how to resolve it. What do you mean with database CPU saturation?What's the size of your database? Is it optimised?Statistics:...
View ArticlephpBB Custom Coding • Re: Cron task
Thanks a lot,var_dump($cp_data); gives for instance["pf_tankdim"]=> string(9) "150x90x65"["pf_autovol"]=> string(10) "878 litres"So I've juste added $cp_data["pf_autovol"] = $Vol;$Vol being the...
View Article