MyBB Community Forums

Full Version: Myforum Doest have draft image on User CP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My forum doesnt have draft image on usercp, how to add an image for draft image? I use mybb gamer on localhost
[Image: 546e6h.png]
Make sure you have this file: images/usercp/drafts.gif
Otherwise download a fresh MyBB install and copy over the images to your MyBB root folder.
I have thats image
but my question . why doesnt it show? How to add the image on my template?
Should i edit any code on my template but where the place is?
It's in the css not the template. If you have a custom theme that might be the problem. See if the image is there when you use the default MyBB theme.
Can you provide a link and user account?
(2011-06-09, 03:07 PM)Johnrichardo21 Wrote: [ -> ]I have thats image
but my question . why doesnt it show? How to add the image on my template?
Should i edit any code on my template but where the place is?

ACP > Themes > Your theme > usercp.css > and find;
.usercp_nav_drafts {
	background: url(images/usercp/drafts.gif) no-repeat left center;
}

You've to edit it there.
Oke thank you yaldaram. sukron
You're welcome Smile