MyBB Community Forums

Full Version: Thread display out of line
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sorry about the noob question.Anyway I was following this tut http://www.codingcomputing.com/showthread.php?tid=14 because I wanted to remove the post icons from my forum.Now all the thread display is all out of line and I was wondering how I would fix it.Here is a picture-[Image: AF2Nrza.png?1]
p.s this is a test forum which is why the posts are kinda stupid
Here's a link incase anyone needs it http://yousisagayboi.icyboards.net/forum....php?fid=5

Thanks a bunch guysSmile
recheck the steps of that tutorial! a couple of instructions were missed hence the issue
(2014-07-29, 02:44 PM).m. Wrote: [ -> ]recheck the steps of that tutorial! a couple of instructions were missed hence the issue

I already have but it's still not working

Solved
go to forumdisplay_thread in your templates

Find
		<div>
			<span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
			<div class="author smalltext">{$thread['profilelink']}</div>
		</div>

and make it larger by adding colspan="insert a number here"
have a nice day.