MyBB Community Forums

Full Version: Thread title for postbit_classic
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
What template is the thread title or {$post['subject']} on for postbit_classic?
For example - the thread title above this post in blue? "Thread title for postbit_classic"
I made a mistake in editing somewhere along the way and lost that.
I tried to put the code <div class="thead">{$post['subject']} {$post['subject_extra']} <span class="float_right">{$post['inlinecheck']}</span></div>
at the top of the postbit_classic template, but then, of course it appears above every post.
Thanks in advance...
The thread title is in templates > Show thread Templates > Showthread

<strong>{$thread['threadprefix']}{$thread['subject']}</strong>
Thanks a million my friend!
Marking as solved. Big Grin