The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Need coding help... one last page to fix
I'm almost finished with fixing some coding issues and I'm down to my last page, my forum home page. Here's the page... www.skywarnforum.org/forums
Noted problems: - There is an extra red bar on top of the forums section - The footer is all messed up Since this is the only page that is messed up, am I safe to assume that it is the forumhome template that is messed up? If so, here is the coding for that... Quote:
|
#2
|
|||
|
|||
Replace
Code:
<!-- main --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="175">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> </thead> $forumbits <tbody> <tr> <td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong> <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a> <if condition="$vboptions['forumleaders']"> <a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if> </strong></div></td> </tr> </tbody> </table> $forumhome_markread_script <!-- /main --> Code:
<!-- main --> $forumbits $forumhome_markread_script <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tbody> <tr> <td class="tfoot" align="center"><div class="smallfont"><strong> <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a> <if condition="$vboptions['forumleaders']"> <a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if> </strong></div></td> </tr> </tbody> </table> <!-- /main --> http://www.grabup.com/uploads/8d1cbc...06a00e22b9.png |
#3
|
||||
|
||||
Thanks. We're so close to having it perfect.
Edit... did you change something in the borders? Cause the Site Navigation box.. the 'Site Navigation' used to be all on one line, now it's two. Most of the text in the box is two lines instead of one, and the forum itself stretches to the right more. |
#4
|
|||
|
|||
|
#5
|
||||
|
||||
Mine is two, using the same font size as it was before. I'm also not on a widescreen, which is important that it's not. The set up also requires a horizontal scroll bar, something not needed before.
www.skywarnforum.org/forum.png EDIT: Going between the home page (www.skywarnforum.org) and the forum page you will see that the box on the left is wider on the home page (and every other page) (which is the correct size) than the forum page. Any chance we can fix that? |
#6
|
|||
|
|||
Give me a snapshot of the bottom of the forum where the 5 images lined up side by side are. It's more likely than not that these are causing the horizontal scrollbar due to your low resolution.
|
#7
|
||||
|
||||
The problem of the horizontal scrollbar didn't pop up until I tried the code that you provided. That's why I believe that with just a small tweak of the code we'll be finished.
There are two concerns right now... One, the smaller boxes on the left hand side. Second, the wider than normal forum section. --------------- Added [DATE]1211994597[/DATE] at [TIME]1211994597[/TIME] --------------- Fixed. PyroNET was right. It had to do with the picture hack. Taking it down to four pictures fixed the problem. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|