Hello, I noticed that some modules are using the mact var in forms as a hidden field. However, when a form is posted to /admin/moduleinterface.php in this way, the mact var is not behaving as I would expect. This shows in the breadcrumb and module title not visible in the module. The cause for this ...
Quote from the file `class.module.inc.php` regarding the functions CreateInputDropdown and CreateInputSelectList : "An array of items to put into the dropdown list... they should be $key=>$value pairs" However, when I look at the code in `modform.inc.php`: $text .= '<option value="'.$...
I'm working on a new module, and would like to integrate a file/image picker in it. Preferably the one from the editor: the 'advimage' plugin. So basicalliy I need a standalone version of this plugin.