04.06.2016, 20:00
wersja skryptu MyBB: 1.8.7
adres forum: http://darkcore.pl/
na czym polega problem (screen, opis, komunikaty): Problem polega na tym, że po utworzeniu nowego wątku w miejscu gdzie powinna być ukazana data założenia tematu jest luka. Wygląda to tak:
forumdisplay_thread w ACP prezentuje się tak:
adres forum: http://darkcore.pl/
na czym polega problem (screen, opis, komunikaty): Problem polega na tym, że po utworzeniu nowego wątku w miejscu gdzie powinna być ukazana data założenia tematu jest luka. Wygląda to tak:
forumdisplay_thread w ACP prezentuje się tak:
Kod:
<tr class="inline_row {$thread_type_class}">
<td align="center" class="{$bgcolor}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td>
<td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
<td class="{$bgcolor}" style="width: 60%;">
{$attachment_count}
<div>
<span>{$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></span></span>
<div class="author smalltext">Napisany przez: {$thread['profilelink']}, {$thread['datethread']}. {$thread['multipage']}</div>
</div>
</td>
<td align="center" class="{$bgcolor} countForumdisplay" width="95%"> Odpowiedzi: {$thread['replies']}{$unapproved_posts}<br />Wyświetleń: {$thread['views']}</td>
<td class="{$bgcolor}" style="white-space: nowrap; text-align: right; width: 11%;">
<span class="lastpost smalltext">{$lastpostdate}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}
</tr>