MyBB Community Forums

Full Version: Condition and vbnavbar for 1.4.14
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
Could you fix the files. For the latest release it kills your ACP :/
@Miley: Thanks for the headsup. Smile I have attached a new functions.php for MyBB 1.4.13. The other files don't seem to have changed.

Please let me know how it works out for you.
Thanks
How can I make the wording in the navbar

User CP Search

the color black, instead of white?
@Miley: Would it be possible to try the edit in Post #59 at all please? Thanks Smile

UPDATE August 4th 2010:
Please ignore the last suggestion. Instead, you can modify the colour defined for a.popup links in vbnavbar.css from #FFFFFF to #000000 so the final snippet will be as below:

a.popup_button:link,
a.popup_button:visited,
a.popup_button:active,
a.popup_button:hover {
text-decoration: none;
color: #000000;
}

Thanks for your patience. Smile
I think this is awesome but I have two issues...

First, the UserCP dropdown menu isn't that readable as you'll see in the screenshot I took.

and Second, you'll notice in the screen shot where the "Last Post" for the forums turned to a bluish color instead of showing the last post.

??? I don't understand why my last posts would vanish like that.

Any help to resolve these two issues would be greatly appreciated Smile

[Image: navbarscreenshot.jpg]
The last post is still there I meant the forums Threads, Posts, and Last Post got moved over ??
Will this work with MyBB 1.6?
I am upgrading tomorrow and don't want that to screw up!
Yes, I was wondering if it will work with 1.6
Thanks AJS, although that wasn't in my forumbit_depth2_forum template

It actually was in the forumbit_depth1_cat template.

Thanks for pointing me in the right direction Smile
oh and I need to fix the UserCP drop down menu too where it shows the links better as you can see in screenshot it is kind of difficult to read. Thanks Smile
@AJS: Thanks for following up Smile

@pitbullhappenings: I've made three changes to the edits in post #1, which should hopefully help you define the background colours of both the UserCP and the Search dropdown, starting with the Template edits:

Header Templates / header (Line 108)
Replace
<table cellpadding="4" cellspacing="1" border="0">
with
<table cellpadding="4" cellspacing="1" border="0" class="tvbnavsearch">


Header Templates / header_welcomeblock_member (Line 5)
Replace
<table cellpadding="4" cellspacing="1" border="0">
with
<table cellpadding="4" cellspacing="1" border="0" class="tvbnavcp">


Finally add these two lines to the end of the stylesheet vbnavbar.css:

/* Navbar CP and Search */
.tvbnavcp{
	background: #FFFFFF;	
}

.tvbnavsearch{
	background: #FFFFFF;
}

I have not defined the background colours in the edits in Post #1 for vbnavbar.css as normally this value is inherited.

@Miley: I have modified my previous reply to your post regarding UserCP and Search. Hope this change works for you Smile

@Dark Rose (and Miley): Unfortunately I have not yet installed MyBB 1.6 so cannot say whether this modification will work seamlessly. However, I will be testing this in the next few days; this version should still be okay for MyBB 1.4.14.
I've tested it on 1.6 and it looks like this:

[Image: 14y8hu.jpg]
Pages: 1 2 3 4 5 6 7 8 9 10 11 12