MyBB Community Forums

Full Version: Post View Information
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I center the post information shown in this picture?
[attachment=25998]
AdminCP > templates > Your theme's templates > Forumbit Templates > forumbit_depth2_forum > and search for;
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
and Change "right" to "center" , like this;
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$lastpost}</td>
It will become like this;
[attachment=26000]
thanks for your help! One last thing...

How do I make it say "Private" on the far right side of the thread info and make it show the threads and post numbers instead of the "-" symbol?

[attachment=26002]

this area is private for certain group members only.