Вход
Главное меню

Subject:*
Name/Email:*
Message Icon:*
       
Select*
Message:*


    


Click the Preview to see the content in action.
Options:*
 
 
 
 
Attach file*
   

Maximum file size: 100Kb;  Allowed extensions: zip jpg gif png  
Images at the max. Size 640 X 800 pixels. 
Confirmation Code*
3 + 4 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
     
*
* = Required

Re: Как скрыть подраздел "добавить новость"?
by Boba on 2003/10/22 11:20:27

В файле /modules/news/xoops_version.php меняешь
Quote:
// Menu
$modversion['hasMain'] = 1;
$modversion['sub'][1]['name'] = _MI_NEWS_SMNAME1;
$modversion['sub'][1]['url'] = "submit.php";
$modversion['sub'][2]['name'] = _MI_NEWS_SMNAME2;
$modversion['sub'][2]['url'] = "archive.php";
на
Quote:
// Menu
$modversion['hasMain'] = 1;
//$modversion['sub'][1]['name'] = _MI_NEWS_SMNAME1;
//$modversion['sub'][1]['url'] = "submit.php";
$modversion['sub'][1]['name'] = _MI_NEWS_SMNAME2;
$modversion['sub'][1]['url'] = "archive.php";
и пункт меню пропадает :)
точно также можешь отстреливать любые другие подпункты меню в любых других модулях.
Как скрыть подраздел "добавить новость"?
by omorfus on 2003/10/22 10:11:11

Как скрыть подраздел "добавить новость"?
Как от ананимных, так и зарегистрированных пользователей?
Поскольку нет в нем необходимости.
Powered by XOOPS © 2001-2023 The XOOPS Project