[3.3.x] Styles Support & Discussion • Re: How can I get rid of the...
As far as I know, avatars in Prosilver have sharp edges by default. But still using this css code should solve your problem:Code: .section-ucp img.avatar { border-radius: 0;}Statistics: Posted by...
View Article[3.3.x] Support Forum • Re: Guest users role issues
Hello all,Thank you for your valued assistance.KevC, I feel more comfortable after reading your last reply. Although I have many Bots listed in the database, as you pointed out there are many search...
View Article[3.3.x] Support Forum • Re: My board reload too fast
Also see in .htaccessStatistics: Posted by SpIdErPiGgY — Tue Apr 09, 2024 4:42 pm
View Article[3.3.x] Support Forum • 504 Gateway Time-out with Mass Email
When i try to send out emails to my subscribers using the mass email feature, some emails get out, but then it crashes with "504 Gateway Time-out nginx" If i send a small number of emails, it works.I...
View ArticleGeneral Discussion • Anyone here still using PHPBB2?
Just doing a roll call to see who out there still has an active PHPBB2 board? If you are out there, how long has your board been active and how is it running? Any current issues that you are dealing...
View Article[3.3.x] Support Forum • Blocking 'guests' from the 'Who is online'...
Support Request TemplateWhat version of phpBB are you using? phpBB 3.3.11What is your board's URL? https://www.saintfrancispipeband.com/thebandterWho do you host your board with? seanic.netHow did you...
View Article[3.3.x] Support Forum • Re: Blocking 'guests' from the 'Who is online'...
Guest don't see anything on your board, only the login/register screen, not the "who is online"So don't understand your question.Statistics: Posted by janus_zonstraal — Wed Apr 10, 2024 6:51 am
View Article[3.3.x] Support Forum • Media Embed plugin no installed as it should be
Support Request TemplateWhat version of phpBB are you using? phpBB 3.3.11What is your board's URL? https://www.saintfrancispipeband.com/thebandterWho do you host your board with? seanic.netHow did you...
View Article[3.3.x] Support Forum • Re: Media Embed plugin no installed as it should be
It does not appear in the list of BBcodes on the Posting/BBCodes page. (See attachment)The [media] [/media] tags are not custom BBCodes so will not appear there. See the text at the top. In your...
View ArticlephpBB Discussion • Re: Hi! Haven't used phpBB in years, need advice on old DB...
Ugh. Ok, so I uninstalled XAMPP and re-installed the version with php 5.6.Imported the database again (took way longer this time, about 1 hour).Finally got the phpBB installation page working....
View Article[3.3.x] Support Forum • Conversion from phpBB2 (2.0.21) to 3.3 not working
I had phpBB2 (2.0.21) running in an EC2 Amazon Linux server with PostgreSQL for several years. I was recently informed that the Amazon Linux was now an unsupported OS and I needed to rebuild using a...
View ArticleGeneral Discussion • Re: Anyone here still using PHPBB2?
I think this topic could interest you: viewtopic.php?t=2652544Statistics: Posted by ssl — Thu Apr 11, 2024 7:45 am
View Article[3.3.x] Support Forum • updating php from 7.4.33 to 8.2.12
i'm currently running phpbb 3.3.11 with php 7.4.33, all working smoothly with no known issues, with lots of extensions too,(all up to date)i'm planning a move to php8.2.12 in the near future, and was...
View Article[3.3.x] Support Forum • Re: Board Index issue
Switch to prosilver, is the issue still present?Statistics: Posted by thecoalman — Sun Apr 14, 2024 4:05 am
View Article[3.3.x] Support Forum • Full editor & Preview
Maybe a bug, maybe not.phpBB3 v3.3.11When I click "Full Editor & Preview" the url becomes./phpBB3/posting.php?mode=reply&t=1#previewWhen I press the back button (in the browser) and then again...
View Article[3.3.x] Support Forum • Re: Full editor & Preview
No doubt, but which board are you talking about?Another thing, when you publish code on a board it’s better to use [code][/code] tagsStatistics: Posted by ssl — Sun Apr 14, 2024 8:13 am
View Article[3.3.x] Support Forum • Re: [Split] Bogus Registrations & implications
That’s a good question. I wouldn’t have thought bots would be able to search and find the answer. I knew it so it’s probably not a fair test from me. Statistics: Posted by Mick — Sun Apr 14, 2024 8:55...
View Article[3.3.x] Support Forum • Re: How to bulk change links in posts after moving a...
...I'm just a bit of an advanced user, not a coder, so this advice didn't help me.Assuming you have MySQL/mariadb access, here's the SQL:Code: UPDATE phpbb3_posts set post_text = REPLACE(post_text,...
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Hangman - Resurrected
Not off the top of my head. Let me look into this.Great, thank you.Statistics: Posted by paulie — Sun Apr 14, 2024 5:22 pm
View Article[3.3.x] Support Forum • Re: Ban all gmail "multiple dot" users
I'm a fan of the Sortables Captcha. But I was curious if there were any "gmail dupes" in my forum, so I wrote this script:Code: <?php// standard hack preventdefine('IN_PHPBB',...
View Article