4
Hi wishcraft,
thanks for coming back to me on this one.
Thanks for the update, what I did eventually was run the site on XOOPS 2.4.4 and applied a minor hack:
In modules/multisite/preloads/core.php I changed the block selection code on line 103 from:
$args[2] = array_merge($args[2], $xoopsblock->getAllByGroupModule($groups, $mid, $isStart, XOOPS_BLOCK_VISIBLE));
to
$args[2] = $xoopsblock->getAllByGroupModule($groups, $mid, $isStart, XOOPS_BLOCK_VISIBLE);
This seems to be working for now, as far as the blocks configuration is concerned.
Will post any side effects if I find any.