MyBB Community Forums

Full Version: go to first new post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my forum instead of showing this image
http://community.mybboard.net/images/jump.gif

It actually says 'go to first new post'

how do i make image appear, i checked css and it looked fine
Are you sure the image is there...??
yea it's upload and everything
forums>images>jump.gif
What's your URL??
Here's the little part of the CSS for it I found
.quick_jump {
	background: url(images/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}
If that helps.
Well, I asked for a URL so I could see what path it's trying to load....

Make sure your forumdisplay_thread_gotounread template is this:

<a href="{$thread['newpostlink']}"><img src="{$theme['imgdir']}/jump.gif" alt="{$lang->goto_first_unread}" title="{$lang->goto_first_unread}" /></a> 
I replaced it but it still says 'go to first unread post'

PM'd u site
Sorted Smile