MyBB Community Forums

Full Version: Can someone help us fix our issue please?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For a while now we have had an issue where it doesnt show the last poster when you look at the threads within a section, check the image below:
[Image: 20542097.png]

However when you look at a section then you see them:

[Image: 59957153.png]

We are using the theme called RoyalRed but this also happens on Default theme.

What could be or what is causing this?
In the 'forumdisplay_thread' templates, you need to add this:

<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>

below this:

span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
(2012-10-03, 01:43 PM)JovanJ. Wrote: [ -> ]In the 'forumdisplay_thread' templates, you need to add this:

<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>

below this:

span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />

Thats already there, here is its content:

<tr>
	<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
	<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
	<td class="{$bgcolor}{$thread_type_class}">
		{$attachment_count}
		<div>
			<span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
			<div class="author smalltext">{$thread['profilelink']}</div>
		</div>
	</td>
	<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
	<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
	{$rating}
	<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">
		<span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
		<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
	</td>
{$modbit}
</tr>
Forum URL?
Sure, its in the images but i'll type it Smile

http://www.ghoststorm.co.uk/forum
PM me an admin account
Due to the nature of our site I need to know why you require access to the admin side of the forum please.
If you are unsure about who to allow onto your site via the ACP then please ask a MyBB team member to help you by posting in Private Inquiries and giving us an admin logon and link to ACP.
Ok I will do that.
Dont feel like having my forum wiped.