jmun, worked like a champ however all I did was replace
<?php the_content( __( '(More ...)' , 'p2' ) ); ?>
with
<?php the_excerpt( __( '(More..)' , 'p2' ) ); ?>
and added if( !is_admin() ) add_filter( 'the_excerpt', 'p2_at_names' ); // hook into content
at about line 87 in functions.php