MyBB Community Forums

Full Version: Dark Fusion
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
Is this the final release?
When you look at today's post or new posts. Icons are missing.
No this is just an upgrade from 1.0. and thanks ill fix tht.
For some reason when I type in the login in boxes or the thread title boxes it appears as invisible text.
EDIT:

Fixed, either go into the global.css and change the input text from #fff to #000 (Or whatever color you want) or download the new fixed attachment.
Ok here's my new bug report.

Missing image at Forum Status Legend
WWW Postbit button missing
Send Image is missing in portal. (You forgot to change to PNG)
Footer looks very wierd
You should add spaces to some areas such as the navigation area
Compose Icon missing in User CP

CSS Fix for Compose Icon (Replace all in usercp.css, not global)
.usercp_nav_item {
	display: block;
	padding: 1px 0 1px 23px;
}

.usercp_nav_composepm {
	background: url(images/darkfusion/usercp/composepm.png) no-repeat left center;
}

.usercp_nav_pmfolder {
	background: url(images/darkfusion/usercp/pmfolder.png) no-repeat left center;
}

.usercp_nav_sub_pmfolder {
	padding-left: 40px;
	background: url(images/darkfusion/usercp/sub_pmfolder.png) no-repeat left center;
}

.usercp_nav_trash_pmfolder {
	padding-left: 40px;
	background: url(images/darkfusion/usercp/trash_pmfolder.png) no-repeat left center;
}

.usercp_nav_pmtracking {
	background: url(images/darkfusion/usercp/pmtracking.png) no-repeat left center;
}

.usercp_nav_pmfolders {
	background: url(images/darkfusion/usercp/editfolders.png) no-repeat left center;
}

.usercp_nav_profile {
	background: url(images/darkfusion/usercp/profile.png) no-repeat left center;
}

.usercp_nav_email {
	padding-left: 40px;
	background: url(images/darkfusion/usercp/email.png) no-repeat left center;
}

.usercp_nav_password {
	padding-left: 40px;
	background: url(images/darkfusion/usercp/password.png) no-repeat left center;
}

.usercp_nav_username {
	padding-left: 40px;
	background: url(images/darkfusion/usercp/username.png) no-repeat left center;
}

.usercp_nav_editsig {
	padding-left: 40px;
	background: url(images/darkfusion/usercp/editsig.png) no-repeat left center;
}

.usercp_nav_avatar {
	padding-left: 40px;
	background: url(images/darkfusion/usercp/avatar.png) no-repeat left center;
}

.usercp_nav_options {
	background: url(images/darkfusion/usercp/options.png) no-repeat left center;
}

.usercp_nav_usergroups {
	background: url(images/darkfusion/usercp/usergroups.png) no-repeat left center;
}

.usercp_nav_editlists {
	background: url(images/darkfusion/usercp/editlists.png) no-repeat left center;
}

.usercp_nav_attachments {
	background: url(images/darkfusion/usercp/attachments.png) no-repeat left center;
}

.usercp_nav_drafts {
	background: url(images/darkfusion/usercp/drafts.png) no-repeat left center;
}

.usercp_nav_subscriptions {
	background: url(images/darkfusion/usercp/subscriptions.png) no-repeat left center;
}

.usercp_nav_fsubscriptions {
	background: url(images/darkfusion/usercp/fsubscriptions.png) no-repeat left center;
}

.usercp_nav_notepad {
	background: url(images/darkfusion/usercp/notepad.png) no-repeat left center;
}

.usercp_nav_viewprofile {
	background: url(images/darkfusion/usercp/viewprofile.png) no-repeat left center;
}

.usercp_nav_home {
	background: url(images/darkfusion/usercp/home.png) no-repeat left center;
}
Could you please give me a link to your site so I can see it? This could help me fix the bugs.

Also the UserCP.css had already been fixed.

Once again thanks for the reports Big Grin
Here's the site.
http://csdev.2x.nu/forum/

I made two thanks images if you want them in the package
[attachment=16597]
[attachment=16598]

Also the rateuser image has to be a gif file, but I can't change it to png
I converted it here.
[attachment=16599]
Cool thanks for the images Smile
Your welcome, are you going to fox the missing New Post Icons
Pages: 1 2 3 4 5 6 7 8 9 10 11