Board icon V2 Basit Şekli (2.0 RC2) kategorilerin başına icon koyma

tarantula90112.08.2012 - 05:15
Board icon V2 Basit Şekli (2.0 RC2) kategorilerin başına icon koyma

Bu uygulama ile kategorilerinizin önüne basit bir şekilde istediğiniz resimleri atayabilirsiniz..Her kategoriye sadece bir tane resim atayabiliyorsunuz 3 tane yani on on_2 off gibisinden değil..

Modu kurduktan sonra temanızın images klasörüne  board_icon adında bir klasör açıp resimlerinizi bu klasörün içine atın..Kategorilerinizin numarasına göre bunları adlandıracaksınız..
örn: kategori numarası 12 ise resiminizi şu şekilde icon_12 adlandırıp board_icon klasörüne atın

Kuruluma başlamadan önce muhakkak yedek alın..



Boardindex.template.php de
bul:

Kod: [Seç]
// If the board or children is new, show an indicator.


    if ($board['new'] || $board['children_new'])
     echo '
       <img src="', $settings['images_url'], '/', $context['theme_variant'], '/on', $board['new'] ? '' : '2', '.png" alt="', $txt['new_posts'], '" title="', $txt['new_posts'], '" />';
    // Is it a redirection board?
    elseif ($board['is_redirect'])
     echo '
       <img src="', $settings['images_url'], '/', $context['theme_variant'], '/redirect.png" alt="*" title="*" />';
    // No new posts at all! The agony!!
    else
     echo '
       <img src="', $settings['images_url'], '/', $context['theme_variant'], '/off.png" alt="', $txt['old_posts'], '" title="', $txt['old_posts'], '" />';

Değiştir:

Kod: [Seç]
// If the board is new, show a strong indicator.
if ($board['new'])
echo '<img src="', $settings['images_url'], '/board_icon/icon_' . $board['id'] . '.gif" alt="','" border="0" />';

            else
               echo '<img src="', $settings['images_url'], '/board_icon/icon_' . $board['id'] . '.gif" alt="','" border="0" />';

messageindex.template.php de
bul:

Kod: [Seç]
// If the board is new, show a strong indicator.
if ($board// If the board or children is new, show an indicator.
   if ($board['new'] || $board['children_new'])
    echo '
      <img src="', $settings['images_url'], '/' .$context['theme_variant'], '/on', $board['new'] ? '' : '2', '.png" alt="', $txt['new_posts'], '" title="', $txt['new_posts'], '" border="0" />';
   // Is it a redirection board?
   elseif ($board['is_redirect'])
    echo '
      <img src="', $settings['images_url'], '/' .$context['theme_variant'], '/redirect.png" alt="*" title="*" border="0" />';
   // No new posts at all! The agony!!
   else
    echo '
      <img src="', $settings['images_url'], '/' .$context['theme_variant'], '/off.png" alt="', $txt['old_posts'], '" title="', $txt['old_posts'], '" />';

değiştir:

Kod: [Seç]
// If the board is new, show a strong indicator.
if ($board['new'])

echo '<img src="', $settings['images_url'], '/board_icon/icon_' . $board['id'] . '.gif" alt="','" border="0" />';
else
               echo '<img src="', $settings['images_url'], '/board_icon/icon_' . $board['id'] . '.gif" alt="','" border="0"  />';

1.1.x sürümleri için olan modu 2.0Rc2 de deneme yanılma yöntemi ile bulup değiştirdim.


Not : Sitenin tüm kategorilerinin basındaki resim aynıysa resim yolunu kendinize göre ayarlayarak tek tek resim eklememiş olursunuz
Alıntıdır

kaynak:http://destek.smfmod.com

Linkback: https://www.buyuknet.com/board-icon-v2-basit-sekli-20-rc2-kategorilerin-basina-icon-koyma-t38728.0.html

Etiket:

Bu bilgi size yardimci oldu mu?

EvetHayır
Board icon V2 Basit Şekli (2.0 RC2) kategorilerin başına icon koyma
Board icon V2 Basit Şekli (2.0 RC2) kategorilerin başına icon koyma
(Ortalama: 5 üzerinden 2.5 - 2 Oy)
2