EzPortal - Portal Software for Forums

EzPortal Forums => Support => Topic started by: albin2009 on October 24, 2018, 07:19:12 am

Title: How ot activate EZPORTAL when SMF under maintance mode?
Post by: albin2009 on October 24, 2018, 07:19:12 am
I can see that EZPORTAL is not working when SMF is in maintance mode.
I want to be able to work on the website without anyone seeing everything i am doing.
Title: Re: How ot activate EZPORTAL when SMF under maintance mode?
Post by: EzPortal on October 24, 2018, 07:21:49 am
Remove this code from sources/ezportal2.php
Code: [Select]

// Check maintenance mode
if (!empty($maintenance) && $maintenance == 1)
return;

Title: Re: How ot activate EZPORTAL when SMF under maintance mode?
Post by: albin2009 on October 24, 2018, 07:27:18 am
That actually worked! Thanks!
Title: Re: How ot activate EZPORTAL when SMF under maintance mode?
Post by: albin2009 on October 24, 2018, 07:28:15 am
Btw, when im actually here, is there any way to set custom pages for maintnance mode in MSF or EZ portal?
I dont want anyone to see im working on the page before launch,
Title: Re: How ot activate EZPORTAL when SMF under maintance mode?
Post by: EzPortal on October 24, 2018, 07:29:32 am
I think someone did on simplemachines.org customized the page.