Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vBgarage
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Stupid Little Problem... Details »»
Stupid Little Problem...
Version: , by CrimsonGT CrimsonGT is offline
Developer Last Online: Jul 2009 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 04-30-2005 Last Update: Never Installs: 0
 
No support by the author.

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/...p?do=view&id=1

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

Code:
$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>

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 05-05-2005, 08:02 AM
CrimsonGT CrimsonGT is offline
 
Join Date: Apr 2005
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone? Please?
Reply With Quote
  #3  
Old 05-07-2005, 01:42 AM
CrimsonGT CrimsonGT is offline
 
Join Date: Apr 2005
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #4  
Old 05-07-2005, 01:49 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Reply With Quote
  #5  
Old 05-07-2005, 06:06 AM
CrimsonGT CrimsonGT is offline
 
Join Date: Apr 2005
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where do I change the width for the comment box? I do not see it in the code.
Reply With Quote
  #6  
Old 05-08-2005, 05:19 PM
djroketboy djroketboy is offline
 
Join Date: Apr 2003
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CrimsonGT
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.
Reply With Quote
  #7  
Old 05-09-2005, 08:11 AM
CrimsonGT CrimsonGT is offline
 
Join Date: Apr 2005
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #8  
Old 05-09-2005, 11:45 PM
djroketboy djroketboy is offline
 
Join Date: Apr 2003
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CrimsonGT
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...

Quote:
Originally Posted by CrimsonGT
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?
Reply With Quote
  #9  
Old 05-10-2005, 07:53 AM
CrimsonGT CrimsonGT is offline
 
Join Date: Apr 2005
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that would be great...

4.1.0.
Reply With Quote
  #10  
Old 05-12-2005, 11:20 AM
djroketboy djroketboy is offline
 
Join Date: Apr 2003
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CrimsonGT
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?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:00 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04581 seconds
  • Memory Usage 2,294KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete