How do i configure my content to show full posts?

You Should go into index.php and

change:

the_excerpt(); //or similer

to:

the content();

If your code looks different paste it in pastebin and share a link.

Best of luck, Sagive.

tech