MyBB Community Forums

Full Version: User CP / Your Latest Threads Bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there guys!
I'm having a issues with the look of my User CP, with Your Latest Threads to be more precise.

http://puu.sh/9WxDd/5bd3e575bf.png
You see how last column is empty?

Does anyone know how to fix this?
I'm willing to make you an admin account if needed.
by default it should have only 6 columns but you have a 7th one... what is it for, what's the meaning of that column title
Last Message / Last Post
(2014-07-04, 03:58 PM)Tomislav N. Wrote: [ -> ]Last Message / Last Post

oops. yes now I see it. my eyes fooled me last time.

ok check usercp_latest_threads templates and find this...

<td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->thread} / {$lang->author}</strong></span></td>

I think in your templates the colspan should be 4. change that to 3.
Actually, I was missing one line in User Control Panel Templates.

<td align="center" class="trow2" width="1%">{$icon}</td>

So yeah... my bad! Thanks doe! Smile