MyBB Community Forums

Full Version: Thread info is messed up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2013-10-25, 10:09 PM)Destroy666 Wrote: [ -> ]Ok, it didn't work before then because I copied the old code from your post with template.. - please don't provide invalid information. This must work now (tested in Firebug). Replace again:
<tr>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
<td class="{$bgcolor}{$thread_type_class}">
{$attachment_count}
<div>
<span>{$prefix} {$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$sticky_prf}{$closed_prf} {$closed_strike1}{$closed_color1}{$sticky_color1}{$thread['subject']}</a>{$sticky_color2}{$closed_color2}{$closed_strike2} {$closed_image}{$sticky_image}{$new_reply_button}{$thread['multipage']}</span>
</div>
<span class="author smalltext">{$thread['profilelink']}</span>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="jMyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
{$rating}
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">
<span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}
</tr>


And forumbit_depth2_forum:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}"  class="gzero right">{$forum['name']}<span class="tl"><i></i>Tópicos: {$threads}<br />Mensagens: {$posts}</span></a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$lang->forumbit_threads}: {$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$lang->forumbit_posts}: {$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>

Not working.

And the threads on the main page are messed up now. >_<

Do you want an account to have a look?

(2013-10-25, 10:09 PM)Destroy666 Wrote: [ -> ]EDIT2 @next post: No thanks. this theme seems messier than my room after my 18th birthday party. Everytime I fix something next issue shows up. I give up...

OMG. Hahahahaha. Thanks a lot, anyway. XD

Shoud I open a new thread about this problem here ( MyBB 1.6 General Support)?

I solved it, I think. Thanks again. Big Grin
Backup the theme, then just revert the templates. They look default to me (then again it's 12:30 AM here). If you don't have this solved by tomorrow, feel free to PM me an admin account and I'll solve this for you.

EDIT: Nevermind, just saw you solved it.
Pages: 1 2