MyBB Community Forums

Full Version: Which template is this in?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On the bottom of the forum New Posts
Hot Thread (New)
Hot Thread (No New) No New Posts
Contains Posts by You
Locked Thread

Those?
forumdisplay_threadlist

<div class="float_left">
	<div class="float_left">
		<dl class="thread_legend smalltext">
			<dd><img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" title="{$lang->new_thread}" /> {$lang->new_thread}</dd>
			<dd><img src="{$theme['imgdir']}/newhotfolder.gif" alt="{$lang->new_hot_thread}" title="{$lang->new_hot_thread}" /> {$lang->new_hot_thread}</dd>
			<dd><img src="{$theme['imgdir']}/hotfolder.gif" alt="{$lang->hot_thread}" title="{$lang->hot_thread}" /> {$lang->hot_thread}</dd>
		</dl>
	</div>

	<div class="float_left">
		<dl class="thread_legend smalltext">
			<dd><img src="{$theme['imgdir']}/folder.gif" alt="{$lang->no_new_thread}" title="{$lang->no_new_thread}" /> {$lang->no_new_thread}</dd>
			<dd><img src="{$theme['imgdir']}/dot_folder.gif" alt="{$lang->posts_by_you}" title="{$lang->posts_by_you}" /> {$lang->posts_by_you}</dd>
			<dd><img src="{$theme['imgdir']}/lockfolder.gif" alt="{$lang->locked_thread}" title="{$lang->locked_thread}" /> {$lang->locked_thread}</dd>
		</dl>
	</div>
	<br style="clear: both" />
</div>

Smile
Thank you!
I did not want to create a new thread for my question so I'm posting it here.

I changed the thread images on forumdisplay_threadlist but my problem is that only the images on the legend have changed. The actual thread images are still the same.

Any help?
If you upload new images with the same name and file extension you shouldn't need to change anything. The reason only the legend has changed is because the above template contains the legend, not the other locations of the images. I assume you've changed the file extension so you'll need the forumdisplay_thread template too.

Also, for future reference, we prefer if you create new threads as opposed to bumping old ones Smile
Problem solved! Thank you so much M-R.
I'm sorry for bumbing this old thread! ^^