View Full Version : Homepage Navbar issues
A Dead Puppie
12-28-2013, 01:27 AM
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 (http://machinimaevolved.net)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, 01:31 AM
I don't see a white border, unless you are talking about where it says Home.
A Dead Puppie
12-28-2013, 01:38 AM
Yeah, that's what i'm talking about
ozzy47
12-28-2013, 01:41 AM
Then that is going to be in the css for that page, it's the breadcrumb
.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, 01:58 AM
Okay, and how would i make it so the index actually shows up as "Home" in the navbar?
ozzy47
12-28-2013, 02:00 AM
I don't get what you mean?
A Dead Puppie
12-28-2013, 02: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 (http://machinimaevolved.net/index.php?tabid=49) to highlight it
ozzy47
12-28-2013, 02:06 AM
How do you have the tabs set up in the Navigation Manager?
A Dead Puppie
12-28-2013, 02: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, 02: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, 02:18 AM
Just PM'd, thanks
ozzy47
12-28-2013, 02:26 AM
What is the THIS_SCRIPT value of your index.php file?
A Dead Puppie
12-28-2013, 02:28 AM
It was tabid=49, unless you mean something else
ozzy47
12-28-2013, 02: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, 02:34 AM
They're both set to 'test'
ozzy47
12-28-2013, 02:38 AM
So in both of those php files you have this?
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, 02:39 AM
done
ozzy47
12-28-2013, 02: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, 02:47 AM
Just fixed that one
ozzy47
12-28-2013, 02:48 AM
Ok good, they are all working as they should be now.
A Dead Puppie
12-28-2013, 02:50 AM
Awesome, thank you so much!
ozzy47
12-28-2013, 02:50 AM
Not a problem, glad to help. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.