Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
  #1  
Old 04-04-2008, 02:44 PM
Haltech Haltech is offline
 
Join Date: Mar 2008
Location: Ca
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Problem with template

Hi here is the template as follows:
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<TD WIDTH="0%" HEIGHT="100%" valign=top background="http://www.mazdaspeedforums.org/forum/images/Convex-v1/misc/left_repeat.gif"><IMG SRC="http://www.mazdaspeedforums.org/forum/images/Convex-v1/misc/border_left.gif" WIDTH="1" HEIGHT="1"></TD>
<TD WIDTH="65" HEIGHT="100%" valign=top background="http://www.mazdaspeedforums.org/forum/images/Convex-v1/misc/border_left.gif"><IMG SRC="http://www.mazdaspeedforums.org/forum/images/Convex-v1/misc/border_left.gif" WIDTH="65" HEIGHT="3"></TD>
<td>



<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
	<TR>

    <if condition="$show['member']">
      <td id="usercpoptions"><a href="usercp.php$session[sessionurl_q]"><IMG SRC="http://www.mazdaspeedforums.org/forum/images/Convex-v1/header/button2.gif" WIDTH=92 HEIGHT=39 BORDER=0 ALT=""></a>
        <script type="text/javascript"> vbmenu_register("usercpoptions"); </script></td>
    </if>
		
		<if condition="$show['registerbutton']">
			<td><a href="register.php$session[sessionurl_q]" rel="nofollow"><img src="http://www.mazdaspeedforums.org/forum/images/Convex-v1/header/register.gif" width=92 height=39 border=0 alt=""></a></td>
		</if>

<TD>
			<A HREF="gteamspeak.php$session[sessionurl_q]">
				<IMG SRC="http://www.mazdaspeedforums.org/forum/images/Convex-v1/header/gteamspeak.gif" WIDTH=92 HEIGHT=39 BORDER=0 

ALT=""></A></TD>

<td><a href="$vboptions[bburl]/gallery/index.php"><IMG SRC="http://www.mazdaspeedforums.org/forum/images/Convex-v1/header/gallery.gif" WIDTH=92 HEIGHT=39 BORDER=0 ALT=""></a></td>

<td>
<a href="vbgooglemapme.php"><IMG SRC="http://www.mazdaspeedforums.org/forum/images/Convex-v1/header/googlemapme.gif" WIDTH=94 HEIGHT=39 BORDER=0 ALT=""></a>
</td>
		<td><a href="modapp.php$session[sessionurl_q]"><IMG SRC="http://www.mazdaspeedforums.org/forum/images/Convex-v1/header/modapp.gif" WIDTH=92 HEIGHT=39 BORDER=0 ALT=""></a></td>


		<if condition="$show['popups']">	
<td id="fun">
    <a href="#"><IMG SRC="http://www.mazdaspeedforums.org/forum/images/Convex-v1/header/funandgames.gif" WIDTH=92 HEIGHT=39 BORDER=0 ALT=""></a>
    <script type="text/javascript">
        vbmenu_register("fun");
    </script>
</td>	
			<if condition="$show['searchbuttons']">
				<if condition="$show['member']">
				<td><a href="search.php?$session[sessionurl]do=getnew" accesskey="2"><IMG SRC="http://www.mazdaspeedforums.org/forum/images/Convex-v1/header/newposts.gif" WIDTH=92 HEIGHT=39 BORDER=0 ALT=""></a></td>
				<else />
				<td><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2"><IMG SRC="http://www.mazdaspeedforums.org/forum/images/Convex-v1/header/todaysposts.gif" WIDTH=92 HEIGHT=39 BORDER=0 ALT=""></a></td>
				</if>
				<td id="navbar_search"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow"><IMG SRC="http://www.mazdaspeedforums.org/forum/images/Convex-v1/header/button5.gif" WIDTH=92 HEIGHT=39 BORDER=0 ALT=""></a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
			</if>
			<if condition="$show['member']">
				<td id="usercptools"><a href="$show[nojs_link]#usercptools" accesskey="3"><IMG SRC="http://www.mazdaspeedforums.org/forum/images/Convex-v1/header/quicklinks.gif" WIDTH=92 HEIGHT=39 BORDER=0 ALT=""></a>
                <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>		
			</if>
		<else />		
			<if condition="$show['searchbuttons']">
				<td><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
				<if condition="$show['member']">
				<td><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
				<else />
				<td><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
				</if>
			</if>
			<td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
			<if condition="$show['member']">			
				<td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>			
			</if>			
		</if>
		<if condition="$show['member']">
			<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><IMG SRC="http://www.mazdaspeedforums.org/forum/images/Convex-v1/header/logout.gif" WIDTH=92 HEIGHT=39 BORDER=0 ALT=""></a></td>
		</if>
		<td width="9" align="left" style="padding: 0;"><img src="$stylevar[imgdir_misc]/nav_right.gif" width="9" height="21" border="0" alt="" /></td>
	</tr>
	</table></td>
</tr>
</table>

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
	<div id="fun_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
        <tr>
            <td class="thead">Fun and Games</td>
        </tr>
        <tr>
            <td class="vbmenu_option">
<a href="gxboxlive.php$session[sessionurl_q]">$vbphrase[gxbl_gxbl]</a>
</td>
</tr>
<tr>
            <td class="vbmenu_option">
<a href="casino.php$session[sessionurl_q]">$vbphrase[casino_casino]</a>
       
</td>
</tr>

<tr>
            <td class="vbmenu_option">
 <a href="arcade.php?$session[sessionurl_q]">Arcade</a>
</td>
</tr>
</table>
</div>
	<if condition="$show['searchbuttons']">
	<!-- header quick search form -->
	<div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">
		<tr>
			<td class="thead">$vbphrase[search_forums]</td>
		</tr>
		<tr>
			<td class="vbmenu_option" title="nohilite">
				<form action="search.php?do=process" method="post">
					<input type="hidden" name="do" value="process" />
					<input type="hidden" name="quicksearch" value="1" />
					<input type="hidden" name="childforums" value="1" />
					<input type="hidden" name="exactname" value="1" />
					<input type="hidden" name="s" value="$session[sessionhash]" />
					<div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" 

value="$vbphrase[go]" tabindex="1004" /></div>
					<div style="margin-top:$stylevar[cellpadding]px">
						<label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" 

checked="checked" />$vbphrase[show_threads]</label>
						&nbsp;
						<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" 

/>$vbphrase[show_posts]</label>
					</div>					
				</form>
			</td>
		</tr>
		<tr>
			<td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
		</tr>
		$template_hook[navbar_search_menu]
		</table>
	</div>
	<!-- / header quick search form -->
	</if>





	<if condition="$show['member']">
	<!-- user cp tools menu -->
	<div class="vbmenu_popup" id="usercptools_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">
		
		<tr><td class="thead">$vbphrase[quick_links]</td></tr>		
		<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a 

href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
		<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="#" 

onclick="window.open('$vboptions[bburl]/misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes

,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
<tr>		<td class="vbmenu_option"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td></tr>
<tr>		<td class="vbmenu_option"><a href="gxboxlive.php$session[sessionurl_q]">$vbphrase[gxbl_gxbl]</a></td></tr>
		$template_hook[navbar_quick_links_menu_pos1]
				
		<tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
		<if condition="$show['siglink']"><tr><td class="vbmenu_option"><a 

href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
		<!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a 

href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
		<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
		$template_hook[navbar_quick_links_menu_pos2]
		
		<tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
		<if condition="$show['pmmainlink']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" 

rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
		<tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
		<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
		<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a 

href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
		$template_hook[navbar_quick_links_menu_pos3]
		 
		</table>
	</div>
	<!-- / user cp tools menu -->
	</if>
<!-- / NAVBAR POPUP MENUS -->

<!-- PAGENAV POPUP -->

	<div class="vbmenu_popup" id="pagenav_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">
		<tr>
			<td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
		</tr>
		<tr>
			<td class="vbmenu_option" title="nohilite">
			<form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
				<input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
				<input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
			</form>
			</td>
		</tr>
		</table>
	</div>
$donation_link_menu_options
<!-- / PAGENAV POPUP -->
</if>

<if condition="$show['popups'] AND $show['member']">
<div class="vbmenu_popup" id="usercpoptions_menu" style="display:none">
	<table cellpadding="4" cellspacing="1" border="0">		
	<tr><td class="thead" align="$stylevar[left]"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>	
	<if condition="$show['pmstats']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a href="private.php$session[sessionurl_q]" 

rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
	<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="subscription.php$session[sessionurl_q]" 

rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
	<if condition="$show['siglink']"><tr><td class="vbmenu_option" align="$stylevar[left]"><a 

href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
	<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
	<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
	<tr><td class="thead" align="$stylevar[left]">$vbphrase[miscellaneous]</td></tr>
	<tr><td class="vbmenu_option" align="$stylevar[left]"><a 

href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
	</table>
</div>
</if>










		<TD ROWSPAN=2 background="http://www.mazdaspeedforums.org/forum/images/Convex-v1/header/stretch.gif" WIDTH=100% HEIGHT=160>			</TD>
		<TD ROWSPAN=2>
			<IMG SRC="http://www.mazdaspeedforums.org/forum/images/Convex-v1/header/Convex-v1_hd_07.gif" WIDTH=277 HEIGHT=160 ALT=""></TD>
	</TR>
	<TR>
		<TD COLSPAN=5>
			<IMG SRC="http://www.mazdaspeedforums.org/forum/images/Convex-v1/header/logo.gif" WIDTH=462 HEIGHT=121 ALT=""></TD>
	</TR>
</TABLE>

<table border="0" width="$stylevar[outertablewidth]" cellpadding="10" cellspacing="0" style="background-color:#E6E6E6; background-image:url($stylevar[imgdir_misc]/page_bg.gif); background-repeat: repeat-x;" align="center">
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background-color:#FFFFFF;">
<tr>
<td width="12" align="left" valign="top"><img src="http://www.mazdaspeedforums.org/forum/images/Convex-v1/InnerTables/Main/tlc.gif" width="23" height="18" alt="" /></td>
<td width="100%" align="left" valign="top"><img src="http://www.mazdaspeedforums.org/forum/images/Convex-v1/InnerTables/Main/tm.gif" width="100%" height="18" alt="" /></td>
<td width="12" align="left" valign="top"><img src="http://www.mazdaspeedforums.org/forum/images/Convex-v1/InnerTables/Main/trc.gif" width="23" height="18" alt="" /></td>
</tr>
</table>

<!-- content table -->

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="23" style="background-image:url(http://www.mazdaspeedforums.org/forum/images/Convex-v1/InnerTables/Main/lt.gif);"><img src="http://www.mazdaspeedforums.org/forum/images/Convex-v1/InnerTables/Main/lt.gif" border="0" alt="" /></td>
<td width="100%" style="background-color: #E6E6E6;">

$spacer_open

$_phpinclude_output
Why does it display like this: (www.mazdaspeedforums.org/forum *you have to select the style at the bottom called Convex) when it should look like this: https://vborg.vbsupport.ru/showthread.php?t=172470


Thanks for any help in advance.

--------------- Added [DATE]1207324306[/DATE] at [TIME]1207324306[/TIME] ---------------

Just realised.. Wrong forum.
Reply With Quote
  #2  
Old 04-04-2008, 02:59 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What is it we are supposed to be looking at that is 'wrong'? You posted the navbar template, I believe, but I don't see anything wrong with that part of the style (although your drop-downs don't work, but perhaps that is because I am not logged in.)
Reply With Quote
  #3  
Old 04-04-2008, 03:08 PM
Haltech Haltech is offline
 
Join Date: Mar 2008
Location: Ca
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Compare http://www.iigfx.net/forums/?styleid=25 and ttp://www.mazdaspeedforums.org/forum

Mine doesn't look like it the demo (@ iigfx)

The nav buttons aren't together and the logo swapped itself around somehow.

(The drop downs should work for you.)
Reply With Quote
  #4  
Old 04-04-2008, 03:10 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not seeing what you are seeing. This is what I see:
Attached Images
File Type: jpg Picture 3.jpg (20.2 KB, 0 views)
Reply With Quote
  #5  
Old 04-04-2008, 03:12 PM
Haltech Haltech is offline
 
Join Date: Mar 2008
Location: Ca
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry. You need to select Convex-v1 (stretched)

Thanks
Reply With Quote
  #6  
Old 04-04-2008, 03:23 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You really should be asking for support in the modification/style thread. The author is much more able to help you than I since I'm totally unfamiliar with your style.

Have you tried reverting your template though? It's just a child for your fixed one and I'd think it would work fine if you revert it and then just change the table width to 100%. Or, I'd just start over with modifying that header. It looks to me like you've put a table inside a td tag and then you never closed that td tag and that is why everything is out-of-wack.
Reply With Quote
  #7  
Old 04-04-2008, 03:25 PM
Haltech Haltech is offline
 
Join Date: Mar 2008
Location: Ca
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK. Thanks

--------------- Added [DATE]1207326505[/DATE] at [TIME]1207326505[/TIME] ---------------

Quote:
Originally Posted by Lynne View Post
You really should be asking for support in the modification/style thread. The author is much more able to help you than I since I'm totally unfamiliar with your style.

Have you tried reverting your template though? It's just a child for your fixed one and I'd think it would work fine if you revert it and then just change the table width to 100%. Or, I'd just start over with modifying that header. It looks to me like you've put a table inside a td tag and then you never closed that td tag and that is why everything is out-of-wack.
You were actually right. There was a </table> in the wrong place.
Thanks a billion.
Reply With Quote
Reply

Thread Tools
Display Modes

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 06:12 PM.


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.04502 seconds
  • Memory Usage 2,270KB
  • Queries Executed 12 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (1)postbit_attachment
  • (7)postbit_onlinestatus
  • (7)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
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete