1.Download File News ShowPro and Upload to DataLife Engine on server:
data
inc
modules
2.Open engine/engine.php
Search :
case "pm" :
include ENGINE_DIR.'/modules/pm.php';
break;
Add :
case "mod_brand" :
include ENGINE_DIR.'/modules/mod_brand.php';
break;
3.Set (CHMOD) 666 engine/data/config.showpro.php
4.Open engine/inc/options.php
Search :
array(
'name' => $lang['opt_priv'],
'url' => "$PHP_SELF?mod=options&action=personal",
'descr' => $lang['opt_privc'],
'image' => "pset.png",
'access' => "all",
),
Add :
array(
'name' => 'News ShowPRO',
'url' => "$PHP_SELF?mod=showpro",
'descr' => 'News ShowPRO',
'image' => "usersgroup.png",
'access' => "1",
),
5.Open admin.php
Search :
'usergroup' => 'admin',
Add :
'showpro' => 'admin',
6.End :
YourSite/index.php?do=mod_brand