Extension Writers Discussion • Fatal error when trying to delete extension data
Hi,My website was offline for a few years and I've just recently put it back online, it appears to be working fine, but my extensions are throwing an error when I'm trying to delete the data after...
View ArticleExtension Writers Discussion • Re: Fatal error when trying to delete...
You technically don't need the revert_data() function. That function only exists for custom SQL from your migrations. For what you're trying to "remove", it's not needed.Statistics: Posted by Kailey —...
View ArticleExtension Writers Discussion • How can I remove the twitter emoji replacement?
Hi,the class phpbb\textformatter\s9e, line 355 and contains a section where standard emojis are replace by icons from //cdn.jsdelivr.net/gh/twitter. I don't want the replacement. The icons are not...
View Article[3.3.x] Styles Support & Discussion • Re: Style skeleton for prosilver
A. Direct edits to prosilver, use a tool like Winmerge to easily merge your edits when updating.This was my solution for the past 12 years. IMO, the currently used "fork" concept should be abandoned...
View ArticlephpBB Custom Coding • Re: Topics with tabs
This is a great idea. I'd find this useful also.Statistics: Posted by pxdetroit — Sun Mar 09, 2025 5:47 pm
View Article[3.3.x] Support Forum • Re: Forgotten Password No Email
Did you get your issue resolved? I had a similar problem recently and it was a bear to track and fix.Statistics: Posted by pxdetroit — Sun Mar 09, 2025 5:53 pm
View Article[3.3.x] Support Forum • Re: Trying out new styles
Glad it's all good now! Cheers! Statistics: Posted by KBExit — Sun Mar 09, 2025 6:35 pm
View Article[3.3.x] Convertors • Re: How to migrate Wordpress to phpBB?
I also have a WordPress site that is using WPForo, lately over the past year or so I have been thinking about migrating WPForo to phpBB and use a bridge plugin to have the user from WP connected to...
View Article[3.3.x] Styles Support & Discussion • Re: nav tab icon
you can try either but stylesheet.css just to be sureI added that one little line to theme/stylesheet.css and it worked! THANK YOU!!!Crazy how that "before" worked itself in there out of nowhere....
View ArticleExtensions in Development • Re: [3.3][DEV] First & Last Post Avatar
No problem! I just wanted to help and make you aware that there is already an extension available if you want it.And you might save yourself some work.This wouldn't help much. I want to publish it for...
View Article[3.3.x] Support Forum • Re: Imgur extension problem with uploading
For what it's worth: just now installed v 1.7.2 ( the first version to officially support PHP 8.0) on a testboard and it passed some quick testing (with PHP 7.4.27 and 8.0.30)Then also tried v 1.5.0...
View ArticlephpBB Custom Coding • ? Language variables outside common.php
Good evening to the community.I have created custom pages according to the instructions i found within the community and within them i have incorporated language variables for some of the languages...
View ArticlephpBB Discussion • Re: Is my forum's DDoS issue due to configuration or hosting?
You can try the Rate limiting section in CF. Haven't used it but you are going to want to specify requests for index.php, viewtopic.php and viewforum.php. e.g. don't add file.php because that can...
View Article[3.3.x] Support Forum • CANNOT_REMOVE_MODULE error while upgrading from 3.1.4
Hello. My server was upgraded to PHP 7.4 and MySQL 5.7 recently so we've decided to upgrade from 3.1 to the lastes PHPBB 3.3I've followed the guide at https://www.phpbb.com/support/docs/en/3 ......
View ArticlephpBB Custom Coding • Re: ? Language variables outside common.php
Specify the name of your new language file in your user->setup:Code: $user->setup('info');Statistics: Posted by Brf — Tue Mar 11, 2025 12:34 pm
View ArticleExtensions in Development • [3.3][RC] Quick Reply Extended
Extension Name: Quick Reply ExtendedAuthor: Steve Extension Description: This extension simply adds bbcodes and smilies to quick reply.Extension Version: Requirements: Features: Displays BBcodes...
View Article[3.3.x] Support Forum • Re: video attachment ?
bit gutted then i was just opening they could upload them like when you attach a image to upload, yeah i got them working as a downloadable link but it wasnt what i was after so i guess people will...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Thanks for posts (and optional...
Seems something wrong on migration procedure. Steps are:1) Disable original extension2) Delete all files for old extension and upload new ones (on path ext/naguissa/thanksforposts )3) May be not...
View ArticlephpBB Custom Coding • [DEV] Search Engine Bot Validation for PHPBB
So as a way of giving back to the phpBB community for all that we are thankful for over the past 20 years - we from time to time try to share some helpful bits of code we've developed that maybe other...
View Article[3.3.x] Support Forum • Pictures are the wrong orientation
Hi guysOn Windows the pictures are the right way round but when uploaded they change. Do I need to put them through a photo software and resave them the right way? Or is there a mod I can...
View Article