38 | Posts |
1.5K | Posts |
65.1K | Downloads |
16 | Plugins |
Edit [plugin directory]/controller/SiteMaintenancePage.php
and replace the whole WhichPage function (line 23 downwards) with this one:
function WhichPage($page){ global $addonPathData, $addonPathCode; $type = \gp\tool::SpecialOrAdmin($page); if (!common::LoggedIn() && $type != 'admin') { if ($this->config['enabled']) { global $smp_config; $smp_config = $this->config; gpPlugin::incl('view/maintenancemode.php'); } }elseif (common::LoggedIn() && $this->config['enabled']) { msg('NOTICE: Site Maintenance Page is enabled. ' . 'Only logged in users can see the site. (' . common::Link('Admin_SiteMaintenancePage', 'Disable Maintenance Page now', 'cmd=disable') .')'); } return $page; }
This should do the trick.
1.5K | Posts |
65.1K | Downloads |
16 | Plugins |
... oh and then use [your website url]/Admin to log in
edit: I crossposted it to the Plugin Support Forum
edit2: Please report back if it actually works reliably - I only tested it quickly.
38 | Posts |
A new release for Typesetter is in the works with a lot of improvements including the ... Read More
Typesetter 5.1Typesetter 5.1 is now available for download. 5.1 includes bug fixes, UI/UX improvements, ... Read More
More News
What CMS: Find out what CMS a site is using.
Who Hosts This: Find out who is hosting any web site
WordPress Theme Detect: Find out which theme a WordPress site is using