MyBB Community Forums

Full Version: Last Post on Forum Index - Align to Left?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
How do I align the last posts on the index page to the left instead of right?

Thanks!
Edit forumbit_depth2_forum:

<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>

Change "right" to "left".
Thank you, that worked. Smile
I'm using 1.4.6. I also have this issue. I changed right to center and it works but only on the main index but not when you click on each forum. It's still right and I can't find any forumbit that's right. They are all center now.

http://www.sidhudesign.com/extras3/mybb1....php?fid=2
(2009-06-23, 05:29 PM)tomdickandharry Wrote: [ -> ]I'm using 1.4.6. I also have this issue. I changed right to center and it works but only on the main index but not when you click on each forum. It's still right and I can't find any forumbit that's right. They are all center now.

http://www.sidhudesign.com/extras3/mybb1....php?fid=2

An off topic advice, but you should consider to upgrade your forum to 1.4.7.
Why will that fix the issue. And I don't have time to download and reinstall everything.
Again off-topic, but you don't need to download and reinstall everything at all, you just upload two files to upgrade from 1.4.6 to 1.4.7... takes 60 seconds.
Which files?
OK, that worked great thanks. Now back to the original question how to center the last post. It still stays right.
Pages: 1 2