[3.3.x] Support Forum • Re: 504 Gateway Time-out when registering new user
Thanks for your responsesI've disabled all extensions, I've disabled all styles except prosilver, I've disabled antispam-bot, I've cleared the cache several times. And nothing change, everything...
View Article[3.3.x] Support Forum • Re: Doubt about Password Complexity
Changing the password requirements of your board doesn't force users to update their passwords as far as I know. They'll just need to adhere to the new requirements if they decide to change their...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Obscure Registration Code...
Is there any idea to be also in "contact us" page?That is beyond the scope of this extensionStatistics: Posted by HiFiKabin — Wed Jul 10, 2024 7:54 am
View Article[3.3.x] Support Forum • Re: SMTP send mail error
Your log for outlook.com appears to be truncated.That's all it shows on the error log pageStatistics: Posted by peyman974 — Wed Jul 10, 2024 10:15 am
View ArticleExtensions in Development • Re: [3.3][RC] Browser Push Notifications
HelloThanks a lot for this extension !!Unless I'm mistaken, no badge on the web application on Safari/iPhone.Is this normal? Is there any development planned for this?Thanks again.Statistics: Posted...
View ArticleExtension Requests • Form Maker/Creator Request
Using this ExtensionForm Maker/Creator: viewtopic.php?t=2400921Not sure if this is the correct location to ask for this since this Mod is marked as ABDError Message Issues I am having is these:ISSUE 1...
View ArticleCustom BBCode Development and Requests • Show time/date in viewer's own...
This is my first post, sorry if it's wrong. I could not find a bbcode like this anywhere.I'm not sure what to call this, but this bbcode converts a Unix epoch timestamp to human readable format. You...
View ArticleCustom BBCode Development and Requests • Re: Show time/date in viewer's own...
Unless I'm overlooking something the code you posted converts the Unix time to human time GMT. In other words, it's not taking the timezone into account.Have a look at Executing PHP Code With...
View Article[3.3.x] Support Forum • Deleting Cookies on FAQ/other pages
Dear phpBB community,there's an issue with deleting cookies on phpBB version 3.3.12, when I am on a page that is not located in the phpBB-root, the delete cookies option does not work. For example,...
View Article[3.3.x] Support Forum • Re: Deleting Cookies on FAQ/other pages
I believe that’s how it works but I’m willing to be corrected. If you think you’ve found a bug you should post in the Bug tracker.Statistics: Posted by Mick — Thu Jul 11, 2024 10:52 am
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Topic Bookmark Count
There is an archive error. Can you update the file upload?Statistics: Posted by exUBert — Thu Jul 11, 2024 1:06 pm
View ArticleGeneral Discussion • Re: phpbb.com Showcase
The Team are aware of this.Statistics: Posted by KevC — Fri Jul 12, 2024 9:27 am
View Article[3.3.x] Styles Support & Discussion • Re: Anyone developing arty's styles...
Health and personal problems have kept me away from the internet for a while, but I'll try to get back into the swing of things as I go along.Have you updated the styles (parent and child aka "Black"...
View ArticleWanted! • Re: Looking for. A phpBB expert for revival of an old Hindi Forum
I’ve sent an email to you. Cheers.Statistics: Posted by Madalin10 — Fri Jul 12, 2024 10:32 am
View ArticleExtension Writers Discussion • How to access file uploads in form submissions
I'm trying to upload a file (an image, specifically) but I'm running into some issues. Namely I can't get a hold of the file after the form is submitted.I have this and am trying to contain the file...
View ArticleExtension Writers Discussion • Re: How to access file uploads in form...
I fixed it.I needed to use the file method rather than the variable method. Updated code that works:Code: $file_upload = $request->file( 'my_uploaded_file' );Silly me.Statistics: Posted by danieltj...
View Article[3.3.x] Support Forum • Re: Problems with registration
Clear your browser cache, maybe that will fix ut.Or use private mode or a other browser.Statistics: Posted by janus_zonstraal — Fri Jul 12, 2024 1:13 pm
View Article[3.3.x] Styles Support & Discussion • Re: What is the best way to add a...
My favicon only works in Administration Control Panel.No idea how to fix it.Please help?https://www.southernhighlandsnsw.org/Statistics: Posted by Spartan1 — Fri Jul 12, 2024 3:54 pm
View Article[3.3.x] Styles Support & Discussion • Favicon only shows in...
Hi Team,My favicon only shows when I am in the Administration Control Panel.Any ideas how to fix this.Thank you.https://www.southernhighlandsnsw.org/Statistics: Posted by Spartan1 — Fri Jul 12, 2024...
View Article[3.3.x] Support Forum • Cron task
Hi,In phpBB there is a Cron directory, I suppose it allows some tasks to be started automatically.How can I add a php script to be executed in certain circumstances ?Thanks in advance for your...
View Article