[3.3.x] Support Forum • Re: Manually insert users into PHPBB3
Use this ext ACP Add Userhttps://www.phpbb.com/customise/db/exte ... dd_user_2/Statistics: Posted by wintstar — Wed Jan 08, 2025 4:55 pm
View ArticleExtension Writers Discussion • [Split] Modifying post data
Hi, instead of creating a new post, this one seems to be a good place for me to ask this.I'm using an extension that enables the CKEditor to be used as the post editor. When a user drags a jpg onto...
View ArticlephpBB Discussion • Re: How to enable "Expand code" on 3.3.14 ?
Hmm? It's stylesheet says it is "Rin" style with the functions from subsilver2.I know: but rinDark has no phpbb version mentioned so I checked prosilverCode: General Information about this stylename =...
View Article[3.3.x] Support Forum • Re: Periodic tasks have stopped running
Well what seems to have fixed it is this:in cPanel changed the current PHP version for my site to 7.4changed the cron job command to: export PATH=/usr/bin:$PATH && cd...
View ArticleWanted! • Re: Patreon - phpBB connection
I looked into this for nou nou and the Patreon API is intentionally poor to try and keep people on-platform so I decided that it’s not worth it as it would be a sub-par experience. My payments...
View Article[3.3.x] Styles Support & Discussion • Re: When a message has an image...
Hello,In css file, you can do this:Code: dl.thumbnail > dt {max-width: 600px;max-height: 400px;}Statistics: Posted by sylver35 — Wed Jan 08, 2025 6:51 pm
View ArticleExtension Requests • Re: Allow users to fully ignore/hide other users
I do know how but not only using HTML. That will require an extension as you want to exclude the posts from the user's view.It has loopholes tho. One would be accessing it by direct link (if someone...
View Article[3.3.x] Support Forum • Re: Posting in large forum takes time with email enabled
Did you try emptying the phpbb_forums_watch table. ?Yes- no different - the forum_watch only had 400 odd rows, but it made no difference having 0 rows.Statistics: Posted by marksolesbury — Thu Jan 09,...
View Article[3.3.x] Support Forum • Can we show post counts next to usernames on the...
Hello… Is it possible to display the number of posts made by members next to their usernames on the homepage?Currently, this information is only shown in individual topics. Having it directly on the...
View Article[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 ArticleExtension Writers Discussion • Re: Utilizing the cache for extension-specific...
Thanks folks.Statistics: Posted by tig_ — Thu Jan 09, 2025 7:26 pm
View ArticleExtension 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 ArticleExtension 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
This 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 generate when the board is accessed...
View ArticleExtension 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 ArticleExtension 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 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 Article