1
gamesty
Menuitems
  • 2005/7/4 17:13

  • gamesty

  • Just popping in

  • Posts: 46

  • Since: 2005/3/28


Hey,

I don't want the menuitem popular of the mydownloadsmodule.Where can i change it?

2
gamesty
Re: Menuitems
  • 2005/7/4 19:56

  • gamesty

  • Just popping in

  • Posts: 46

  • Since: 2005/3/28


Somebody?

3
THCowboy
Re: Menuitems
  • 2005/7/4 23:40

  • THCowboy

  • Just popping in

  • Posts: 84

  • Since: 2005/6/28


What do you mean change it? You want to get rid of it or change the title of the menu item?

4
wcrwcr
Re: Menuitems
  • 2005/7/5 2:26

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hi
Quote:
I don't want the menuitem popular of the mydownloadsmodule.Where can i change it?

Please have a look on your "mydownloads/xoops_version.php"

and find, around line 74:
// Menu
$modversion['hasMain'] = 1;
$modversion['sub'][1]['name'] = _MI_MYDOWNLOADS_SMNAME1;
$modversion['sub'][1]['url'] = "submit.php";
$modversion['sub'][2]['name'] = _MI_MYDOWNLOADS_SMNAME2;
$modversion['sub'][2]['url'] = "topten.php?hit=1";
$modversion['sub'][3]['name'] = _MI_MYDOWNLOADS_SMNAME3;
$modversion['sub'][3]['url'] = "topten.php?rate=1";

Comment out with " // " the lines you don?t want to be shown

Hope that helps