[3.3.x] Support Forum • Re: Posting in large forum takes time with email enabled
But they might be subscribed to the forum itself, not the topic.Can can set up notifications to a new topic or post in a forum. If they don't visit regularly but just want to know when something pops...
View ArticlephpBB Ideas • Re: Default settings for notification options
Users should be agreeing to to whatever privacy policy you have in place before they register on your forum, not afterwards so there shouldn't in theory be any issue of having emails enabled for...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Demo and Download Styles...
ok I'm glad, maybe in the next version I'll insert the download count of the Styles. Statistics: Posted by Galandas — Mon Jan 06, 2025 5:28 pm
View ArticlephpBB Discussion • Re: phpbb forums
Thats good news and hope its soon....Dont think the examples in the Showcase give phpBB any justice... Cant see any examples of phpBB+Board3 listed either... Statistics: Posted by Harewood — Tue Jan...
View Article[3.3.x] Styles Support & Discussion • Re: Create 'New Topic' buttons to...
Apologies - please could someone move this to Styles support?As you wish. Done.Statistics: Posted by P_I — Tue Jan 07, 2025 1:02 pm
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Hangman - Resurrected
Do you plan to bring other extensive games in the future?Sorry for the delayed answer, which is that I have no plans. Do you have any games in mind?I don't have any specific one in mind, but what I...
View ArticleCustom BBCode Development and Requests • Re: Modal BBCode....Almost...
Hello,Suggestions:Using a CSS modaltyworked perfectlyStatistics: Posted by eunaumtenhoid — Tue Jan 07, 2025 3:28 pm
View Article[3.3.x] Support Forum • phpBB 3.3.14 error 500
Hi. I have just installed phpBB 3.3.14, i addes some extensions from this site, wich is released for my version, all works great, but i have got this error 500 when i acces forum.I have php version...
View Article[3.3.x] Support Forum • Re: phpBB 3.3.14 error 500
Please close this post.I have solved the problem, i have choose to show erros in php and the error was from a translation i have made.I'm sorry for the incovenienceStatistics: Posted by KenTSA — Tue...
View ArticleExtension Writers Discussion • Utilizing the cache for extension-specific data
I have a listener that on Code: 'core.text_formatter_s9e_render_before'needs to query the database looking for a particular entry. Specifically, it's checking for the existence of a file. I currently...
View ArticlephpBB Custom Coding • Re: Disable default Email notifications
Thanks!Statistics: Posted by Joe Kolade — Wed Jan 08, 2025 3:04 pm
View ArticlephpBB Discussion • Re: Let's compile the CloudFlare settings
I don't (currently) use CloudFlare however I do find it educational to have crowdsourced "Best practices" such as this to aid anyone running a phpBB board.Statistics: Posted by P_I — Wed Jan 08, 2025...
View Article[3.3.x] Support Forum • Manually insert users into PHPBB3
Hello,I have installed PHPBB 3.3.14 and I want to add a user from my own register form to PHPBB.I found out that it can be done with the following code:Code: define('IN_PHPBB', true);// Specify the...
View Article[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 • Re: Modifying post data using...
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 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] Support Forum • Re: Updating from 3.3.11 to 3.3.14, do I need to...
Do I need to upgrade language packs? (American English is the only one I have)If the British English language pack differs from that of your initial version, then the other language pack should also...
View Article