Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
329 views
in Q2A Core by
Can I display a specific sentence (better HTML) or static page in the replacement of the error message?

1 Answer

+1 vote
by

It's the phrase 'site_in_maintenance' in qa-lang-misc.php so you can change it there. 

You can also find the appropriate part of qa-page.php and show some custom content by adding the following line:

$qa_content['custom']='YOUR CUSTOM HTML CODE';

... after ...

$qa_content['error']=qa_lang_html('misc/site_in_maintenance');

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...