You might not find a simple work around. The thing is, drupal determines which nodes you can see on a per node basis. So you can't really make a node half accessible. You might find some help in the CCK Field Permissions project, http://drupal.org/project/cck_field_perms
Richard Bennett wrote:
Hi, I am trying to find a good way to have the option of only showing the teaser, with a 'Subscribe to read article' link instead of the default 'read more'. This gives an idea how to do it per role: http://drupal.org/node/126075 But the user would have to be logged-in for that to work. Any tips on showing teasers-only for not logged-in users, and full teaser+page when they are logged in?
Thanks,
Richard