Hi,
Sorry for the delay.
You mean you want the category page to display the full post instead of the excerpt?
1. Go to Theme Options -> Archive/Category Options -> Display Type = Standard.
2. Open up category.php and in line #106 and #156 you saw a line like this.
<?php echo sf_get_post_item($post->ID, $blog_type); ?>
change that to
<?php echo sf_get_post_item($post->ID, $blog_type, "yes", "yes", "yes", "20", "", "no"); ?>
Then the page like this http://example.com/category/news will have full posts instead just the excerpt.
Let me know, what you got.
Thanks,
laranz.