View Full Version : Forumhome - Last post column differentiates between categories
MixMakers
06-12-2008, 07:53 PM
Can't explain it too well so I made a picture:
http://img73.imageshack.us/img73/4622/asdfcm4.gif
As you can see, one 'Last Post' column is larger than the other (goes for all categories on the site). How can I make these the same width?
Attitude5ire
06-12-2008, 08:31 PM
Open forumhome_forumbit_level1_nopost
Edit Last post column width manually.. add some defined pixel width like 150 or 200.
Princeton
06-17-2008, 01:20 PM
as stated, define the column widths
also, decrease number of characters shown on last post title
Raptor
06-20-2008, 01:37 AM
where exactley ?
<tbody>
<tr>
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
<if condition="$childforumbits">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
</if>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
</tr>
</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>
Attitude5ire
06-20-2008, 02:54 PM
Ahh so u dnt have a modified nopost well then open this template: forumhome_forumbit_level1_post
<td class="alt2">$forum[lastpostinfo]</td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
Put width on Last post etc..etc..
Raptor
06-20-2008, 04:25 PM
nope
changed to
<td class="alt2" width="200">$forum[lastpostinfo]</td>
only changed the column width of the very first forum - not all the other forums - they were all still misaligned
baffled ?
--------------- Added 1213984543 at 1213984543 ---------------
pls see my post here:
https://vborg.vbsupport.ru/showthread.php?p=1554687#post1554687
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.