[!] Done :)

.v0id

New Member
Yeah, Hi...

So...

* we've upgraded vBTEAM, vBulletin 3.7.x and new skin
* fundraising has started

Now we just need to do following things:

* create new usergroup for contributors
* create special usegroupd for GYSN members, so that they are up to date
* add some more skins (?)
* delete zero posters (will do it after fundraising is over)
 
yep, looks much better. :)

The only thing I would change is the color of the buttons..New Thread, Reply, Thanks, Quick Reply, etc...

I think the light green looks out of place, maybe reverse the colors. Blue buttons then green on mouseover?

Lots of people seem to want the New Posts link. I came up with a simple solution.

In the Navbar template under:
Code:
<phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase><br />

Add:
Code:
<a href="search.php?$session[sessionurl]do=getnew" rel="nofollow">$vbphrase[check_new_posts]</a>|<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a><br />

You have to create a new phrase, check_new_posts, to say what you want like Check for New Posts or something similar. I added the mark forums read also, cuz I use it alot. Or switch the New Posts with the Today's Post? :)


I just noticed that the buttons only look green on my work PC with the old monitor. :)
 

.v0id

New Member
I wouldn't recommend blue buttons then green on mouseover, because there would be too much blue as a whole ;) However, I will work on colors.

Links added.
 
.v0id said:
I wouldn't recommend blue buttons then green on mouseover, because there would be too much blue as a whole ;) However, I will work on colors.

Links added.

Thanks! That makes life much easier. About the colors, my old work monitor makes the buttons looks green but my home PC they look very very light. Looks fine here lol. :)
 

Morpheus

New Member
You have done a great work v0id. thanks.

I noticed that the new skin (navbar) was broken on google chrome (and therefore should be the same thing with Safari).
 

.v0id

New Member
Morpheus said:
You have done a great work v0id. thanks.

I noticed that the new skin (navbar) was broken on google chrome (and therefore should be the same thing with Safari).
We've been discussing it many times on the forums.

Dump Chrome/Safari, use Firefox or Opera.
 
Top