vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   NavTab / Css Problem (https://vborg.vbsupport.ru/showthread.php?t=248892)

markbolyard 08-18-2010 04:01 PM

NavTab / Css Problem
 
<a href="http://pointguardu.com/arcade.php" target="_blank">http://pointguardu.com/arcade.php</a>

Anyone have an idea of why in IE I lost my Navtab / Css for the navtab and headerlinks area. I have racked my brain trying to figure this out, browsed all the threads trying various fixes for other issues that might help me here, and I'm still at a loss.

If you could offer insight as to what might be causing this, I'd greatly appreciate it.

We're running vb 4.0.6, the layout is stock with just color changes (No custom templates).

Thank you.

PS, it looks fine when viewed in FireFox. I'm using IE8 if that matters.

Hippy 08-18-2010 05:54 PM

I see a few things wrong but not sure if they are related..

your .tcat from the ARCADE.css is not reading .. not sure why..
check your ARCADE.css to make sure it's there.
also there is a extra </div> in the ARCADE template at the bottom
+ the arcade does not call the right template for vb4
so I would replace the ARCADE template with
Code:

{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
  <head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
    <title>{vb:raw ibprotitle}</title>
    {vb:raw headinclude}
    {vb:raw headinclude_bottom}
  </head>
  <body>
    {vb:raw header}
    {vb:raw navbar}

  {vb:raw arcadeheader}
  {vb:raw maincontent}   


    {vb:raw footer}
</div>
  </body>
</html>

I would also
open /arcade/functions/functions.php

search for // we are on vB 4 or later WHOHOOO

Just under it on line 1380 you'll see

Code:

$navbits = $output_array['NAV'];
move it under

Code:

$navbits = construct_navbits(array('' => $ibforums->lang['page_title']));
that just for starters..
and see what if anything it fixes

oh you should also do this fix as well

https://vborg.vbsupport.ru/showpost....3&postcount=15

markbolyard 08-18-2010 06:13 PM

I tried all those things earlier, and while they cleaned up the overall look, the didn't fix that navbar problem. I did just import the product again, and overwrote the product, and that fixed it. There must be something in the database, or maybe even the templates that did not get fully updated the first time I upgraded after going to vb4.

Thanks Hippy for the tips. With your changes, and the new import, I think it looks good now. Greatly appreciated.

Hippy 08-18-2010 06:15 PM

your welcome ..
and fast LOL I just was checking the source code to see if I could see anything else and refreshed and it was fixed

I would take care of all the fixes I posted anyway;) if yo didn't allready

:up:


All times are GMT. The time now is 04:58 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.01602 seconds
  • Memory Usage 1,716KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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