[3.3.x] Support Forum • Only show immediate children forum
I am attaching the screen. As you can see I want Application to show up only when I click on Device Dependent since it will show Android as a child forum...Statistics: Posted by sikni8 — Wed Jan 08,...
View Article[3.3.x] Support Forum • Re: Only show immediate children forum
No need for help... I figured it out!Statistics: Posted by sikni8 — Wed Jan 08, 2025 1:22 am
View ArticleExtension Writers Discussion • My block adblock script doesnt work anymore
Looks like the adblockers got smarter.Mine stopped working some years ago.Does anybody have a solution?Code: <!-- IF (U_SEE_ADS and ENABLE_ADBLOCK_WARN or S_ADSENSEADS) and not...
View ArticlephpBB 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[3.3.x] Styles Support & Discussion • Re: When a message has an image...
That CSS change doesn't prevent content shift.Setting the thumbnail to 600 or max resolutions to 600 both side without any other changes would accomplish the same thing. This won't prevent content...
View Article[3.3.x] Support Forum • Re: Posting in large forum takes time with email enabled
Under board features try setting "Allow subscribing to forums:" to no. This will disable that feature and users will no longer be able to subscribe to forums or get notifications. This has no effect...
View ArticleExtension Writers Discussion • Re: Utilizing the cache for extension-specific...
Example from the Trackers extension:Code: $trackers = $this->cache->get('_trackers');if (!$trackers){$sql = 'SELECT *FROM ' . $this->table_prefix . 'trackers_trackers';$result =...
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 ArticleExtension Writers Discussion • Re: Howto? Add a panel to the post editor page
As can be seen here, the markup in ext/tig/blobuploader/styles/all/template/event/posting_layout_include_panel_body.html is not getting inserted:For grins, I modified posting_layout.html:Code: <!--...
View ArticlephpBB 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 ArticlephpBB 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[3.3.x] Support Forum • Re: BBCode generates wrong link
Unable to reproduce this on a clean phpBB 3.3.14 install on localhost though. There should be something else affecting that behavior.Sorry, totally missed that it's about wrapping the link into...
View ArticleExtension 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 ArticlephpBB 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 ArticleExtension 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 ArticleWanted! • 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 ArticleExtensions 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