The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Current posts not aligning..please help
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! |
#2
|
|||
|
|||
bump. nobody? come on guys!!
|
#3
|
||||
|
||||
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?
|
#4
|
|||
|
|||
Quote:
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. |
#5
|
|||
|
|||
good deal thanks! i'll try and get back if it doesnt work.
--------------- Added [DATE]1200345165[/DATE] at [TIME]1200345165[/TIME] --------------- alright here is what the code looks like from the template mentioned above. it looks like there is already a width set... Code:
<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 |
#6
|
|||
|
|||
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 |
#7
|
|||
|
|||
the coding looks fine although the line with:
HTML Code:
<td class="alt2" width="176" nowrap="nowrap">$forum[lastpostinfo]</td> 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* |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|