![]() |
|
|
#1 (permalink) |
![]() Status: Yönetici
Üyelik tarihi: Aug 2008
Mesajlar: 1,552
Tecrübe Puanı: 10
![]() ![]() |
MessageIndex.template.php de aşağıdaki kodu bulun.
Kod:
foreach ($context['topics'] as $topic)
{
Kod:
$stickybar = false;
$normalbar = false;
foreach($context['topics'] as $topic)
{
if($topic['is_sticky'] && !$stickybar)
{
echo'<tr class="titlebg"><td colspan="', empty($options['display_quick_mod']) ? '7' : '8', '"><center><img src="', $settings['images_url'], '/icons/quick_sticky.gif" width="16" /><b> Sabit Konular</b></center></td></tr>';
$stickybar = true;
}
else if(!$topic['is_sticky'] && $stickybar && !$normalbar)
{
echo'<tr class="titlebg"><td colspan="', empty($options['display_quick_mod']) ? '7' : '8', '"><center><img src="' . $settings['images_url'] . '/post/xx.gif" alt="" align="middle" /><b> Normal Konular</b></center></td></tr>';
$normalbar = true;
}
dilbermc teması kullananlar için Bulun, Kod:
foreach ($context['topics'] as $topic)
{
Kod:
$stickybar = false;
$normalbar = false;
foreach($context['topics'] as $topic)
{
if($topic['is_sticky'] && !$stickybar)
{
echo'<tr class="titlebg"><td colspan="', empty($options['display_quick_mod']) ? '7' : '8', '"><center><img src="', $settings['images_url'], '/icons/quick_sticky.gif" width="16" /><b> Sabit Konular</b></center></td></tr>';
$stickybar = true;
}
else if(!$topic['is_sticky'] && $stickybar && !$normalbar)
{
echo'<tr class="titlebg"><td colspan="', empty($options['display_quick_mod']) ? '7' : '8', '"><center><img src="' . $settings['images_url'] . '/post/xx.gif" alt="" align="middle" /><b> Normal Konular</b></center></td></tr>';
$normalbar = true;
}
Eğer Modifikasyon Sonucu Renk Bozukluğu Yaşarsanız Style.css de Aşağıdaki Kodu Bulup Kendinize göre Editleyin... Kod:
.windowbg3
{
color: #000000;
background-color: #ECECEC;
background-image: url('images/windowbg.gif');
background-repeat: repeat-x;
}
Kolay gelsin. |
|
|
|
![]() |
| Etiketler |
| alt, ayırma, başlık, başlıkları, bulun, center, css, eğer, font, gif, göre, içi, için, icons, ile, kendi, mod, normal, php, red, renk, sabit, size, style, teması, template, text, url |
| Seçenekler | |
| Stil | |
|
|