}
}
-elgg_delete_admin_notice('first_installation_plugin_reminder');
-
// don't regenerate the simplecache because the plugin won't be
// loaded until next run. Just invalidate and let it regnerate as needed
elgg_invalidate_simplecache();
}
}
-elgg_delete_admin_notice('first_installation_plugin_reminder');
-
// don't regenerate the simplecache because the plugin won't be
// loaded until next run. Just invalidate and let it regnerate as needed
elgg_invalidate_simplecache();
}
}
-elgg_delete_admin_notice('first_installation_plugin_reminder');
-
// don't regenerate the simplecache because the plugin won't be
// loaded until next run. Just invalidate and let it regnerate as needed
elgg_invalidate_simplecache();
}
}
-elgg_delete_admin_notice('first_installation_plugin_reminder');
-
// don't regenerate the simplecache because the plugin won't be
// loaded until next run. Just invalidate and let it regnerate as needed
elgg_invalidate_simplecache();
register_error(elgg_echo('admin:plugins:set_priority:no', array($plugin->manifest->getName())));
}
-elgg_delete_admin_notice('first_installation_plugin_reminder');
-
// don't regenerate the simplecache because the plugin won't be
// loaded until next run. Just invalidate and let it regnerate as needed
elgg_invalidate_simplecache();
}
if ($success) {
- elgg_delete_admin_notice('first_installation_plugin_reminder');
//system_message(elgg_echo('admin:plugins:simple_simple_success'));
} else {
register_error(elgg_echo('admin:plugins:simple_simple_fail'));
$params = array();
if ($this->autoLogin) {
- // remind users to enable / disable desired tools
- $msg = elgg_echo('firstadminlogininstructions');
- elgg_add_admin_notice('first_installation_plugin_reminder', $msg);
-
$params['destination'] = 'pg/admin/plugins/simple';
} else {
$params['destination'] = 'index.php';
'registerbad' => "Your registration was unsuccessful because of an unknown error.",
'registerdisabled' => "Registration has been disabled by the system administrator",
- 'firstadminlogininstructions' => "Enable and disable plugins to customize your new Elgg site! (Remember to hit 'Save' when you're done.)",
-
'registration:notemail' => 'The email address you provided does not appear to be a valid email address.',
'registration:userexists' => 'That username already exists',
'registration:usernametooshort' => 'Your username must be a minimum of %u characters long.',