This is my code in columcell, but iam having alittle problem. This is the description layout
Quote:
This forum shows what hacks i have installed and where to find them on other forums Threads: 3 Replies: 3
|
As you can see, threads and replies merge into the description and i dont seem to be able to seperate them
Can someone help
PHP Code:
<td><TABLE BORDER=0><TR><td colspan="1" VALIGN="TOP">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">
<img src="$stylevar[imgdir_misc]/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2 px" hspace="2 px" align="left"/></a></td>
<if condition="$forum[link] != ''">
<td width="330" VALIGN="TOP">
<br>
<div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" target="_blank"><strong>$forum[title]</strong></a>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
</td>
<else />
<td width="330">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
<br>
<br>
<div class="smallfont">$forum[description] <strong>Threads:</strong> $forum[threadcount]
<strong>Replies:</strong> $forum[replycount]
<br>
<br>
<div align="$stylevar[left]">
$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if> <phrase 1="member.php?$session[sessionurl]find=lastposter&f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]"><b>$vbphrase[by_x]</b></phrase>
<a href="showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
</div>
</if></TD>
</if>
</TR></TABLE>