1
kaotik
xoops_version and $modversion['config']
  • 2004/11/8 19:23

  • kaotik

  • Just can't stay away

  • Posts: 861

  • Since: 2004/2/19


I've been configuring the admin options for my module using xoops_version:
$modversion['config'][3]['name'] = 'displaynav';
$modversion['config'][3]['title'] = '_MI_DISPLAYNAV';
$modversion['config'][3]['description'] = '_MI_DISPLAYNAVDSC';
$modversion['config'][3]['formtype'] = 'yesno';
$modversion['config'][3]['valuetype'] = 'int';
$modversion['config'][3]['default'] = 1;


How do I separate the options into 2 or 3 pages? Right now they all get bunched up in 1 page.

2
Jan304
Re: xoops_version and $modversion['config']
  • 2004/11/8 19:45

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


At the moment it isn't possible. However, somebody submitted a hack on dev.xoops.org to make it possible:
http://dev.xoops.org/modules/newbb/viewtopic.php?topic_id=740&forum=26

Remember this is hack and makes upgrading your XOOPS core more difficult.

Login

Who's Online

154 user(s) are online (95 user(s) are browsing Support Forums)


Members: 0


Guests: 154


more...

Donat-O-Meter

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

Latest GitHub Commits