MyBB Community Forums

Full Version: UserCP Latest threads weird layout..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hey guys,

I got some weird layout in the usercp..
This is what I mean:

[attachment=31207]

There is text where the post icon should be, and it's displayed 2 times.

Cheers.


EDIT:

Nevermind, figured it out <.<

For some reason this code was added 2 times in usercp_latest_threads_threads:

<td class="{$bgcolor}" >{$gotounread}{$thread['displayprefix']}<a href="{$thread['threadlink']}" class="{$new_class}">{$thread['subject']}</a><br /><span class="smalltext">{$thread['author']}</span></td>
<td class="{$bgcolor}" colspan="2">{$gotounread}{$thread['displayprefix']}<a href="{$thread['threadlink']}" class="{$new_class}">{$thread['subject']}</a><br /><span class="smalltext">{$thread['author']}</span></td>