Doing a search for 'right blocks on all pages' brings back the following link:
http://forums.postnuke.com/index.php?name=
PNphpBB2 [26]&file=viewtopic&t=23605&highlight=right+blocks+pages
I would add that the suggestion I gave in that thread should be modified to read:
$filename = "themes/$thistheme/block_config.php";
if(file_exists [27]($filename)){
include ($filename);
}
That way any theme that doesn't include the block_config.php file will not give an error.
-Chris