13.05.2017, 13:30
Czy da się zrobić, aby tematy na str. głównej były w różnych kolorach? Np. w dziale regulaminy (dział na czerwono) temat był tez na czerwono?
<span style="color: red">Regulamin</span>
<tr class="inline_row">
<td align="center" class="{$foruminfo['name']}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td>
<td align="center" class="{$foruminfo['name']}{$thread_type_class}" width="2%">{$icon}</td>
<td class="{$foruminfo['name']}{$thread_type_class}">
{$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="{$foruminfo['name']}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$foruminfo['name']}{$thread_type_class}">{$thread['views']}</td>
{$rating}
<td class="{$foruminfo['name']}{$thread_type_class}" style="white-space: nowrap; text-align: right;">
<span class="lastpost smalltext">{$lastpostdate}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}
</tr>
(13.05.2017, 14:53)VageX napisał(a): [ -> ]Zmieniłem{$bgcolor} na{$foruminfo['name']}
Kod:<tr class="inline_row">
<td align="center" class="{$foruminfo['name']}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td>
<td align="center" class="{$foruminfo['name']}{$thread_type_class}" width="2%">{$icon}</td>
<td class="{$foruminfo['name']}{$thread_type_class}">
{$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="{$foruminfo['name']}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$foruminfo['name']}{$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}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}
</tr>
Teraz pytanie: czego ja mam dokladnie nadać regułę CSS?
.kasztany {
(...)
}
(19.06.2017, 11:37)Fyeem napisał(a): [ -> ]class="{$forum['name']}";Kiepskie rozwiązanie. Zwróci nazwę w klasie, a często dział zawiera wiele słów i łatwo o konflikt + nieprawidłową nazwę klasy.
(19.06.2017, 13:52)VageX napisał(a): [ -> ]Ok, dzięki.Nie wiem czy jest do tego jakaś zmienna, trzeba by poszukać.
Jakie jest ID działu, która zmienna działa w szablonie:forumbit_depth2_forum_lastpost ?