Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-25-2005, 11:32 AM
YOimYO YOimYO is offline
 
Join Date: Oct 2005
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Adding Buttons To Custom Style Leaves a Blank Spot ( Please L@@K ) :D

If you will notice the Blank spot on the upper right hand corner .... its what i want to get rid of

Screenshot:

Code:
<!-- Snow Effect(Small SnowFlakes) by Blackpheonix ? to Dynamic Drive -->
<script type="text/javascript" src="/Treasure/images/misc/snow.js">
</script>
<!-- /Snow Effect(Small SnowFlakes) by Blackpheonix ? to Dynamic Drive -->

<!-- begin fusion header-->
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0"  class="border">
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="330" height="134" rowspan="2"><img src="$stylevar[imgdir_misc]/fusion_header_ls_blank.gif" width="130" height="134" alt="" /></td>
<td width="100%" height="134" rowspan="2" style="background-image: url($stylevar[imgdir_misc]/fusion_header_expand.gif)"><img src="$stylevar[imgdir_misc]/fusion_header_expand.gif" width="100%" height="134" alt="" /></td>
<td width="430" height="96" colspan="7"><img src="$stylevar[imgdir_misc]/fusion_header_rs.gif" width="420" height="96" alt="" /></td>
</tr>
<tr>
<td width="45" height="38"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img src="$stylevar[imgdir_misc]/fusion_header_home.gif" width="45" height="38" border="0" alt="" /></a></td>
<td width="61" height="38"><a href="usercp.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/fusion_header_cp.gif" width="61" height="38" border="0" alt="" /></a></td>
<if condition="$show['registerbutton']">
<td width="68" height="38"><a href="register.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/fusion_header_register.gif" width="68" height="38" border="0" alt="" /></a></td>
<else />
<td width="68" height="38"  id="usercptools"><a href="$show[nojs_link]#usercptools"><img src="$stylevar[imgdir_misc]/fusion_header_links.gif" width="68" height="38" border="0" alt="" /></a><script type="text/javascript"> vbmenu_register("usercptools" ,1); </script></td>
</if>
<td width="62" height="38"><a href="memberlist.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/fusion_header_members.gif" width="62" height="38" border="0" alt="" /></a></td>
<!-- v3 Arcade -->
<td width="62" height="38"><a href="arcade.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/arcade.gif" width="62" height="38" border="0" alt="" /></a></td>
<!-- /v3 Arcade -->
<script type="text/javascript">
<!--

function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=no,height=320,width=650,location=no,menubar=no,resizable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td width="62" height="38"><a href="#" onclick="return OpenRadio()"><img src="$stylevar[imgdir_misc]/vbradio.gif" width="62" height="38" border="0" alt="" /></a></td>
<td width="68" height="38"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/fusion_header_calendar.gif" width="68" height="38" border="0" alt="" /></a></td>

<td width="56" height="38" id="navbar_search"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow"><img src="$stylevar[imgdir_misc]/fusion_header_search.gif" width="56" height="38" border="0" alt="" /></a><script type="text/javascript"> vbmenu_register("navbar_search" ,1); </script></td>
<td width="47" height="38"><a href="faq.php$session[sessionurl_q]" accesskey="5"><img src="$stylevar[imgdir_misc]/fusion_header_faq.gif" width="47" height="38" border="0" alt="" /></a></td>
	</tr>
</table></td>
<!-- end fusion header-->



<!-- begin main inner table area-->
<table border="0" width="100%" cellpadding="10" cellspacing="0" bgcolor="#34353B">
<tr><td>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#34353B">
  <tr>
    <td width="12" align="left" valign="top"><img src="$stylevar[imgdir_misc]/ls_main_table_top.gif" width="12" height="8" alt="" /></td>
    <td width="100%" align="left" valign="top"><img src="$stylevar[imgdir_misc]/expand_main_table.gif" width="100%" height="8" alt="" /></td>
    <td width="12" align="left" valign="top"><img src="$stylevar[imgdir_misc]/rs_main_table_top.gif" width="12" height="8" alt="" /></td>
  </tr>
</table>
<!-- content table -->
<table bgcolor="#191b21" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
  <td>



$spacer_open

$_phpinclude_output
$welcomeheaders
I have spent countless hours trying to fix this. im sure its an easy fix. but :S .....

Thank you in advance for any help you may supply.


and ... MERRY CHRISTMAS !!!!!!
Reply With Quote
  #2  
Old 12-25-2005, 12:11 PM
JohnBee JohnBee is offline
 
Join Date: Oct 2004
Posts: 544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have overlapping table code this is why you now have an unselectable column in your table.

It should be easy enough to fix...

Try using 2 rows to seperate your header section and your menu items instead of butting row spans which is what your doing now.
Reply With Quote
  #3  
Old 12-25-2005, 02:04 PM
YOimYO YOimYO is offline
 
Join Date: Oct 2005
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

:P ok ty Ill take a look and see if i can figure out what you just said

ty very much for your information

.... merry christmas ...

Ug .... Icant figure it out :P

thanks anyways

... im still trying. I refuse to give up :P

anyhow. is there a php live editor that i could use ? that doesnt require me to install php on me comp ?


thc for all your help ....... ciao

... oh btw Im still open for suggestions
Reply With Quote
  #4  
Old 12-26-2005, 09:41 PM
YOimYO YOimYO is offline
 
Join Date: Oct 2005
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, me and 3 other loosers :P cant figure it ..... is there a certain spot i can kick it and it magically fix itself ?

anyhow. if anyone is just bored. :P ........ thx
Reply With Quote
  #5  
Old 12-30-2005, 09:35 AM
YOimYO YOimYO is offline
 
Join Date: Oct 2005
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok. I will offer up my oldest Daughter ( or son for you women ) .......

or, could i just get at least a " NO I wont Help YOu"
Im still trying to fix this :P ive added some more hacks, but cannot place the buttons on the links bar because it always makes the space bigger :P


hahaha anyhow this is hard :S is there some easy way that i can fix this ?
thx
Reply With Quote
  #6  
Old 12-30-2005, 09:40 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could you provide a link so we can see it ourself?
Reply With Quote
  #7  
Old 12-31-2005, 04:46 AM
YOimYO YOimYO is offline
 
Join Date: Oct 2005
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have fixed it ( only took me 14,000 hours )


thx
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 09:59 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.03794 seconds
  • Memory Usage 2,224KB
  • Queries Executed 11 (?)
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)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
  • (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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete