4
Hey darin,
I am sorry about this but you have
Found a Bug!! I should rename to buggysoft

Well there is only one of me here.. I don't have a testing team unfortunately maybe though in the future.
Change like 17 to the following:
foreach(array('0' => 'all', '1' => urlencode(XOOPS_URL)) as $key => $value)
That secion line 12 to 19 should then looks like:
if (defined('XOOPS_DOMAIN_ID')&&class_exists('XoopsFormCheckBoxDomains'))
{
$domains_sel = new XoopsFormCheckBoxDomains(_AM_DOMAINS, 'domains[]');
$form->addElement($domains_sel);
} else {
foreach(array('0' => 'all', '1' => urlencode(XOOPS_URL)) as $key => $value)
$form->addElement(new XoopsFormHidden('domains['.$key.']', $value));
}
I will patch the zip later today..