MyBB Community Forums

Full Version: move the lastpost icon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to move the icon (which lead to last post) in the lastpost column to front of "(here)Yesterday 6.30PM "
hope you understand me!
xiaolin Wrote:how to move the icon (which lead to last post) in the lastpost column to front of "(here)Yesterday 6.30PM "
hope you understand me!

ACP -> Templates -> Expand -> Forum Display Templates -> forumdisplay_thread

find {$gotounread}
cut it and find code looks like this:
	<td class="{$bgcolor}" style="white-space: nowrap">
		<span class="smalltext">{$lastpostdate} {$lastposttime}<br />
		<a href="showthread.php?action=lastpost&amp;tid={$thread['tid']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
	</td>

u should paste {$gotounread} before {$lastpostdate}
it doesn't work...any ideas? thanks so much
What is the result? Do you have a link to your forum?