We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Maintenance html Page? [Answered] | Forum

Topic location: Forum home » Support » General Questions
Wilson
Wilson Jan 21 '15
If I wanted to change how things looked on the maintenance page, where would I go to find it?

Wilson
The Forum post is edited by Wilson Jan 22 '15
Wilson
Wilson Jan 21 '15
hey Ross,

Thanks for the help...but when I put my html into the input area on the maintenance page in the admin then turn it on. I go to my page and it has my html coding but I can't a bit of code out. See attachment pic!

How do I get that bit of code out of the page? Is there an html page that I can go to...like oxwall-1.7.2/ow_system_plugins/base/views/controllers/sign_in.html to edit? If not how do I get that code out?

Now I do see it in the language area...{text key='base+maintenance_disable_message'}

Wilson
Attachments:
  MAINTENANCE.jpg (34Kb)
ross Team
ross Jan 21 '15
You can do that in ow_system_plugins/base/controllers/base_document.php

line 86:


$this->assign('disableMessage', OW::getLanguage()->text('base', 'maintenance_disable_message', array('url' => OW::getRequest()->buildUrlQueryString(OW::getRouter()->urlForRoute('static_sign_in'), array('back-uri' => urlencode('admin/pages/maintenance'))))));


Please remember that all your changes will be overwritten while next update of the software.