https://github.com/ph-7/maintenance-boonex-dolphin-module
pH7 Maintenance is an easy to use module that sets your BoonEx Dolphin site into maintenance mode.
https://github.com/ph-7/maintenance-boonex-dolphin-module
boonex dolphin dolphin-platform dolphin7 maintenance maintenance-module module php
Last synced: 2 months ago
JSON representation
pH7 Maintenance is an easy to use module that sets your BoonEx Dolphin site into maintenance mode.
- Host: GitHub
- URL: https://github.com/ph-7/maintenance-boonex-dolphin-module
- Owner: pH-7
- License: gpl-3.0
- Created: 2013-03-13T03:17:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-15T12:43:37.000Z (over 13 years ago)
- Last Synced: 2025-01-19T18:49:42.318Z (over 1 year ago)
- Topics: boonex, dolphin, dolphin-platform, dolphin7, maintenance, maintenance-module, module, php
- Language: PHP
- Homepage: http://github.com/pH-7/Maintenance-BoonEx-Dolphin-Module
- Size: 4.44 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Maintenance Module for BoonEx Dolphin Software
## Overview
**pH7 Maintenance Module** for your BoonEx Dolphin website.
## How to install
1. Upload all directories from the zip archive into your Dolphin site.
2. Go to => Administration Panel => Tools ==> Modules and install the **Maintenance** module
3. Edit `~/inc/design.inc.php` and add the below code to the beginning of the file
require_once(BX_DIRECTORY_PATH_ROOT . 'modules/pH7/maintenance/init.inc.php'); // pH7 Maintenance Module
4. Finish ;-)
## Multi-language
**pH7 Maintenance** module is translated into nine languages!
* English
* French
* Spanish
* Italian
* German
* Dutch
* Russian
* Japanese
* Chinese
## Requirements
**Server** PHP 5.2.0 or higher.
**Database** MySQL 4.1.2 or newer.
**Dolphin Software** 7.x.x (tested with 7.0.x and 7.1.x).
## Author
Pierre-Henry Soria
## Contact Me
ph7software@gmail.com
## License
[General Public License 3](http://www.gnu.org/licenses/gpl.html) or later; See also the LICENSE.txt file.