1
Good evening (or good morning, depending on where you are),
I have a question regarding module development. When creating a new module, I have often used $modversion['config'] to add new configuration variables to modules for easy editing via the admin area.
I'm currently working on a fairly complex module and I'd like to be able to have several categories of configuration values - something along the same lines as the categories of the standard "System" module.
Looking at the standard XOOPS DB, it appears that there is the capability to do this, but I have been unable to figure out the correct way to do this in the xoops_version.php file of my module.
Does anyone know where I can find the proper way to do this?
Thanks in advance,
-mike