MyBB Community Forums

Full Version: Need Review
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is my first ever site pinoydepression.com. I am glad that I am using mybb. By the way I'd like to say thank you for all the support here. This is a good place to start a community forum.

I don't want to showcase my site so this is the place to review my site.

Well all of them are free. From domain(thanks m), from hosting(thanks wise) and themes (I get in themes release)

I know the logo is not good but I don;t have enough knowledge on creating a logo, I even want to put a plug-in like FB registration,Fb like,Fb share in every post, and chatrooms like ajax chat or phpfreechat,anti spam,favicon and all the essential plug ins. But I could not install it properly, I don't know why. It always making me an error when istalling it. I think its my connection.

Anyway thank you all for the support.
Hello,You should have posted here : http://community.mybb.com/forum-133.html
Anyways quick suggestion , the green color of nav doesn't go well with the theme , and it is big too,
I quickly modified code for you and you can use it.

.navigation {
	color: #D1D1D1;
	line-height: 22px;
	padding-right: 10px;
	font-size: 13px;
	font-weight: bold;
}

.navigation a:link {
	color: #E6E6E6;
	text-decoration: none;
}

.navigation a:visited {
	color: #EBEBEB;
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
        color: #005e73;
}

.navigation .active {
	color: #48A6CA;
	font-size: 13px;
	font-weight: bold;
}

Just use google to search answers for your problems , if not found list them in support center,
Good luck
regards
okay thanks