Quantcast
Browsing all 1524 articles
Browse latest View live

phpBB Custom Coding • Re: Manually insert users into PHPBB3

You might want to add the extra checks for username length, error handling, etc.This works with the file located in the root directory. Adjust it as needed.Code: <?phpdefine('IN_PHPBB',...

View Article


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

Thanks. Now I see how this all works!posting_layout.html includes <!-- INCLUDE posting_editor.html -->posting_editor.html then does <!-- EVENT posting_editor_add_panel_tab...

View Article


[3.3.x] Styles Database Releases • Re: League Of Legends

Style Updated to version 3.3.14See first post for Download LinkStatistics: Posted by _Vinny_ — Thu Jan 09, 2025 9:49 pm

View Article

[3.3.x] Styles Database Releases • Re: ColoredLight

Style Updated to version 3.3.14See first post for Download LinkStatistics: Posted by _Vinny_ — Thu Jan 09, 2025 10:04 pm

View Article

[3.3.x] Styles Database Releases • Re: FarmingPro

Style Updated to version 3.3.14See first post for Download LinkStatistics: Posted by _Vinny_ — Thu Jan 09, 2025 10:20 pm

View Article


phpBB Discussion • Re: Let's compile the CloudFlare settings

Overall if you are using the default settings in CL the only thing you should need to do to get phpBB to work correctly is either using remote_ip to restore the users IP or use one of the the...

View Article

[3.3.x] Styles in Development • Re: [RC] ProsilverSlide-Edition 3.3.14

style now in phpbb cdbStatistics: Posted by Prosk8er — Thu Jan 09, 2025 10:39 pm

View Article

[3.3.x] Styles in Development • Re: [RC] PhonicsExcerpts 3.3.14

style now in phpbb cdbStatistics: Posted by Prosk8er — Thu Jan 09, 2025 10:40 pm

View Article


[3.3.x] Styles in Development • Re: [RC] CommunityChild 3.3.14

style now in phpbb cdbStatistics: Posted by Prosk8er — Thu Jan 09, 2025 10:40 pm

View Article


phpBB Custom Coding • Re: How to enable "Expand code" on 3.3.14 ?

That wasn't an extension, it was part of core features. That's actually a built in php function but it produces a massive amount of HTML. I would presume it was canned with new text formatting used...

View Article

Extension Requests • Re: Sortables Captcha

Where is no file with questions, you have to define your own questions in the ACP.Statistics: Posted by Mike-on-Tour — Fri Jan 10, 2025 5:50 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


Extension Requests • Re: Allow users to fully ignore/hide other users

It's already done for posts, so doing it for quotes should not be particularly difficult. It's easy to do it for posts because you have direct reference for the user id. That's not the case for quotes...

View Article

Wanted! • Re: Need upgrade and fixing

Madalin10:It's now 11:14. My PM app didn't receive the reply with the instructions. Please email me at kerry@comcom121.org.Aloha, KerryStatistics: Posted by Kerrith — Fri Jan 10, 2025 9:17 pm

View Article


Image may be NSFW.
Clik here to view.

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

Extension Name: Username HistoryAuthor: AnișorExtension Description: Once enabled, all username changes will be stored and displayed for each user on their profile. The extension will not display...

View Article

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

//reservedBefore the dev version, I will make the following adjustments: The field will be displayed only if the user has changed their username at least once. A counter will be displayed: Previous...

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

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
Browsing all 1524 articles
Browse latest View live