MailBeez works with osCMax v2.0.25, running on php 5.3+
The installation is straight forward and can be done in a couple of minutes by following these three steps:
If not done yet please download and unzip the installer package (.zip) on your computer: Download
copy following file to your admin-directory
mailbeez.php
copy following file and folder to your catalog-directory (where your index.php is located)
mailhive (folder)
mailhive.php
located and open the file
admin/includes/filenames.php
add e.g. at the end
define('FILENAME_MAILBEEZ', 'mailbeez.php');
define('FILENAME_HIVE', 'mailhive.php');
do almost the same for your catalog:
includes/filenames.php
add
define('FILENAME_HIVE', 'mailhive.php');
located and open the file
admin/includes/boxes/tools.php
find
tep_admin_files_boxes(FILENAME_WHOS_ONLINE, BOX_TOOLS_WHOS_ONLINE, TOP));
replace with
tep_admin_files_boxes(FILENAME_WHOS_ONLINE, BOX_TOOLS_WHOS_ONLINE, TOP) . tep_admin_files_boxes(FILENAME_MAILBEEZ, 'MailBeez', TOP));
this will add the menu-entry “MailBeez” to your Tools-Box. Feel free to place this link whereever you want.
Administrator > File Access
Administrator > Member Groups
repeat for any group you would like to give access to MailBeez
Just click on the new menu item to open the MailBeez Installer:
The installer guides you through the process and stops if there are any issues.
Found errors? Think you can improve this documentation?
edit this page