16.12.2016, 14:22
16.12.2016, 14:27
To jest tabelka na obrazek tematu. Możliwe, że wyłączenie tej funkcji w ACP załatwi sprawę, jeśli jednak nie, będziesz musiał zbadać element, odnaleźć szablon i ręcznie usunąć drugą kolumnę <td></td> , jednocześnie powiększając colspan pierwszej kolumny o jeden - tudzież colspan=2 .
16.12.2016, 15:02
Mam coś takiego i co mam tu usunąć?
<tr class="inline_row">
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
<td class="{$bgcolor}{$thread_type_class}">
{+}forumdisplay_thread_firstpost|{$thread['uid']}{-}{$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>{$thread['multipage']}</span>
<div class="author smalltext">{$thread['profilelink']}</div>
</div>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.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;">
{+}forumdisplay_thread_lastpost|{$thread['lastposteruid']}{-}<span class="lastpost smalltext">{$lastpostdate}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}
</tr>
16.12.2016, 15:06
(16.12.2016, 14:27)ficus napisał(a): [ -> ]ręcznie usunąć drugą kolumnę <td></td>, jednocześnie powiększając colspan pierwszej kolumny o jeden - tudzież colspan=2.
(16.12.2016, 15:02)zZzGaming napisał(a): [ -> ]<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>out
(16.12.2016, 15:02)zZzGaming napisał(a): [ -> ]<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td>dodaj
16.12.2016, 15:21
Chciałbym żeby to było bardziej po lewej stronie podobnie jak jest na tym forum.
16.12.2016, 15:23
16.12.2016, 15:31
<tr class="inline_row" align=left>
<td colspan=2 align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td>
<td class="{$bgcolor}{$thread_type_class}">
{+}forumdisplay_thread_firstpost|{$thread['uid']}{-}{$attachment_count}
<div>
<span>{$prefix} <td class="trow11 forumdisplay_sticky"> {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="
{$thread['threadlink']}">{$thread['subject']}</a></span>{$thread['multipage']}</span>
<div class="author smalltext">{$thread['profilelink']}</div>
</div>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.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;">
{+}forumdisplay_thread_lastpost|{$thread['lastposteruid']}{-}<span class="lastpost smalltext">{$lastpostdate}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}
</tr>
Dobrze?
16.12.2016, 15:47
Przy usuniętym colspan=2 i dodaniu do trow11
border-bottom: 1px solid #0d3446;