3
well, it seems that i was able to find a way to get the right block back in the xRoster index.php!
if u open the xRoster index.php and got to line 45 u'll find this:
45: require(XOOPS_ROOT_PATH.'/header.php');
i actually don't know why this line is here because the header.php file was already included at line 34...
to me it doesn't make much sense. so i comment this line out
45: ### by goofman - 20050511 17:00 ### require(XOOPS_ROOT_PATH.'/header.php');
and *tata* there was the right block!
if someone know what this line 45 was for exactly and why it disabled the right blocks please inform me!!!