Hey there. While making the lasius module I had problems with the hourloge getting a 440. I found that in the minical.php block the line 228 & 229 used
$horloge['display'] = ('' != trim($options[10])); $horloge['fullName'] = XOOPS_URL . _EXTCAL_PATH_HORLOGES . $options[10];
and the hourloge in my example worked by changing option[11] to [10]
$horloge['display'] = ('' != trim($options[10])); $horloge['fullName'] = XOOPS_URL . _EXTCAL_PATH_HORLOGES . $options[10];
Hey there. While making the lasius module I had problems with the hourloge getting a 440. I found that in the minical.php block the line 228 & 229 used
$horloge['display'] = ('' != trim($options[10])); $horloge['fullName'] = XOOPS_URL . _EXTCAL_PATH_HORLOGES . $options[10];and the hourloge in my example worked by changing option[11] to [10]
$horloge['display'] = ('' != trim($options[10])); $horloge['fullName'] = XOOPS_URL . _EXTCAL_PATH_HORLOGES . $options[10];