vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Homepage Navbar issues (https://vborg.vbsupport.ru/showthread.php?t=306357)

A Dead Puppie 12-28-2013 02:27 AM

Homepage Navbar issues
 
I created a custom vB page and replaced it as the index, and there is this white border around the bottom part of the navbar, (here is the link

there is nothing in the template calling for it to display, and also how would i make the navbar change from "forum" to home without adding the "Tabid" to the end of the url?

ozzy47 12-28-2013 02:31 AM

I don't see a white border, unless you are talking about where it says Home.

A Dead Puppie 12-28-2013 02:38 AM

Yeah, that's what i'm talking about

ozzy47 12-28-2013 02:41 AM

Then that is going to be in the css for that page, it's the breadcrumb

Code:

.breadcrumb {
    background-color: #F5F5F5;
    border-radius: 4px;
    list-style: none outside none;
    margin-bottom: 20px;
    padding: 8px 15px;
}

You could set background-color: #F5F5F5; to this, background-color: none;

A Dead Puppie 12-28-2013 02:58 AM

Okay, and how would i make it so the index actually shows up as "Home" in the navbar?

ozzy47 12-28-2013 03:00 AM

I don't get what you mean?

A Dead Puppie 12-28-2013 03:02 AM

Visiting the index, (http://machinimaevolved.net/index.php) in the navbar, it's highlighted as 'forum'. i want it to highlight under 'home', without adding the tabid, like so to highlight it

ozzy47 12-28-2013 03:06 AM

How do you have the tabs set up in the Navigation Manager?

A Dead Puppie 12-28-2013 03:10 AM

I have a tab setup as "Home" with the link to index.php with THIS_SCRIPT in the tabid

ozzy47 12-28-2013 03:15 AM

Hard for me to visualize what you have all set up, if you want you could pm me a admin account, and I can look in the Navigation Manager, and see if I can get them to highlight properly.

A Dead Puppie 12-28-2013 03:18 AM

Just PM'd, thanks

ozzy47 12-28-2013 03:26 AM

What is the THIS_SCRIPT value of your index.php file?

A Dead Puppie 12-28-2013 03:28 AM

It was tabid=49, unless you mean something else

ozzy47 12-28-2013 03:31 AM

No, when you added your custom pages, as I see you changed the Home and Films tabs, none of those go to default vBulletin pages. So when you wrote the pages, what did you set the THIS_SCRIPT value to in those two files?

A Dead Puppie 12-28-2013 03:34 AM

They're both set to 'test'

ozzy47 12-28-2013 03:38 AM

So in both of those php files you have this?

Code:

define('THIS_SCRIPT', 'test');
If so change the index.php one to home_page and the media.php one to films_page and let me know when you are done.

A Dead Puppie 12-28-2013 03:39 AM

done

ozzy47 12-28-2013 03:44 AM

Home is working, are you sure the media.php has a THIS_SCRIPT value of films_page

A Dead Puppie 12-28-2013 03:47 AM

Just fixed that one

ozzy47 12-28-2013 03:48 AM

Ok good, they are all working as they should be now.

A Dead Puppie 12-28-2013 03:50 AM

Awesome, thank you so much!

ozzy47 12-28-2013 03:50 AM

Not a problem, glad to help. :)


All times are GMT. The time now is 03:17 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.01042 seconds
  • Memory Usage 1,742KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (22)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