1
pcollins
Remove Search from the main Menu
  • 2010/1/14 23:26

  • pcollins

  • Just popping in

  • Posts: 6

  • Since: 2010/1/13


Hi all

I need to remove the search form the user profile on the main menu. Could anybody please help at all.

Thanks

2
andrey3761
Re: Remove Search from the main Menu

File \modules\profile\xoops_version.php

// Menu
$modversion['hasMain'] = 1;
if (
$GLOBALS['xoopsUser']) {
    
$modversion['sub'][1]['name'] = _PROFILE_MI_EDITACCOUNT;
    
$modversion['sub'][1]['url'] = "edituser.php";
    
$modversion['sub'][2]['name'] = _PROFILE_MI_PAGE_SEARCH;
    
$modversion['sub'][2]['url'] = "search.php";
    
$modversion['sub'][3]['name'] = _PROFILE_MI_CHANGEPASS;
    
$modversion['sub'][3]['url'] = "changepass.php";
}


replace:

// Menu
$modversion['hasMain'] = 1;
if (
$GLOBALS['xoopsUser']) {
    
$modversion['sub'][1]['name'] = _PROFILE_MI_EDITACCOUNT;
    
$modversion['sub'][1]['url'] = "edituser.php";
    
$modversion['sub'][2]['name'] = _PROFILE_MI_CHANGEPASS;
    
$modversion['sub'][2]['url'] = "changepass.php";
}


Then to update the profile module.

3
pcollins
Re: Remove Search from the main Menu
  • 2010/1/15 10:47

  • pcollins

  • Just popping in

  • Posts: 6

  • Since: 2010/1/13


Thanks for your help. That has made the link dead but i need to remove it from the list.

Thanks

Login

Who's Online

116 user(s) are online (69 user(s) are browsing Support Forums)


Members: 0


Guests: 116


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits