Thank you, badguy, for all your work in making this forum a module. Installation was easy, and it's working very well.
I noticed that all my posts were aligned right, so I changed it and went to your site to inform you of the 'problem'. That's when I realized that align right must be correct for the language used there.
So, for any other newbies who want their posts aligned left, here's what I did:
1. Make a backup copy of forum_functions.php
2. Change line 33 from this:
<div align=\"right\">
to this:
<!-- <div align=\"right\"> -->
3. Change line 47 from this:
</table></div>
to this:
</table><!-- </div> -->
That's it!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you, badguy, for all your work in making this forum a module. Installation was easy, and it's working very well.
I noticed that all my posts were aligned right, so I changed it and went to your site to inform you of the 'problem'. That's when I realized that align right must be correct for the language used there.
So, for any other newbies who want their posts aligned left, here's what I did:
1. Make a backup copy of forum_functions.php
2. Change line 33 from this:
<div align=\"right\">
to this:
<!-- <div align=\"right\"> -->
3. Change line 47 from this:
</table></div>
to this:
</table><!-- </div> -->
That's it!
SWEET!!!! I have been trying to figure how to do the same thing!!! THANK YOU!!!!!