Closed (works as designed)
Project:
Facebook Live Stream Module
Version:
6.x-3.0-beta2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2011 at 07:32 UTC
Updated:
27 Feb 2014 at 13:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pflame commentedYes, 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.
Comment #2
starbearer commentedThanks 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.
Comment #3
pflame commentedYou 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.
Comment #4
visabhishek commented