Ver la Versión Completa : Ayuda Urgente!!
Bueno le estoy ayundo a un pai que adquirio el vBulletin sow ellos lo instalaron y todo bien pero cuando se le quiere dar permisos a los administradores y demas aparece esto
Sorry, you are not allowed to edit administrator permissions.
If you think you should have permission to access this page, you will need to edit the $config['SpecialUsers']['superadministrators'] variable in the includes/config.php file.
To allow the administrators to access this page, edit the variable to include the user IDs of those administrators should have access, separating each user ID with a comma, like this:
$config['SpecialUsers']['superadministrators'] = '1,25,57';
To allow only a single administrator to access this page, simply add that user's ID with no commas, like this:
$config['SpecialUsers']['superadministrators'] = '1';entonces mi pregunta es como solucionar eso?
la verdad qe en mi foro no paso xq como me lo instalaron de eso no supe
como solucionarlo...
Bueno eso se soluciona modificando el file config.php de ese foro, lo bajas a tu pc y tienes que ir colocando el "id" del admin, en este caso el nº "1" en cada casilla que lo solicita, por ej.
$config['Misc']['forumpath'] = '';
// ****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ******
// The users specified here will be allowed to view the admin log in the control panel.
// Users must be specified by *ID number* here. To obtain a user's ID number,
// view their profile via the control panel. If this is a new installation, leave
// the first user created will have a user ID of 1. Seperate each userid with a comma.
$config['SpecialUsers']['canviewadminlog'] = '1';
// ****** USERS WITH ADMIN LOG PRUNING PERMISSIONS ******
// The users specified here will be allowed to remove ("prune") entries from the admin
// log. See the above entry for more information on the format.
$config['SpecialUsers']['canpruneadminlog'] = '1';
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$config['SpecialUsers']['canrunqueries'] = '1';
// ****** UNDELETABLE / UNALTERABLE USERS ******
// The users specified here will not be deletable or alterable from the control panel by any users.
// To specify more than one user, separate userids with commas.
$config['SpecialUsers']['undeletableusers'] = '';
// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1';
Espero que te sirva de ayuda, una vez modificado vuelves a subirlo.
mushisimas gracias si esta bien pero en mi foro yo no necesito hacer eso solo doy el rango y listo no hago eso hay otra forma de hacerlo para no estar editando eso config.php o es la unica forma?
mushisimas gracias si esta bien pero en mi foro yo no necesito hacer eso solo doy el rango y listo no hago eso hay otra forma de hacerlo para no estar editando eso config.php o es la unica forma?
Pues discrepo de lo que dices, según te leo, puedes dar permisos a cualquier "ID" de usuarios sin incluir en el config.php el "ID"?, creo que vbulletin no acepta eso, que me corrijan si estoy equivocado.
Una cosa es dar rangos y otra permisos para por ej., consultas de mysql, uso 100*100 del panel, etc, otro ej.: sino incluyes los "ID" en el config.php no podrás ver ni consultar los logs de tus super, moder etc.
salu2
Powered by vBulletin® Version 4.1.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.