MyBB Community Forums

Full Version: Thread titles and thumbnail view change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want few change in forumdisply threads .
1.threat title text in center of raw.
2.thumbnail of attchment fix resizing automatically to 96x72 regardless actual size of image in post of thread.
3.thread prefix just beside post icons in center.
4.attchment icon in align to thread title rather than on right.
pls see screenshot.
please friends help me.
thank you.
This should be in template and theming support as a thumbnail in forumdisplay_thread is not default MyBB and your other questions are theme related.

Moving your thread.
I try many thing to change in templates but not working.
please leefish help me bro.
my formundisplay_thread code is
<tr{$priority_class}>
	<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>
                &nbsp <a href="{$thread['threadlink']}">{$attachment_thumbnail}</a>
			<span>{$my_thread_bookmark_col}{$mysupport_status}{$mysupport_bestanswer}{$mysupport_assigned}{$prefix}{$gotounread}{$thread['threadprefix']}<span class="sticky_class">Sticky</span><a href="{$thread['threadlink']}"class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$sticky_prf}{$closed_prf}{$closed_strike1}{$closed_color1}{$sticky_color1}{$thread['subject']}{$sticky_color2}{$closed_color2}{$closed_strike2}{$closed_image}{$sticky_image}{$new_reply_button}</a>{$thread['multipage']}</span>{$th_link}
			<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>
	<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>
Maybe ask at http://yaldaram.com since Umer Farooq made the theme in question.
ya.i know but he s so busy so if u guys help me i will be very thankful to u guys.
thank you.
Forum URL?