phpBB Custom Coding • Re: Importing macro into template not being refreshed...
No idea why it would require browser refresh but I' not familiar with twig, that's odd. It would imply the donovalues file is being cached on server and only invalidated with browser refresh which...
View Article[3.3.x] Convertors • Re: convert ancient IPB to phpBB?
As a related question, I understand to convert IPB-> phpBB I'll need the .sql file with all the tables (and separately the attachment files) from the old IPB forum. When running the converter I...
View Article[3.3.x] Support Forum • Re: Periodic tasks have stopped running
The tasks processed by phpBB's cron job are stored in the phpbb_tasks database table. You can check this table to see if tasks like the Digests mailer and Auto Database Backup are still queued and...
View ArticlephpBB Ideas • Re: Default settings for notification options
Currently, phpBB does not allow administrators to preset notification preferences for new users through the ACP, nor does it provide a way to view the default notification settings for newly...
View ArticlephpBB Ideas • Re: Avatar resize in core
This is a fantastic idea that would greatly enhance user experience and simplify avatar management for administrators. If phpBB had a built-in feature to resize avatars automatically based on the...
View Article[3.3.x] Styles in Development • Re: [RC] Zeina - phpBB 3.3.14
First of all, Merry xmas to you guys, keep up the great work!i never really noticed but somehow i got those weird red dots overlapping right here, if the thread doesnt have a "marked answer" it will...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Events Calendar
Thank you very much, I'll play with it a littleStatistics: Posted by eunaumtenhoid — Fri Dec 27, 2024 5:58 pm
View Article[3.3.x] Support Forum • Re: Getting error on posting on php 8.0.30
It would appear this is caused by the combination of two things, the passthu function being disabled and the behavior of php 8 or greater.https://www.php.net/manual/en/function.passthru.php8.0.0 If...
View ArticleGeneral Discussion • Re: Will you pay for writers?
I tried the method of giving various gifts by drawing among the 7 most active people. However, very fake, unqualified things, written just for the sake of writing, came out. I cancelled it.Statistics:...
View ArticleExtensions in Development • [3.3][RC] Forum Goal
Extension Name: Forum GoalAuthor: StokerVersion: 1.1.0PhpBB Version: 3.3.XDescription:The Forum Goal EXT display your goals for posts, topics, users, attachments, downloads (zip and rar), views and...
View ArticlephpBB Ideas • Re: Flag Topic/Report as Being Worked On
I've tried working on this in an extension and it's a very complicated piece of functionality. Not only do you have to check the user has permission to own the topic, you then have to check to see if...
View Article[3.3.x] Styles Support & Discussion • Can't get my site logo to show up...
Hello, I am running phpbb version 3.3.13 and using the Prosilver_SE sub theme.As you can see in the image included, I cannot get my logo to fit properly.I have followed these instructions. I am not...
View ArticleExtensions in Development • Re: [3.3][DEV] Styles Page
Updated extension and added the function to sort styles that start with the same first letter, and the jumpbox button to jump to forum categories, see screenshot. Statistics: Posted by Galandas — Sat...
View Article[3.3.x] Support Forum • Re: 3.2 to 3.3 upgrade
Luckily, GoDaddy said they are going to hold and take no action until I tell them what I want them to try next. I say that is good because I'm going out of town in just a few hours and will be nearly...
View Article[3.3.x] Support Forum • Re: Periodic tasks have stopped running
use:Code: /usr/bin/php /home/fellfixe/public_html/ftfforum/bin/phpbbcli.php cron:runThe one you are using is specific to that php version and will fail when the php version is inevitably removed.There...
View ArticleExtension Requests • Infracion
Could someone please update this extension to the current phpbb, 3.3.14? and perhaps advance its development.https://github.com/rfdy/infractionsStatistics: Posted by eunaumtenhoid — Sun Dec 29, 2024...
View ArticleExtension Requests • Re: Poetic/Account Options
Milords,I'm so sorry for the delay in responding. Things got nuts.That said, I finally installed Knowledge Base, and what a phenomenal extension it is! A few things worry me, though; while delicious...
View ArticlephpBB Discussion • How do I put phpBB 3.3.14 on Neocities.org?
Hello. I am looking to put phpBB 3.3.14 on Neocities.org, but I do not know how to do so. Please help, as I cannot list anything else in detail.Do I just put all the setup files in neocities or do i...
View ArticlephpBB Discussion • Re: How do I put phpBB 3.3.14 on Neocities.org?
You can't. You need to be able to execute php and it also needs back end database. These are common feature on any cheap hosting plan for a few bucks a month. If it's available on free hosting there...
View ArticleExtension Writers Discussion • Forum permission not showing in group forum...
I've created a new permission for an extension that needs to add said permission for forums. This is what it looks like in the event listener:Code: $event->update_subarray( 'permissions',...
View Article