This is what it shows. I am not a programmer so any direction is appreciated. -Lewis
Code: (Find) [Select]
'activateaccount' => array(
'file' => 'Profile-Actions.php',
'function' => 'activateAccount',
'sc' => 'get',
'select' => 'summary',
'permission' => array(
'own' => array(),
'any' => array('moderate_forum'),
),
),
),
),
Code: (Add After) [Select]
// Aeva Media changes
'aeva' => array(
'title' => $txt['aeva_gallery'],
'areas' => array(
'aeva' => array(
'file' => 'Aeva-Gallery2.php',
'function' => 'aeva_profileSummary',
'label' => $txt['aeva_profile_sum'],
'permission' => array(
'own' => array('aeva_viewprofile'),
'any' => array('aeva_viewprofile'),
),
'load_member' => true,
),
'aevaitems' => array(
'file' => 'Aeva-Gallery2.php',
'function' => 'aeva_profileItems',
'label' => $txt['aeva_view_items'],
'permission' => array(
'own' => array('aeva_viewprofile'),
'any' => array('aeva_viewprofile'),
),
'load_member' => true,
),
'aevacoms' => array(
'file' => 'Aeva-Gallery2.php',
'function' => 'aeva_profileComments',
'label' => $txt['aeva_view_coms'],
'permission' => array(
'own' => array('aeva_viewprofile'),
'any' => array('aeva_viewprofile'),
),
'load_member' => true,
),
'aevavotes' => array(
'file' => 'Aeva-Gallery2.php',
'function' => 'aeva_profileVotes',
'label' => $txt['aeva_view_votes'],
'permission' => array(
'own' => array('aeva_viewprofile'),
'any' => array('aeva_viewprofile'),
),
'load_member' => true,
),
),
),
// End Aeva Media changes