Extension Writers Discussion • adding css in php
Hello,Working on this tiny ext: viewtopic.php?t=2660128Its not a problem. The ext is working as it should.But I find it kind of overkill/annoying that I have to include a css file for one single line...
View Article[3.3.x] Support Forum • Re: Hopelessly compromised board?
Kind of regardless of what has happened, you could restore your site from backup on the host. Most hosts will automatically back up your Web site, database, and files. If it's a complete loss at this...
View Article[3.3.x] Support Forum • Re: The Submitted Form is Invalid... ?
Code: [phpBB Debug] PHP Warning: in file [ROOT]/vendor/composer/ClassLoader.php on line 576:...
View ArticleExtensions in Development • Re: [3.3][DEV] Stats On Index
Shame on me. Forgot to add newest user.... (We see you now Daniel )Also forgot to TWIG the templates....Last but not least, correcting the display place of the stats....Disable previous version,...
View ArticleExtension Requests • Re: Easy Topic Moderation
I use thishttps://www.canidev.com/store/cbb-quickmod?lang=enBut I don't think it's what you are looking forStatistics: Posted by SpIdErPiGgY — Thu Feb 06, 2025 11:52 pm
View Article[3.3.x] Support Forum • Registration activation link rarely sends
Hi guysI've had a phpBB board for a few years now and everything was working well until recently. I've recently sent some test registrations from various email addresses i have and the activation link...
View Article[3.3.x] Styles in Development • Re: [RC] Zeina - phpBB 3.3.14
Wow awesome, thank you very much. I also noticed the icon like "hot topic" not displaying as it should, its overlapping the forum icon. Can you point to the right direction on about fixing that...
View ArticleExtension Writers Discussion • Re: In Javascript in browser, I have a...
phpBB doesn't have a built-in controller/REST API for JS afaik. It has some built-in options to handle XMLHttpRequest requests on PHP side though using Ajax callbacks.Statistics: Posted by rxu — Fri...
View Article[3.3.x] Support Forum • portal3 Not showing right column
I have phpbb3 3.3.14 withj board3_portal_2.3.0I want portal to be the main page but I cant find where to set itso instead of default http://127.0.0.1/index.php it goes to...
View Article[3.3.x] Support Forum • Re: portal3 Not showing right column
In your .htaccess addDirectoryIndex app.php/portal index.php index.html index.htmStatistics: Posted by SpIdErPiGgY — Fri Feb 07, 2025 6:20 am
View Article[3.3.x] Support Forum • Re: Registration activation link rarely sends
We don't off support for 3.2 anymore, update to 3.3.15 I'm not positive but 3.2 may not support php 8.1. Regardless you can use up to php 8.3 with phpBB 3.3.XIf you are using Cpanel and possibly some...
View Article[3.3.x] Support Forum • Perplexing Permissions Situation
I have a restricted forum within another restricted forum which requires a user to be in two certain groups to access.COMITTEE forum needs Committee group to accessREGION forum needs Region group to...
View Article[3.3.x] Support Forum • Re: Does phpbb 3.3.14 uses ajax for voting?
ajax voting is the build-in feature of phpbb or notYes, it is.where I can turn it off for testingafaik it can't be disabled via phpBB, but it's possible to disallow Javascript in the browser...
View Article[3.3.x] Support Forum • Re: Self-hosted install behind NGINX help?
The sample Nginx does not cover the installation behind a reverse proxy, however, if you are already running phpBB on the 8080 port, you only need to point that address in proxy_pass.You don't provide...
View Article[3.3.x] Support Forum • Re: Perplexing Permissions Situation
Permissions tab >> View forums based permissions at the very bottom under the Permissions masks heading >> check "all forums" and submit >> Under Look up use type in users name and...
View Article[3.3.x] Support Forum • Self hosted permissions issue
I'm self hosting on an Ubuntu box. I got Apache set up and installed phpBB. I can access it externally and create posts etc. My challenge is when I go, for example to upload an extension via ftp it...
View Article[3.3.x] Support Forum • Re: Self hosted permissions issue
Have you seen Knowledge Base - phpBB3 Chmod Permissions?Statistics: Posted by Mick — Sat Feb 08, 2025 7:12 am
View ArticlephpBB Discussion • Re: A phpBB mobile app
Apparently, there is no chance of finding a competent person who can create an application for android.Apparently ???...I'm sorry for the grammar. I'm writing through a translator.No problem with the...
View ArticlephpBB Custom Coding • Board3 Portal: Recents Posts (Sidebar)
I created a page in PHP to export the latest posts and I'm using it as an iframe on the board3 portal. I would like to know how I can do this in an integrated way, through a module. Because I don't...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] AI Labs with Midjourney,...
The error is telling m,e im using the wrong api key which is really weird as i only have the 1 key generated and I've copied it exactlyStatistics: Posted by Aragon Burner — Sat Feb 08, 2025 9:19 pm
View Article