Thread List Modification
Kylin Offline
Junior Member
**
Posts: 8
Joined: Jan 2013
Post: #3
RE: Thread List Modification
Whoops. Here's the html for the current layout (forumdisplay_thread)

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<tr>
	<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$GLOBALS['threadfields']['timg']['value']}</td>
	<td class="{$bgcolor}{$thread_type_class}">
		{$attachment_count}
		<div>
			<span>{$prefix} {$gotounread}{$thread['threadprefix']}<span class="ls_text"><a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a></span>{$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}" >  
<span><a href='{$flp_lastpost['profile']}' title='Lastpost by {$flp_lastpost['username']}'><img src='{$flp_lastpost['avatar']}' {$flp_lastpost['dimensions']} alt='' align="right" /></a></span>
<span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
		<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
	</td>
{$modbit}
</tr>


It's mostly a matter of properly moving stuff around to get the layout I want (the second-grid like appearance). I'm struggling a bit with it and it's mostly trial and error at the moment.

(This post was last modified: 07-24-2013 03:16 AM by Kylin.)
07-24-2013 03:04 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Thread List Modification - Kylin - 07-19-2013, 02:20 AM
RE: Thread List Modification - ZiNgA BuRgA - 07-22-2013, 10:00 AM
RE: Thread List Modification - Kylin - 07-24-2013 03:04 AM
RE: Thread List Modification - ZiNgA BuRgA - 07-24-2013, 09:57 AM
RE: Thread List Modification - Kylin - 07-26-2013, 07:08 AM
RE: Thread List Modification - RateU - 07-26-2013, 07:28 AM
RE: Thread List Modification - Kylin - 07-26-2013, 07:40 AM

 Standard Tools
Forum Jump: