I need to display a post's author information on the side bar. So I basically need to remove the "Submitted" line and display in a block user's name, photo and email address. Is this possible? Any thoughts on how I could accomplish this?

Comments

=-=

submitted by can be disabled per content type by editing the content type

then investigate the authorpane.module or create a block with views.module. I'd be very careful about making email addresses public though. bots will spam those addresses that they can find.