4
I should make the changes in modules/multisite/class/block.php right? ok i found
require_once XOOPS_ROOT_PATH."/class/xoopsblock.php";
there and replaced it with
require_once XOOPS_ROOT_PATH."/modules/multisite/class/block.php";
Quote:
And instead of declaring a new block object with the first file.
You declare a Multisite Block.. ie..
$block = new MultisiteBlock($blockid);
not sure what you mean, wishcraft. which line do I need to replace with
$block = new MultisiteBlock($blockid);
thanks