[3.3.x] Support Forum • Re: Forum offline after update to 3.3.13
Thanks guys I'll have a look at these suggestions tomorrow. About to hit family TV time alas.[I found a few minutes.....]Statistics: Posted by dbrewood — Fri Aug 30, 2024 7:47 pm
View ArticleExtension Requests • Re: Bump EXT
I’m sure it’s very possible to create an extension for this but it’s a case of if anyone wants to make such an extension for free.Statistics: Posted by danieltj — Fri Aug 30, 2024 10:52 pm
View Article[3.3.x] Support Forum • Re: Question related updating to latest 3.3.13 version
If you just started your website. There should probably be a DELETE option on your HOST side. Ive been messing with mine already but back a month ago that is what I did. I just deleted the website and...
View ArticlephpBB Custom Coding • Re: Hide ONLY memberlist
Code: if (!in_array($user->data['group_id'], array(10,12)))Excellent! Thank you very much!Statistics: Posted by bennybernaer — Sat Aug 31, 2024 4:28 pm
View ArticleExtension Requests • Re: Adding tags to topics
Re-upload the vendor folder from the phpbb packageI've JUST (and I mean 5 min ago) updated my forum to the latest phpbb version (the one that came out 2 days ago) - not sure how that would impact...
View Article[3.3.x] Support Forum • /install won't start, after update to 3.3.13, 403 error
Sorry, I know there's a standard list of info items that needs to come before a support question, but I can't find it. Please bear with me anyway. Upgrade: from 3.3.4 to 3.3.13Uploaded everything...
View Article[3.3.x] Support Forum • Re: /install won't start, after update to 3.3.13, 403...
Ask your hosts to check their mod_security.It may be that they've seen a lot of files being uploaded and the security settings have kicked in and blocked anything from being run.Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: gmail smtp server
TLS goes with port 465? i thought it's on 587?Yes, it's usually 587 (as noted above). My point was that someone that had this problem previously got it to work with those settings. Statistics: Posted...
View Article[3.3.x] Support Forum • Non existent users posting?
I have been getting daily spam posting from users that are non existent.Looked through topic with Non existent users without seeing a similar problem or solution. phpbb 3.3.13 - user activation by...
View Article[3.3.x] Support Forum • Re: Non existent users posting?
Are these users listed if you select “Manage Groups” then “Members”? Then if you select the member of the group they are in, does their profile appear?Statistics: Posted by ssl — Sun Sep 01, 2024 5:08...
View Article[3.3.x] Support Forum • Re: phpbb 3.3.13 SMTP
Did you apply the patch in the post that rxu linked you to? The error message indicates that you're sending a blank hostname, which the SMTP server is rejecting. The linked patch makes some changes to...
View Article[3.3.x] Support Forum • Re: [Solved] /install won't start, after update to...
... but when the required permissions are so clearly stated here, as pointed out by @ssl, why are those files delivered to me with the wrong permissions?The archives we provide actually ship the...
View ArticleExtension Requests • Re: Search the ACP
Do iiiiiitStatistics: Posted by nou nou — Sun Sep 01, 2024 11:18 pm
View Article[3.3.x] Support Forum • 3.3.13 - Lack of available forums on Firefox...
Hello, For the last few weeks, I've had visitors report that my forum does not display through Firefox. I tried it myself with a fresh install of Firefox and verified that the 'This board has no...
View Article[3.3.x] Support Forum • Re: 3.3.13 - Lack of available forums on Firefox...
Based on the headers sent back from your server, phpBB is marking Firefox as a bot. You can see this from the x-phpbb-is-bot header that's being sent back. This does not happen in Chrome. Have you...
View Article[3.3.x] Support Forum • Re: Approving New Post issue after Update 3.3.13
when he clicks on the notifications where it shows there is a New topic to approve it directs to the post detail page and there is nowhere to approve it When you have a notification of new messages to...
View Article[3.3.x] Support Forum • Hello i have real speed isuess
i dont know whats going on , i have pretty good hosting 12 cores 24gb ram 1 gb port , and loads very slow also when there is like over 30 user site is almost unresponsible can anyone help mehoster...
View ArticleExtensions in Development • Re: [3.3][RC] Browser Push Notifications
Working beautifully apart from one thing - my forum is installed in a subfolder of my domain (www.mysite.com/myforum) and third party extensions that generate notifications, like Thanks for Posts and...
View Article[3.3.x] Styles Support & Discussion • Markup mystery: what are these tags?
I'm messing with a custom style that makes quite extensive markup changes*, so there are various things I need to track down.My current question is about these tags, in posting_editor.html (lines...
View Article[3.3.x] Styles Support & Discussion • Re: Markup mystery: what are these...
Ok that was the first question. The second one is again about closing tags, but for something else.In posting_editor.html there are no closing tags for #options-panel and #options-panel > .inner,...
View Article