vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Adding Buttons To Custom Style Leaves a Blank Spot ( Please L@@K ) :D (https://vborg.vbsupport.ru/showthread.php?t=103730)

YOimYO 12-25-2005 11:32 AM

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 :D

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 !!!!!!

JohnBee 12-25-2005 12:11 PM

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.

YOimYO 12-25-2005 02:04 PM

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

ty very much for your information ;)

.... merry christmas ... :D

Ug .... Icant figure it out :P

thanks anyways :D

... 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 :)

YOimYO 12-26-2005 09:41 PM

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

YOimYO 12-30-2005 09:35 AM

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" :D
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 :)

Marco van Herwaarden 12-30-2005 09:40 AM

Could you provide a link so we can see it ourself?

YOimYO 12-31-2005 04:46 AM

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


thx ;)


All times are GMT. The time now is 06:22 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.01666 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete