Quote:
Originally Posted by karkey
Edit that i needed to the the default administrator 
|
You can configure LDM to let any usergroups be admins. Take a look at includes/local_links_init.php for the following lines:
PHP Code:
// This defines the usergroups that can access the LDM admin pages
// Usergroup 6 is the default vBulletin admininstrators' group
// If you want to give access to more than one usergroup, use a comma-separated list
// for example define('ADMIN_USER_GROUP', '5,6,7');
define('ADMIN_USER_GROUP', '6');
and edit as required.