View Full Version : Current posts not aligning..please help
357Magnum
01-08-2008, 04:50 PM
Could somebody take a look at my ss and tell me how I get the most recent posts on the right hand side to align? It looks very messy with them all aligning up differently.
Thanks!
https://vborg.vbsupport.ru/external/2008/07/96.jpg
357Magnum
01-11-2008, 05:26 PM
bump. nobody? come on guys!!
Antivirus
01-11-2008, 06:26 PM
That shouldn't be happening to you. Any reason you can think of which is causing it? Have you disabled all mods and does it solve the problem? Does it still happen when using default style?
Opserty
01-11-2008, 06:38 PM
That shouldn't be happening to you. Any reason you can think of which is causing it? Its to do with his style...
You'll need to edit the forumbit templates, which one of them, I'm not sure. I think its forumhome_forumbit_level2_post, you need to edit the last post column. Find the correct table cell tag (<td>) and give it a width attribute.
357Magnum
01-14-2008, 03:59 PM
good deal thanks! i'll try and get back if it doesnt work.
--------------- Added 1200345165 at 1200345165 ---------------
alright here is what the code looks like from the template mentioned above. it looks like there is already a width set...
<tr align="center">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
<div>
<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>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td class="alt2" width="176" nowrap="nowrap">$forum[lastpostinfo]</td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
</tr>
$childforumbits
does this look correct? this is how it was and it's still doing it...any more ideas?
357Magnum
01-26-2008, 08:22 PM
220,000 members and only two people have an idea? Cmon people. I don't know much but I try and help others when I can.
Thank you
tehQspm
01-29-2008, 08:56 PM
the coding looks fine although the line with:
<td class="alt2" width="176" nowrap="nowrap">$forum[lastpostinfo]</td>
doesn't have the width or nowrap tags in the default template. You could try taking those out to see if it works.
Other thoughts... it could be the title rows (with Icon / Forum / Last Post / Threads / Posts) that's messing everything up.
Or you could check the forumhome_lastpostby template.
*shrugs*
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.