Hi,
I hope I understood what you're asking. I would try it that way:
Make a new template, upload it and point the member pages to that template.
In that template edit the index.php and call only the content blocks you want the member to see
(Options > Blocks >yes and edit info.php as described in the manuals):
<?php page_content(1); ?>
<?php page_content(2); ?>
<?php page_content(3); ?>
etc.
Is that what you were searching for?

regards
Jochen