Hello.
This is a fantastic module.
However,is there a way I can display the feeds in an outlook style summary format,in text,i.e.,without having the avatar and the facebook box displayed?

CommentFileSizeAuthor
#2 webdev6.jpg159.99 KBstarbearer

Comments

pflame’s picture

Yes, you can change the display of feeds by over writing the themes. Over write post_display.tpl.php or posts_display.tpl.php in your theme. You can also customize the variables available to templates using the template preprocessor hooks in your theme.

starbearer’s picture

StatusFileSize
new159.99 KB

Thanks for the help.
I managed to get most of the stuff out.
However,the name of the poster stubbornly comes on the right.
How can I make it come on the left?
I know it seems like a trivial issue,but I'd appreciate a bit of help.

pflame’s picture

You also have to over write some css. For example the class .fb_post_message has float right. So the username and the message is aligned right. You can over write these css in your theme css file.

visabhishek’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)