PDA

View Full Version : Stupid Little Problem...


CrimsonGT
04-30-2005, 09:58 AM
I cant figure out whats wrong with this, in the garage view it sticks out for some reason. Don't know how to explain it but if you take a look at the link you will see what I mean..

http://www.nightmaremotorsports.com/forum/vbgarage.php?do=view&id=1

Heres my template code, anyone see anything in it that would make it do this??


$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head><title>$vboptions[bbtitle] - $user[username]'s $vbphrase[vbgarage]</title>
$headinclude

<script language="javascript" type="text/javascript">
function PopupPic(sPicURL) {
newWin=window.open( sPicURL, 'newWin',
'resizable=1,HEIGHT=200,WIDTH=200');
newWin.focus();
}
</script>
</head>
<body>
$header
$navbar

<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat" colspan="2"><b>$user[username]'s $data[year] $data[make] $data[model]</b><if condition="$bbuserinfo[usergroupid]==6">&nbsp;<span class="smallfont">[<a href="$vboptions[bburl]/vbgarage.php?do=delgarage&amp;id=$data[userid]">$vbphrase[delete]</a>]&nbsp;[<a href="$vboptions[bburl]/vbgarage.php?do=editgarage&amp;id=$data[userid]">$vbphrase[edit]</a>]</span></if></td>
</tr>
<tr>
<td class="alt2" width="60%">$data[text]</td>
<td class="alt2" width="40%" valign="top" align="center">
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
<tr>
<td class="tcat">Photos</td>
</tr>
<tr>
<td class="alt2">$imagebits</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="tcat" colspan="3" align="right"><span class="smallfont">$vbphrase[vbgarage_footer]</span></td>
</tr>
</table>
</td></tr></table>

<br />
<if condition="$vboptions[vbgcomments]">

<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat">$vbphrase[vbgarage_author]</td>
<td class="tcat">$vbphrase[comment]</td>
<td class="tcat" width="10%">$vbphrase[date]</td>
</tr>
$commentbits
</table>
</td></tr></table>

<if condition="$bbuserinfo[userid]">
<br />

<form action="vbgarage.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="id" value="$user[userid]" />
<table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center"><tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat" colspan="3">$vbphrase[vbgarage_add_a_comment]</td>
</tr>
$logincode
<tr>
<td class="alt2"><b>$vbphrase[comment]:</b></td>
<td class="alt2"><input type="text" class="bginput" name="comment" size="$stylevar[tablewidth]" /></td>
</tr>
</table>
</td></tr></table>

<br />

<table cellpadding="2" cellspacing="0" border="0" width="$stylevar[tablewidth]" align="center">
<tr>
<td align="center">
<input type="submit" class="button" value="$vbphrase[submit]" accesskey="s" />
<input type="hidden" name="do" value="addcomment" />
</td>
</tr>
</table>

</form>
</if>

</if>

$footer

</body>
</html>

CrimsonGT
05-05-2005, 08:02 AM
Anyone? Please?

CrimsonGT
05-07-2005, 01:42 AM
I just realized you can only see the error if you are logged in, because its something about the comments box that throws off alignment. If you can help me, login with RoxyPyro/brett and check it out. I am desperately in need of help.

RichieBoy67
05-07-2005, 01:49 AM
I just logged in.... I think it's just a little to wide.... your comment box is what's causing this... Just change the width...

CrimsonGT
05-07-2005, 06:06 AM
Where do I change the width for the comment box? I do not see it in the code.

djroketboy
05-08-2005, 05:19 PM
Where do I change the width for the comment box? I do not see it in the code.
is this the WYSIWYG editor? If it is, it's a known issue... I was working on a solution, but ran out of time, maybe I can take a look again today, and see what i can come up with.

CrimsonGT
05-09-2005, 08:11 AM
Its not part of any editor, its the comment box that is at the bottom of the member's page so users can leave comments. The rest of the page follows the forum width but the comment box stretches way out.

No one has any idea how to fix this? I really dont want to have to hire someone to fix the garage :(

djroketboy
05-09-2005, 11:45 PM
Its not part of any editor, its the comment box that is at the bottom of the member's page so users can leave comments. The rest of the page follows the forum width but the comment box stretches way out.

No one has any idea how to fix this? I really dont want to have to hire someone to fix the garage :(
i had all the templates fixed on my site, but when i was trying to reinstall it (long story) it reset my templates so....let me see what i can do for ya...

Its not part of any editor, its the comment box that is at the bottom of the member's page so users can leave comments. The rest of the page follows the forum width but the comment box stretches way out.

No one has any idea how to fix this? I really dont want to have to hire someone to fix the garage :(
oh, what version of the garage do you have installed?

CrimsonGT
05-10-2005, 07:53 AM
that would be great...

4.1.0.

djroketboy
05-12-2005, 11:20 AM
that would be great...

4.1.0.
I was just looking at your site, you say you are running 4.1.0, did you update the templates when you upgraded from the older version?

BTW i've fixed my templates... tell me if this is what you want.. http://www.hpoa.org/vbgarage.php?