The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forumhome - Last post column differentiates between categories
Can't explain it too well so I made a picture:
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? |
#2
|
||||
|
||||
Open forumhome_forumbit_level1_nopost
Edit Last post column width manually.. add some defined pixel width like 150 or 200. |
#3
|
||||
|
||||
as stated, define the column widths
also, decrease number of characters shown on last post title |
#4
|
|||
|
|||
where exactley ?
Code:
<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> |
#5
|
||||
|
||||
Ahh so u dnt have a modified nopost well then open this template: forumhome_forumbit_level1_post
Code:
<td class="alt2">$forum[lastpostinfo]</td> <td class="alt1">$forum[threadcount]</td> <td class="alt2">$forum[replycount]</td> |
#6
|
|||
|
|||
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 [DATE]1213984543[/DATE] at [TIME]1213984543[/TIME] --------------- pls see my post here: https://vborg.vbsupport.ru/showthrea...87#post1554687 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|