MyBB Depo Forum
thead kaydı - Baskı Önizleme

+- MyBB Depo Forum (https://mybbdepo.com)
+-- Forum: MyBBDepo (https://mybbdepo.com/mybbdepo-forumu)
+--- Forum: Çöp Deposu (https://mybbdepo.com/cop-deposu-forumu)
+--- Konu Başlığı: thead kaydı (/thead-kaydi-konusu.html)

Sayfalar: 1 2


thead kaydı - HackUp97 - 17-10-2013

Site Adresi : turk.forum.lc
MyBB Sürümü : 1.6.11
Hata Ekran Görüntüsü : resim
Eklenti Kurulu Eklentiler : yok


Cvp: thead kaydı - Screwy - 17-10-2013

Sitenizde herhangi bir kayma söz konusu değil... Sorun sizden kaynaklı olabilir.


Cvp: thead kaydı - HackUp97 - 17-10-2013

genel kategori yazan kısım colapsenin altında onun solda olması lazım benden kayanklı nasıl oluyor bi açıklasanız


Cvp: thead kaydı - Screwy - 17-10-2013

forumbit_depth1_cat şablonu ve global.css den thead css'inin kodunu buraya code tagları içerisinde ekleyin kodları bir kontrol edeyim.


Cvp: thead kaydı - HackUp97 - 17-10-2013

forumbit_depth1_cat

PHP Kod:
<table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
thead>
<
tr>
<
td class="thead" colspan="5">
<
div class="expcolimage"><div id="donen-avatar"><img src="{$theme['imgdir']}/{$expcolimage}id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}title="{$expaltext}/></div>
<
div><strong><a href="{$forum_url}class="gzero right">{$forum['name']} <span class="tl"><i></i>{$forum['description']}</span></a></strong></div>
</
td>
</
tr>
</
thead>
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tbody style="{$expdisplay}id="cat_{$forum['fid']}_e">
<
tr>
<
td colspan="2"><span class="smalltext"></td>
<
td width="85" align="center" style="white-space: nowrap"></td>
<
td width="85" align="center" style="white-space: nowrap"></td>
<
td width="200" align="center"></td>
</
tr>
{
$sub_forums}
</
tbody>
</
table>
<
br /> 



glabal css

PHP Kod:
.thead {
backgroundlinear-gradient(bottomrgb(81,14,1416%, rgb(126,22,22100%);
background: -o-linear-gradient(bottomrgb(81,14,1416%, rgb(126,22,22100%);
background: -moz-linear-gradient(bottomrgb(81,14,1416%, rgb(126,22,22100%);
background: -webkit-linear-gradient(bottomrgb(81,14,1416%, rgb(126,22,22100%);
background: -ms-linear-gradient(bottomrgb(81,14,1416%, rgb(126,22,22100%);
    
color#ffffff;
        
padding10px;
    -
webkit-box-shadowinset rgba(255,255,255,0.20px 1px 0px;
    -
moz-box-shadowinset rgba(255,255,255,0.20px 1px 0px;
    
box-shadowinset rgba(255,255,255,0.20px 1px 0px;
        
font-size12px;
    
text-shadow1px 1px 1px #555;
    
font-familyverdana;
    
font-weightbold;




Cvp: thead kaydı - Screwy - 17-10-2013

Forumbith_depth1_cat şablonunu aşağıdaki şablon ile değiştirin...

Kod:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><div id="donen-avatar"><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']} <span class="tl">{$forum['description']}</span></a></strong></div>
</td>
</tr>
</thead>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td colspan="2"><span class="smalltext"></td>
<td width="85" align="center" style="white-space: nowrap"></td>
<td width="85" align="center" style="white-space: nowrap"></td>
<td width="200" align="center"></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />

Bu işlemi yapmadan önce şablon yedeğini almayı unutmayın...


Cvp: thead kaydı - HackUp97 - 17-10-2013

yok olmadı colapse ikonu sola geldi acayip bişey oldu ya siteye bi bakarsanız


Cvp: thead kaydı - Screwy - 17-10-2013

Siz siteye ne değişikliği yaptınız da bu sıkıntı oldu? Temanın orjinali sorunsuz...