by Jeroen Dalsem
First uploaded 266 days ago
1
Recommendations
Summary:
Site down for maintenance plugin
Full description:
Maintenance
(Edit your project's description!)
Admin can configure (in the plugin settings) if site is down for maintenance. Optional extra information about the downtime can also be entered there.
When in maintenance mode site is in a complete lock down. Only admins can login.
Config

Result

Version History
1.1
- fixed: problem with maintenance plugin in combination with custom_index
1.0
- first release
ColdTrick IT Solutions
(c) 2009 ColdTrick IT Solutions
@Tomas - can you tell me how to customize a theme or where is the info? - I am a newbie - thanx
Elggling 258 days ago
very useful, I really like this plugin
omaolain 249 days ago
I get error " This webpage has a redirect loop." Is it not compatible with elgg 1.5 ? Not matter I moved to top or bottom plugin list, disable plugin like custom index,external page... but it still the same error.
Ken Yeap 244 days ago
I'm getting:
Redirect Loop
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
any assistance is greatly appreciated, please let me know what I can provide to help you help me. :-)
elgg_noob 244 days ago
I really love this plugin!!! So far, it is compatible with all my other plugins. This will be very useful.
Thank you and God Bless <><
Greg Marine 233 days ago
Anyone know how to fix the error "Redirect Loop" ?
Ken Yeap 230 days ago
did you edit ht?
gone 230 days ago
google "firefox Redirect Loop" ;-)
DhrupDeScoop 224 days ago
Hi guys,
After I have activate the plugin, I've got the same error "Redirect Loop" as well. Now my website is completely down and not showing at all.
I'm using IE8 for testing. Any help will be appreciated. Thanks
Tan Teck Poo 190 days ago
I've found the cause of the redirect loop. It occurs on sites where Elgg is in a subdirectory, e.g. it works if Elgg is at http:/
This is because the plugin only allows access to the index page, which it expects to be at http:/
I've coded a fix for this. In start.php, change line 7 from:
if($_SERVER["REQUEST_URI"] != "/" && $_SERVER["REQUEST_URI"] != "/action/login"){
to:
global $CONFIG;
$base_uri = parse_url($CONFIG->wwwroot, PHP_URL_PATH);
if($_SERVER["REQUEST_URI"] != $base_uri && $_SERVER["REQUEST_URI"] != "${base_uri}action/login"){
I hope this helps other people. Perhaps the plugin author could incorporate this fix in the next release?
Richard Loxley 149 days ago
I just installed this, thanks Jeroen!
Just a recommendation to anyone else trying this plugin - move it to the TOP of your "Tool Admin". I think it was conflicting with my "custom_index" plugin because when I enabled it the home page looked super wonky.
Other than that minor issue, it's exactly what I needed :)
Kane 132 days ago
it's not working for me... installed it... placed it at the top, at the bottom... i just also upgraded to 1.6.1 as well... could that be it?
jennine 55 days ago
Hi, I have installed it on my site but when clicking in login here to login ias an admin nothing happen, and I have to rename the plugin to disable it and access again as a normaly. ?¿. Do you have any sugestion for this problem? I have try with Chrome Firefox and IE7.
Thanks in advance ;-)
Alex 24 days ago
I had the same problem as Alex. At first, I just did an ugly hack to remove the hide code in order to enter my site. After I had made sure that was possible, I looked into the problem. My solution was replacing the JQuery code (and accompanying div and trigger) with standard Javascript and CSS. For ease of reference, I have used my Semantic MediiaWiki install to create a diff clearly marking the changes and created a reference page: http:/
I hope the fix is helpful for other users have the same issue and for the developer of the plugin.
Casey
Casey 20 days ago

Tomas
Profile
Friends
Friends of
Pages
Plugins
This mod still takes my site down my site is http:/ / thehub.ath.cx if you want to look and help me out
Tomas 263 days ago