Profile on left side
Most phpBB styles show poster's profile in posts on the right side. Many people prefer profile to be on left side. This tutorial explains how to change it.
Editing Files
Open layout_topic.css in a text editor, find this code:
and in that code change float: left; to float: right;
Then find code like this (note: values might be different, search for ".postprofile"):
and in that code change float: right; to float: left; and border-left: to border-right:
Then few lines below find this (note: color value might be different):
and change border-left: to border-right:
Then near beginning of same file find this:
and replace with this:
If instead of moving "online" image you prefer to completely remove it, remove code above instead of changing it.
Problems
If after editing css files you do not see changes, go to admin control panel, click "styles" tab, click "themes" link on left side, refresh theme.
If you have any questions or ran into problems, please post your questions on support forum.