2010-08-29, 08:48 PM
Hey, I need some help with my forums at www.cgamer.co.uk
I have the {prefix} showing in the breadcrumbs area
[quote]Community Gamer » Community » Community Gamer Servers » [ GMOD Servers ] Day 1 on 24/7 Build Server[/quote]
But where it is supposed to show up on "forumdisplay.php?fid=30&page=1" It is not appearing.. I assume I am looking at the right template...
Themename >> Forum Display Templates >> forumdisplay_thread
In this template I have
[quote]<tr>
<td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
<td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
<td class="{$bgcolor}">
{$attachment_count}
<div>
<span>{$prefix} {$gotounread}<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"><b>Started By:</b> {$thread['profilelink']} <img src="/forums/images/user_popup.png" title="View users profile" /></div>
</div>
</td>
<td align="center" class="{$bgcolor}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$bgcolor}">{$thread['views']}</td>
{$rating}
<td class="{$bgcolor}" style="white-space: nowrap; text-align: left;">
<img src="/forums/images/last_post.png" /> <span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
<b>By:</b> {$lastposterlink} <img src="/forums/images/user_popup.png" title="View users profile" /> [<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>]</span>
</td>
{$modbit}
</tr>[/quote]
But from what I can see the {prefix} are there ;o? Any ideas what I may need to add/edit or do?
Stupid me, I just noticed I need {$thread['threadprefix']} Sorry, solved.