форум vBSupport.ru > vBulletin > Old vB versions (3.0.x & 2.x.x) > vBulletin 3.0 > vBulletin [3.0] Troubleshooting and Problems
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
fast
Простоузер
Default Ещё один вопрос.На сей раз "по админам"
0

У админов,которых я назначал практически нет никаких функций...Всмысле,в админке у них 4 раздела всего.А у меня всё ОК.Вопрос-почему?И как это исправить?
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
sequence
На пенсии
 
sequence's Avatar
Cool
0

Админка - Группы пользователей - Права администратора - Далее для каждого редактируешь к каким именно разделам Админки давать доступ

Last edited by sequence : 09-15-2005 at 08:59 PM.
 
 
fuldon
Гуру
 
fuldon's Avatar
Default
0

Нужно прописать ID номера админов в файл config.php !
 
 
fast
Простоузер
Default
0

Quote:
Нужно прописать ID номера админов в файл config.php !
В какое место именно?
 
 
wlad89
Продвинутый
Default
0

Quote:
У админов,которых я назначал практически нет никаких функций...Всмысле,в админке у них 4 раздела всего.А у меня всё ОК.Вопрос-почему?И как это исправить?
короче пропиши свой id в файле config.php (если ты этого не сделал) и потом всё делай как сказал sequence
 
 
fast
Простоузер
Default
0

Quote:
Админка - Группы пользователей - Права администратора - Далее для каждого редактируешь к каким именно разделам Админки давать доступ
А там нету...
 
 
КотЪ
Администратор
Неадекватный
 
КотЪ's Avatar
Default
0

Пропись ID в config.php :


// ****** 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.
$canviewadminlog = '1,22';

// ****** 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.
$canpruneadminlog = '1,22';

// ****** 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.
$canrunqueries = '1,22';

// ****** 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.
$undeletableusers = '1,22';

// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$superadministrators = '1,22';

(соответственно 1, 22 - это id администраторов)
 
 
sequence
На пенсии
 
sequence's Avatar
Smile
0

Quote:
Originally Posted by fast
А там нету...
Как правильно говорят, если ещё нет в config.php строчки $superadministrators = '1'; добавляй...
А пункт "Права Администратора" (Administrator Permissions) должен быть в любом случае, последним пунктом в меню "Пользовательских Групп " (Usergroups)

на крайняк вручную запусти /admincp/adminpermissions.php - эффект будет тот же
 
 
Goury
Гость
Default

кстати - а он сам-то имеет права делать суперадминов?
а-то может он там и не главный... а мы копаем...
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 05:12 AM.


Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.