Current time: 05-24-2012, 01:05 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 8 Votes - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Condition and vbnavbar for 1.4.14
04-21-2010, 02:17 AM
Post: #101
RE: Condition and vbnavbar for 1.4.11
Could you fix the files. For the latest release it kills your ACP :/
Find all posts by this user
Quote this message in a reply
04-22-2010, 10:57 PM (This post was last modified: 04-22-2010 10:58 PM by flick.)
Post: #102
RE: Condition and vbnavbar for 1.4.13
@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.

Current motto: Cross referencing threads by providing links is a good idea!

Back-on Online - Back-on Fansite
http://www.backon-online.com/

WordPress Snippets
http://www.wpsnippets.com/
Visit this user's website Find all posts by this user
Quote this message in a reply
07-17-2010, 08:10 PM
Post: #103
RE: Condition and vbnavbar for 1.4.13
Thanks
How can I make the wording in the navbar

User CP Search

the color black, instead of white?
Find all posts by this user
Quote this message in a reply
07-17-2010, 09:35 PM (This post was last modified: 08-04-2010 03:37 AM by flick.)
Post: #104
RE: Condition and vbnavbar for 1.4.13
@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:

Code:
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

Current motto: Cross referencing threads by providing links is a good idea!

Back-on Online - Back-on Fansite
http://www.backon-online.com/

WordPress Snippets
http://www.wpsnippets.com/
Visit this user's website Find all posts by this user
Quote this message in a reply
07-30-2010, 07:48 AM (This post was last modified: 07-30-2010 02:27 PM by pitbullhappenings.)
Post: #105
RE: Condition and vbnavbar for 1.4.13
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 ??

www.PitBullHappeningsForum.com
Visit this user's website Find all posts by this user
Quote this message in a reply
08-03-2010, 05:05 AM
Post: #106
RE: Condition and vbnavbar for 1.4.13
Will this work with MyBB 1.6?
I am upgrading tomorrow and don't want that to screw up!
Find all posts by this user
Quote this message in a reply
08-03-2010, 11:50 AM
Post: #107
RE: Condition and vbnavbar for 1.4.13
Yes, I was wondering if it will work with 1.6

In the eyes of the weak, everyone is strong. But I am truly strong.
Find all posts by this user
Quote this message in a reply
08-03-2010, 02:34 PM (This post was last modified: 08-03-2010 02:40 PM by pitbullhappenings.)
Post: #108
RE: Condition and vbnavbar for 1.4.13
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

www.PitBullHappeningsForum.com
Visit this user's website Find all posts by this user
Quote this message in a reply
08-04-2010, 03:19 AM (This post was last modified: 08-04-2010 03:40 AM by flick.)
Post: #109
RE: Condition and vbnavbar for 1.4.13 - Modifications to 1.4.x code
@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
Code:
<table cellpadding="4" cellspacing="1" border="0">
with
Code:
<table cellpadding="4" cellspacing="1" border="0" class="tvbnavsearch">


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


Finally add these two lines to the end of the stylesheet vbnavbar.css:
Code:
/* 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.

Current motto: Cross referencing threads by providing links is a good idea!

Back-on Online - Back-on Fansite
http://www.backon-online.com/

WordPress Snippets
http://www.wpsnippets.com/
Visit this user's website Find all posts by this user
Quote this message in a reply
08-04-2010, 04:10 AM
Post: #110
RE: Condition and vbnavbar for 1.4.14
I've tested it on 1.6 and it looks like this:

[Image: 14y8hu.jpg]
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 4 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication