Quantcast
Browsing all 2237 articles
Browse latest View live

[3.3.x] Support Forum • Re: BBCode generates wrong link

That needs fixed.Try it yourself. Put <a href="www.site.com">www.site.com</a> in an html file and see where it goes. That is how the URL bbcode works.Statistics: Posted by Brf — Thu Jan...

View Article


[3.3.x] Support Forum • Re: Can we show post counts next to usernames on the...

phpBB doesn't have this feature by default.You will need to ask this in Custom Coding or Extension Requests forums.IMHO I don't see the point. If user X is a spammer and after him user Y will post in...

View Article


Extension Writers Discussion • Re: Utilizing the cache for extension-specific...

Thanks folks.Statistics: Posted by tig_ — Thu Jan 09, 2025 7:26 pm

View Article

Extension Writers Discussion • Howto? Add a panel to the post editor page

I hate having to post questions like this because I'm normally a good doc reader/searcher. But I've not been able to find anything that gets me started with this. I'm still new to phpbb extension dev,...

View Article

Extension Writers Discussion • Re: Howto? Add a panel to the post editor page

Event: <!-- EVENT posting_layout_include_panel_body -->Statistics: Posted by Steve — Thu Jan 09, 2025 8:01 pm

View Article


[3.3.x] Support Forum • Re: Adding Plugins has Broken my Forum

delete the cache/'production' folderThis scares me.Don’t worry, nothing gonna happen if you delete the production folder! Or you could also rename it “production1” and a new folder will automatically...

View Article

Extension Requests • Sortables Captcha

Could someone please tell me where I find the 'Questions' file for this extension? (3.3.12)Statistics: Posted by jensenp — Fri Jan 10, 2025 5:13 pm

View Article

Extension Requests • Re: Sortables Captcha

Best to ask in phpBB • Sortables Captcha - Discussion/SupportStatistics: Posted by P_I — Fri Jan 10, 2025 5:26 pm

View Article


Extension Writers Discussion • Creating a controller that handles POST

I have:routing.ymlCode: tig_blobuploader_blobuploader: path: /blobuploader defaults: { _controller: tig.blobuploader.controller.blobuploader::handle_request } methods: [POST]services.ymlCode:...

View Article


phpBB Custom Coding • Re: [SOLVED] viewtopic-body.html - IF user is viewing...

Doing it with the spaghetti means all the hacks are in one place. No need for another pile of files.Statistics: Posted by Gumboots — Fri Jan 10, 2025 8:51 pm

View Article

[3.3.x] Support Forum • Re: Issue with User Registration Verification Email...

What method do you use for sending e-mails? The built-in PHP method or SMTP? And what are your e-mail settings?Statistics: Posted by Mike-on-Tour — Sat Jan 11, 2025 10:43 am

View Article

Extensions in Development • Re: [3.3][DEV] Username History

Are you going to include php events and template events for this extension?Statistics: Posted by danieltj — Sat Jan 11, 2025 11:47 am

View Article

phpBB Custom Coding • Re: Some useful SQL

Disable email notifications for a user. This will also disable the email contact if they have it set to yes. 123456 need to edited to the users IDCode: SET @user_id = 123456;UPDATE...

View Article


Image may be NSFW.
Clik here to view.

Extensions in Development • Re: [3.3][RC] phpBB Countdown Prime

So we need to put in fa fa-icon. Normal we got used to just writing the name without any FA tags. I know a countdown might used only one time a year, but shouldn't 2024 / 2025 days extension use a...

View Article

phpBB Custom Coding • Re: An error what redirecting to the non-www version

When I tried this code, it worked. It worked instantly in the incognito tab, but it took a while for the normal one.Code: RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]RewriteRule ^(.*)$...

View Article


Extension Writers Discussion • Re: My block adblock script doesnt work anymore

Just found this solution and thought I would post it here for those of you that use adsense.Read this article: https://optad360.com/blog/ad-blocking-r ... ock-users/You need at least 1 adsense ad to...

View Article

[3.3.x] Support Forum • Re: Fatal error: Uncaught Error: mysqli object is not...

Hmm, I have the same problem on 3.3.11, but I'm trying to use ddev as my development environment. Let me see if upgrading phpbb fixes the problem.Statistics: Posted by JacobM — Sun Jan 12, 2025 12:23 pm

View Article


[3.3.x] Support Forum • Re: Disallow OpenAI boots

Code: User-agent: GPTBotDisallow: /Madalin10 JUST this?Statistics: Posted by saavannah — Sun Jan 12, 2025 2:18 pm

View Article

[3.3.x] Support Forum • Re: Disallow OpenAI bots

I have followed the instructions provided in other discussions to implement a blocking code for users who are overloading our server. There are many different instructions that can be found via...

View Article

Extensions in Development • Re: [3.3][DEV] phpBB Events Calendar

Thanks. Will get translated for next version.Statistics: Posted by Steve — Sun Jan 12, 2025 4:14 pm

View Article
Browsing all 2237 articles
Browse latest View live