phpBB Discussion • Re: phpbb forums
Our members love the Board 3 Portal and it offers us so much more flexibility.... Statistics: Posted by Harewood — Tue Jan 07, 2025 2:00 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 • Re: Format date of board_startdate
Just an update.The problem vas usiing this in the $this->template->assign_vars(array(Code: 'START_DATE' => $start_date,which allways will return: 12 May 2008, 23:26but using this:Code:...
View ArticleExtensions in Development • Re: [3.3][RC] phpBB Countdown Prime
Thanks a lot for this! I had to use an extension, a 3rd party website and a custom bbcode for this effect. Just installed and tested, works fine!Glad you like it Statistics: Posted by Stoker 4.0 — Tue...
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 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 Article[3.3.x] Support Forum • Re: BBCode generates wrong link
But why is it adding this board url at front? Edit: It also happens on my forums.If you are not including the http, it assumes it is a relative link. That is the way the standard http href tag...
View Article[3.3.x] Support Forum • Re: Posting in large forum takes time with email enabled
One additional thought which came to mind, and I don't think was already mentioned: If there are legitimate subscribers still, could it be because the notifications are not being allowed to queue, and...
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: 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 Article