The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do you align the forum rows to top?
This has be a very simple thing, but I can't figure it out. Nobody in the .com forum is answering, and the ticket people over there told me I might find an answer here.
How to I get the in the forum and subform displays to align to the top? (The rows that contain forum_old.gif and forum_new.gif) Currently, they align "middle" and I can't find where to change this so the rows align "top". I've tried FORUMHOME and FORUMDISPLAY but nothing is moving. Where do I go to change this? Thanks, DC |
#2
|
||||
|
||||
wrong forum...
|
#3
|
||||
|
||||
provide a screenshot
|
#4
|
|||
|
|||
Thanks Princeton -
I attached it. |
#5
|
|||
|
|||
um you have to edit:
forumhome_forumbit_level1_nopost forumhome_forumbit_level1_post forumhome_forumbit_level2_nopost forumhome_forumbit_level2_post |
#6
|
|||
|
|||
It's funny how things that seem simple turn out to be not so much.
I edited the code as follows: forumhome_forumbit_level1_nopost forumhome_forumbit_level2_nopost changed <tr> to <tr valign="top"> forumhome_forumbit_level1_post forumhome_forumbit_level2_post changed <tr align="center"> to <tr align="center" valign="top"> Nothing changed, so I'm not changing the right code there. Sorry, but I could still use some more help on this. |
#7
|
|||
|
|||
Hm, the above should have worked, assuming you haven't already customized the templates mentioned above. What does your forumhome_forumbit_level2_post template look like?
Here's the default: Code:
<tr align="center"> <td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></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" nowrap="nowrap">$forum[lastpostinfo]</td> <td class="alt1">$forum[threadcount]</td> <td class="alt2">$forum[replycount]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="alt1"><div class="smallfont">$forum[moderators] </div></td> </if> </tr> $childforumbits Code:
<tr align="center" valign="top"> <td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></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" nowrap="nowrap">$forum[lastpostinfo]</td> <td class="alt1">$forum[threadcount]</td> <td class="alt2">$forum[replycount]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="alt1"><div class="smallfont">$forum[moderators] </div></td> </if> </tr> $childforumbits If you can, post your own code so we can see what's going on. Good luck! edited to add - Just FYI, your homepage link in your profile is incorrectly entered. You'll need to include the full URL (http://www.dalestaton.com), not just the domain ("dalestaton.com") if you want the link to work. Hope this helps! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|