In your languages folder:
includes/languages/english/YOUR_TEMPLATE/down_for_maintenance.php
Add the email box to:
tpl_down_for_maintenance_default.php below the 'echo DOWN_FOR_MAINTENANCE_STATUS_TEXT;'
In your languages folder:
includes/languages/english/YOUR_TEMPLATE/down_for_maintenance.php
Add the email box to:
tpl_down_for_maintenance_default.php below the 'echo DOWN_FOR_MAINTENANCE_STATUS_TEXT;'
Last edited by twitchtoo; 18 Feb 2014 at 01:30 AM.
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
Twitch Base8 - Obsidian - This, is what's new.
Twitch:
I hate to tell you again but the down_for_maintenance.php file isn't there. There is an about_up.php and a couple of others, but not that!
Silver
If it's not there, copy the one that is located in your
includes/templates/TEMPLATE_DEFAULT/templates/
INTO
your override template - the one I'm referring to as YOUR_TEMPLATE
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
Twitch Base8 - Obsidian - This, is what's new.
I am sorry but I had already downloaded -includes/templates/TEMPLATE_DEFAULT/templates/down_for_maintenance.php and, as I said before, ther verbiage that I am looking to change is not there. I understand what YOUR_TEMPLATE means.
Thank you.
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
Twitch Base8 - Obsidian - This, is what's new.
Hello again:
I am publishing this so everyone can learn from it. No animosity involved. I just want to help anyone else who is in the situation that I was in. The following is the file that you need to go to to alter the "Down for Maintenance" file.
The information that you need to alter is here:HTML Code:includes/languages/english/down_for_maintenance.php
Line #26 : define(('DOWN_FOR_MAINTENANCE_TEXT_INFORMATION', 'Down for Maintenance ...');
You will want to alter the information in red. Do not remove the single quotes ' '.
I hope this helps anyone else that may have the same problem. Have a Super Day.
Silver
Last edited by SilverHD; 18 Feb 2014 at 04:54 AM.