MyBB Depo Forum
[1.6] Problem Var - Baskı Önizleme

+- MyBB Depo Forum (https://mybbdepo.com)
+-- Forum: MyBB 1.6 Depo (https://mybbdepo.com/mybb-1-6-depo-forumu)
+--- Forum: MyBB 1.6 Çözülmüş Soru ve Sorunlar (https://mybbdepo.com/mybb-1-6-cozulmus-soru-ve-sorunlar-forumu)
+--- Konu Başlığı: [1.6] Problem Var (/problem-var-konusu.html)



Problem Var - Asi P@tron - 20-10-2012

Arkadaşlar Bölümlerin Katogorinde Görünüm Hatası Var Nasıl Düzeltebilirim.

Caps;
resim


Problem Var - Screwy - 20-10-2012

Sen Sanırım MTR deki Forumlara Ayrı Ayrı İkon Verme Olayını Yapmışın Yada Yapmaya Başlamışın Ben de Ordan Yapmıştım Bendede Olmuştu Çözmüştüm Ama Kesin Olarak Hatırlamıyorum Çözümü...

Sen bu Konudakini Yap

Kod:
http://mybbdepo.com/on-off-iconlari-yerine-her-foruma-kendi-iconlarini-eklemek-1-6-konusu.html

Sitemde Bizzat Kullanıyorum Sorunsuz.


Problem Var - Asi P@tron - 20-10-2012

yok usta eklentiyi kaldırdıgımda da sorun var
serkan abi flood yapıyorum ama konuya bakarmısınız


Problem Var - Screwy - 20-10-2012

Forumbit_Depth 2_forum kodlarını verirmisin
bide
formbit_depth_1


Problem Var - Asi P@tron - 20-10-2012

forumbit_depth1_cat
Kod:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="8" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>

</tr>
{$sub_forums}
</tbody>
</table>
<br />

forumbit_depth2_forum
Kod:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><if $mybb->settings['enable_pl9ForumIcons'] then><if $forum['forum_icon'] then><img src="{$forum['forum_icon']}" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /><else /><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></if><else /><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></if></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="trow1" width="200" align="left" style="white-space: nowrap"><font color="#0ba7d7">{$lastpost}</font></td>
<td class="trow2" width="100" align="center" style="white-space: nowrap"><font color="#0ba7d7">Konu:{$threads}{$unapproved['unapproved_threads']}<br />Yorum:{$posts}{$unapproved['unapproved_posts']}</font>
</tr>



Problem Var - Screwy - 20-10-2012

Hocam Aşağıdaki Kodları Yerlerine Ekle Sorun Çözülür Büyük İhtimalle.

İşleme Başlamadan Önce Mutlaka Yedek Alın.

Admin Kp Sağ Ok Temalar & Şablonlar Sağ Ok Kullandığın Temanın Şablonları Sağ Ok Forumbit Şablonları Sağ Ok
forumbit_depth2_forum Açın İçerisini Komple Silip Aşağıdaki Kodu Ekleyin.

Kod:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></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>

EĞER Her Foruma Ayrı İkon Eklemek İstiyorsan. Yukarıdaki Yorumumda Verdiğim Linke Göre Yaparsın.

Daha Sonra

Admin Kp Sağ Ok Temalar & Şablonlar Sağ Ok Kullandığın Temanın Şablonları Sağ Ok Forumbit Şablonları Sağ Ok forumbit_depth1_cat
İçerisini Komple Silin Aşağıdaki Kodları Ekleyin Kayıt Edin.

Kod:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div id="forumbit_thead" class="thead3" colspan="5"><div class="relative">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div></div><div class="thead-katagori">
<div>

<strong><a href="{$forum_url}">{$forum['name']}</a></strong><div class="smalltext forumheaddesc">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />



Problem Var - Asi P@tron - 20-10-2012

Sorun Çözüldü Hocam Sağolun


Problem Var - Screwy - 20-10-2012

Önemli Değil Gülümseme