Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.
NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
I have a "portal site", which is set as default page to connect to. It is located in the / directory and called portal.php and has a template in my style folder. This works great as by now and I am happy with this simple portal page. What I now would like to do, is to still display this page, when the board is disabled and give information to the user, why the board is currently not reachable.
I am looking for the code, which is only displaying the board disable message and a way to cahnge it, so my portal.php is displayed instead of the disabled message. As I don't use the index.php as start page, I assume it should be easy to say that the board disable feature works with index.php, but not with the portal.php. Am I right?