MyBB Depo Forum
[1.8] Forum İkon Sorunu - Baskı Önizleme

+- MyBB Depo Forum (https://mybbdepo.com)
+-- Forum: MyBB 1.8 Depo (https://mybbdepo.com/mybb-1-8-depo-forumu)
+--- Forum: MyBB 1.8 Soru ve Sorunlarınız (https://mybbdepo.com/mybb-1-8-soru-ve-sorunlariniz-forumu)
+--- Konu Başlığı: [1.8] Forum İkon Sorunu (/forum-ikon-sorunu-konusu.html)



Forum İkon Sorunu - ali6351 - 23-10-2014

http://mybbdepo.com/her-foruma-ayri-ikon-eklemek-ders-konusu.html

merhabalar bu konudakileri birebir uyguluyorum ama hiç bir şekilde yapamadım

kodlarım ;
Kod:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>

Anlatılan şekilde images/ficon adında klasörde açtım bu koduda değiştirdim ;
Kod:
<img src="{$theme['imgdir']}/fikon/{$forum['fid']}.png" width="40" height="40" alt="{$forum['name']}" border="0" />

olmuyor.orjinal tema kullanıyorum.Lütfen bi yardımcı olun.tşk


Cvp: Forum İkon Sorunu - Richardio - 23-10-2014

Merhaba,
Bize verdiğiniz kodda "images/fikon" yazıyor, orası "images/ficon" olmayacak mıdır ?


Cvp: Forum İkon Sorunu - ali6351 - 23-10-2014

hocam ilginiz için sağolun olayı deneme yanılmayla çözdüm.Bilmeyen arkadaşlar aynı uygulamayı "forumbit_depth2_forum" değil de "forumbit_depth2_cat" e uygulasın.