vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   navbar hack...need help (https://vborg.vbsupport.ru/showthread.php?t=56280)

dcevoclub 08-17-2003 08:21 PM

navbar hack...need help
 
ok here is my forum http://forums.dcevoclub.com

you see the navbar at the top

here is my code:
PHP Code:

<br />

<
form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
<
input type="hidden" name="s" value="$session[sessionhash]/>
<
input type="hidden" name="do" value="login" />
<
input type="hidden" name="forceredirect" value="1" />
<
table align="left" bordercolor="#FFFFFF" cellpadding="$stylevar[outerborderwidth]cellspacing="0" border="0" class="tborder" width="50%" align="center"><tr><td>
<
table align="left" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%">
<
tr valign="left">
    <
td align="left" class="alt2" bordercolor="#FFFFFF"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[imagesfolder]/forumnav.jpg" alt="forumnav.jpg" title="$vboptions[bbtitle]: Powered by vBulletin version $vboptions[templateversion]border="0" /></a></td>
    <
td class="alt1" width="100%"><span class="navbar">
        <if 
condition="$navbits">
            <
a href="$vboptions[forumhome].php?$session[sessionurl]">$vboptions[bbtitle]</a$navbits
        
<else />
            
$vboptions[bbtitle]
        </if>        
    </
span></td>
</
table>
</
tr>
</
td>
</
table
</form>
<
br><br><br

now i can't get the border to disappear, and i can't change the right column to white, so it matches the left column

can someone help

Dean C 08-17-2003 08:45 PM

*Moved to the correct forum* :)

dcevoclub 08-18-2003 10:59 PM

hrmm no one seems to know

Zachery 08-19-2003 04:02 PM

you can always try lookin at the default template

Code:

<br />

<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="forceredirect" value="1" />
<table align="left" bordercolor="#FFFFFF" cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0"  width="50%" align="center"><tr><td>
<table align="left" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr valign="left">
    <td align="left" class="alt1" bordercolor="#FFFFFF"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[imagesfolder]/forumnav.jpg" alt="forumnav.jpg" title="$vboptions[bbtitle]: Powered by vBulletin version $vboptions[templateversion]" border="0" /></a></td>
    <td class="alt1" width="100%"><span class="navbar">
        <if condition="$navbits">
            <a href="$vboptions[forumhome].php?$session[sessionurl]">$vboptions[bbtitle]</a> $navbits
        <else />
            $vboptions[bbtitle]
        </if>       
    </span></td>
</table>
</tr>
</td>
</table
</form>
<br><br><br>

if you took your time and knew a few things about vb you would have taken a look at your page source. your boreder was getting over written by a class, and so was your color that should work


also fix your forum title in Admincp > vboptions

dcevoclub 08-19-2003 07:41 PM

i'm learning ;) thanks


All times are GMT. The time now is 07:33 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.01371 seconds
  • Memory Usage 1,743KB
  • 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)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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