MyBB Depo Forum
Ana sayfa Resim sorunu - 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ığı: Ana sayfa Resim sorunu (/ana-sayfa-resim-sorunu-konusu.html)

Sayfalar: 1 2


Ana sayfa Resim sorunu - metinkandemir - 02-09-2012

Selamun Aleyküm Hocam Resimde görüldüğü metin2 temasını editledim ama ana sayfada konular ve mesajlar kısmındaki resimleri ekliyemiyorum.Resim yoluna bakıyorum yine bulamadım.resim

Alıntı:http://www.osmanlifm.net/forum



Ana sayfa Resim sorunu - AttAcK.58 - 02-09-2012

hocam siteyi kapatmışsın bn siteye girmeden resim yolunu nasıl bulabilirim ki?


Ana sayfa Resim sorunu - metinkandemir - 02-09-2012

Açtım hocam çok pardon


Ana sayfa Resim sorunu - Paylas - 02-09-2012

Kod:
http://www.osmanlifm.net/forum/images/m2tema/

resim yolu yanlış.


Ana sayfa Resim sorunu - metinkandemir - 02-09-2012

Resim yolu doğru hocam ama resmin adı yok


Ana sayfa Resim sorunu - L34DRi - 02-09-2012

Admin KP ► Şablon & Stil ► Şablonlar ► Forum Bit Şablonları ► forum_depth2_forum şablonunda olması lazım resim kodu.Oradan değiştirebilirsiniz.


Ana sayfa Resim sorunu - metinkandemir - 02-09-2012

Alıntı:<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']} <img src="{$theme['imgdir']}/
"></td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']} <img src="{$theme['imgdir']}/"></td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>


Hocam forumbit_depth2_forum Şablonundan nasıl değiştireceğim ?


Cvp: Ana sayfa Resim sorunu - devmybb - 02-09-2012

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']} <img src="{$theme['imgdir']}/newthread.png"></td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']} <img src="{$theme['imgdir']}/feed.png"></td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
Verdiğim kodlar içinde newthread.png ve feed.png resim adlarını kendi resim adlarına göre yaz.
newthread.png : Konular kısmının resimidir.
feed.png : Mesajlar kısmının resimidir.