1
Guido83
WF section sub-buttons
  • 2004/1/12 21:44

  • Guido83

  • Just popping in

  • Posts: 60

  • Since: 2003/12/7


How do I get rid of the 'Submit Article', 'Popular' and 'Rated' buttons underneath the WF Section button?
Thanks!

2
JackJ
Re: WF section sub-buttons
  • 2004/1/12 21:55

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


Go to modules/wfsection/xooops_version.php

and look for these lines:

$modversion['hasMain'] = 1;
$modversion['sub'][1]['name'] = _MI_WFS_SUBMIT;
$modversion['sub'][1]['url'] = "submit.php";
$modversion['sub'][2]['name'] = _MI_WFS_POPULAR;
$modversion['sub'][2]['url'] = "topten.php?counter=1";
$modversion['sub'][3]['name'] = _MI_WFS_RATEFILE;
$modversion['sub'][3]['url'] = "topten.php?rate=1";

taking out these lines should do it:

$modversion['sub'][1]['name'] = _MI_WFS_SUBMIT;
$modversion['sub'][1]['url'] = "submit.php";
$modversion['sub'][2]['name'] = _MI_WFS_POPULAR;
$modversion['sub'][2]['url'] = "topten.php?counter=1";
$modversion['sub'][3]['name'] = _MI_WFS_RATEFILE;
$modversion['sub'][3]['url'] = "topten.php?rate=1";

this line includeds wfsection in main menu:

$modversion['hasMain'] = 1;




3
Guido83
Re: WF section sub-buttons
  • 2004/1/12 22:16

  • Guido83

  • Just popping in

  • Posts: 60

  • Since: 2003/12/7


JackJ:

Worked like a charm! Thank you very much!!!

Login

Who's Online

158 user(s) are online (105 user(s) are browsing Support Forums)


Members: 0


Guests: 158


more...

Donat-O-Meter

Stats
Goal: AU$15.00
Due Date: Jun 30
Gross Amount: AU$0.00
Net Balance: AU$0.00
Left to go: AU$15.00
Make donations with PayPal!

Latest GitHub Commits