MyBB Community Forums

Full Version: How to Change Last Post!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys how do i make my Last Post on index to look like VB's heres a pic.
for the icons on the index look here: http://community.mybboard.net/thread-32146.html
for the vbulletin index style look here: http://mybbthings.com/mybb-template-mods...st-column/
your not getting what im asking I would like my Last Post Column to look like the pic in my 1st post not this pic.
ok

Open your Forum Bit Templates > forumbit_depth2_forum

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

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

and open Forum Bit Templates > forumbit_depth2_forum_lastpost

find:
{$lastpost_date} {$lastpost_time}

and replace with:
<div align="right">{$lastpost_date} {$lastpost_time}</div>
thanks Man I got it here's a pic of it.

I had to fix this

find
{$lastpost_date} {$lastpost_time} 

and replace with:
<br />{$lang->by} {$lastpost_profilelink}</div><br /><div align="right">{$lastpost_date}&nbsp;{$lastpost_time}</span>
good men
Looks good, I'd suggest adding this to the Tutorials forum.