MyBB Depo Forum

Orjinalini görmek için tıklayınız: Sağ Block'lu Panel-Giriş [CODE]
Şu anda (Arşiv) modunu görüntülemektesiniz. Orjinal Sürümü Görüntüle internal link
Sayfalar: 1 2
Giriş Kısmı
resim

Panel Kısmı
resim

Kurulum

header

Bul Ve Sil;
Kod:
{$welcomeblock}

index

Bul;
Kod:
{$forums}

Değiştir ;
Kod:
<a class="buttons" style="float: right;"></a>
<a class="clickedbuttons" style="float: right;"></a>
<br class="clear" />
<div class="sidebar" style="float: right;width: 29%;">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>Hoşgeldiniz</strong></td>
</tr>
<tr>
<td class="trow1">{$welcomeblock}</td>
</tr>
</table>
</div>
<div class="forums" style="float: left;width: 70%;">
{$forums}
</div>
<br class="clear" />

index_boardstats

En Üste Ekle ;
Kod:
<br>

header_welcomeblock_guest

İçindekileri Sil Aşağıdakileri Ekle ;
Kod:
<form method="post" action="{$mybb->settings['bburl']}/member.php">
<input name="action" type="hidden" value="do_login" />
<input name="url" type="hidden" value="" />
<input name="quick_login" type="hidden" value="1" />
<center>
<input name="quick_username" id="quick_login_username" type="text" value="" placeholder="Kullanıcı Adınız" class="textbox initial_focus" />
<input name="quick_password" id="quick_login_password" type="password" value="" placeholder="Şifreniz" class="textbox" /></center> <a href="{$mybb->settings['bburl']}/member.php?action=lostpw" class="lost_password" style="float:right; margin-right:20px;">{$lang->lost_password}</a>
<input name="quick_remember" id="quick_login_remember" type="checkbox" value="yes" class="checkbox" style="margin-top:3px; margin-left:20px;" checked="checked" />
<div style="position:relative; top:-20px; left:35px;">{$lang->remember_me}</div>
<div align="center"><input name="submit" type="submit" class="button" value="{$lang->login}" /></div>
</form>
<script type="text/javascript">
$("#quick_login input[name='url']").val($(location).attr('href'));
</script>

header_welcomeblock_member

İçindekileri Sil Aşağıdakileri Ekle ;
Kod:
<div id="da-username">{$mybb->user['username']}</div>
<center><hr id="da-hr"></center>
<img id="da-avatar" style="width:70px;height:70px;" src='{$mybb->user['avatar']}'/>
<div style="position:relative; left:20px; overflow:hidden; top:-5px;">
<i class="fa fa-folder-open" style="height:10px; width:10px;" aria-hidden="true"></i>
<span class="da-text">Konularınız > </span><a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&amp;uid={$mybb->user['uid']}">{$mybb->user['threadnum']}</a>
<br>
<i class="fa fa-comments" style="height:10px; width:10px;" aria-hidden="true"></i>
<span class="da-text">Yorumlarınız > </span><a href="{$mybb->settings['bburl']}/search.php?action=finduser&amp;uid={$mybb->user['uid']}">{$mybb->user['postnum']}</a>
<br>
<i class="fa fa-users" style="height:10px; width:10px;" aria-hidden="true"></i>
<span class="da-text">Referanslarınız > </span>{$mybb->user['referrals']}
<br>
<i class="fa fa-trophy" style="height:10px; width:10px;" aria-hidden="true"></i>
<span class="da-text">Rep Puanınız > </span><a href="{$mybb->settings['bburl']}/reputation.php?uid={$mybb->user['uid']}">{$mybb->user['referrals']}</a>
</div>
<br>
<center><hr id="da-hrr"></center>
<center>
<div style="position:relative; top:-19px;">
<i class="fa fa-user" style="height:10px; width:10px;" aria-hidden="true"></i>
<a href="{$mybb->settings['bburl']}/usercp.php"><span class="da-textt">Kullanıcı KP</span></a>
<i class="fa fa-wrench" style="height:10px; width:10px;" aria-hidden="true"></i>
{$modcplink}
<i class="fa fa-cog" style="height:10px; width:10px;" aria-hidden="true"></i>
{$admincplink}
</div></center>
<center><hr id="da-hrrr"></center>

<div style="position:relative; top:-22px; left:5px;">
<i class="fa fa-paper-plane" style="height:9px; width:9px;" aria-hidden="true"></i>
<div class="da-text" style="position:relative; top:-12px; padding-left:16px;"><a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}</div></div>
<center><hr id="da-hrrrr"></center>

<div style="position:relative; top:-39px; left:5px;">
<i class="fa fa-file-text" style="height:9px; width:9px;" aria-hidden="true"></i>
<div class="da-text" style="position:relative; top:-11px; padding-left:16px;"><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a></div></div>
<center><hr id="da-hrrrrr"></center>

<div style="margin-top:-54px; margin-left:5px;">
<i class="fa fa-file" style="height:9px; width:9px;" aria-hidden="true"></i>
<div class="da-text" style="margin-top:-11px; padding-left:16px;"><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a></div></div>
<center><hr id="da-hrrrrrr"></center>

<div style="position:relative; top:-7px; left:5px;">
<i class="fa fa-sign-out" style="height:9px; width:9px;" aria-hidden="true"></i>
<div class="da-text" style="position:relative; top:-11px; padding-left:16px;"><a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a></div></div>
<center><hr id="da-hrrrrrrr"></center>

header_welcomeblock_member_moderator

İçindekileri Sil Aşağıdakileri Ekle ;
Kod:
<a href="{$mybb->settings['bburl']}/modcp.php" ><span class="da-textt">Moderatör P</span></a>

header_welcomeblock_member_admin

İçindekileri Sil Aşağıdakileri Ekle ;
Kod:
<a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php" ><span class="da-textt">Admin Paneli</span></a>

headerinclude

Ekle ;
Kod:
<link href='https://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>

global.css

Ekle;
PHP Kod:
#da-username {
 
color:#000; position:relative; top:0px; text-align:center; font-family: 'PT Sans Narrow', sans-serif; font-size:15px;
}

#da-hr {
 
position:relativetop:-5pxwidth:320pxcolor:#ccc;
}

#da-hrr {
 
height:3px;
 
width:320px;
 
border-bottom:1px dashed #7D7D7D;
 
position:relativetop:-18px;
 
background:none;
}

#da-hrrr {
 
height:3px;
 
width:320px;
 
border-bottom:1px dashed #7D7D7D;
 
position:relativetop:-23px;
 
background:none;
}

#da-hrrrr {
 
height:3px;
 
width:320px;
 
border-bottom:1px dashed #7D7D7D;
 
position:relativetop:-39px;
 
background:none;
}

#da-hrrrrr {
 
height:3px;
 
width:320px;
 
border-bottom:1px dashed #7D7D7D;
 
position:relativetop:-55px;
 
background:none;
}

#da-hrrrrrr{
 
height:3px;
 
width:320px;
 
border-bottom:1px dashed #7D7D7D;
 
position:relativetop:-6px;
 
background:none;
}

#da-hrrrrrrr{
 
height:3px;
 
width:320px;
 
border-bottom:1px dashed #7D7D7D;
 
margin-top:-16px;
 
background:none;
}

#da-avatar {
 
position:relativetop:-2pxborder:1px solid #CFCFCF; float:left; left:10px;
}

#da-avatar:hover{
 
border:1px solid #959595;
}

.
da-text {
 
padding-left5pxfont-family'PT Sans Narrow'sans-serifcolor:#6E6E6E;
}

.
da-textt {
 
padding-left2pxfont-family'PT Sans Narrow'sans-serifcolor:#6E6E6E;


Dikkat : Bu Panel MybbDepodan Benzetilerek Alınmıştır Aynısı Değildir !

FontAwesome Eklentisi Gerektirir
Kod:
www.fontawesome.io
@DevAdam Allah razı olsun hocam emeğinize sağlık bunu sağ kısma değilde sol kısma almak istiyorum nasıl yapabilirim acaba ?
Onu yarın atarım
@DevAdam yaptım hocam. 
Kod:
<div class="sidebar" style="float: right;width: 29%;">

Kısmını

Kod:
<div class="sidebar" style="float: left;width: 29%;">

Yaptım sola geçti birde hocam ksr bakmayın uğraştırıyoruz ama bunun altına bir bölüm daha açmak istiyorum webmaster araçları diye altınada kategori gibi açılır ve normal olarak alt alta yazı yazarak link yapmak istiyorum nasıl yapabilirim ?
indexteki tabledan bir tane daha aç
@DevAdam Alt alta kategori şeklinde bir kod yazarmısınız size zahmet müsaitseniz hocam.
PHP Kod:
#da-hr1 {
    
height:3px;width:320px;border-bottom:1px dashed #7D7D7D; background:none;
}

#da-hr2{
    
height:3px;width:320px;border-bottom:1px dashed #7D7D7D;background:none;
}

#da-hr3 {
    
height:3px;width:320px;border-bottom:1px dashed #7D7D7D; background:none;
}

#da-hr4 {
    
height:3px;width:320px;border-bottom:1px dashed #7D7D7D; background:none;
}

#da-hr5 {
    
height:3px;width:320px;border-bottom:1px dashed #7D7D7D; background:none;


Kod:
<br>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>Hoşgeldiniz</strong></td>
</tr>
<tr>
<td class="trow1">

<a href="#"> Webmaster Aracı 1 </a>

<div id="da-hr1"></div>

<a href="#"> Webmaster Aracı 2 </a>

<div id="da-hr2"></div>

<a href="#"> Webmaster Aracı 3 </a>

<div id="da-hr3"></div>

<a href="#"> Webmaster Aracı 4 </a>

<div id="da-hr4"></div>

<a href="#"> Webmaster Aracı 5 </a>

<div id="da-hr5"></div>

</td>
</tr>
</table>
<br>

Yukardaki Kodu Kendine Göre Düzenle Hem CSS&HTML Bilgini Geliştir İlerde Sana Çok Büyük Fayda Sağlar

Not:Css'deki " da-hr " taglarına ölçüleri girmeyi unutma " position:relative; top:0px " yada "margin-top:0px; " gibi
Hocam nerden sonra ekliycez bunlaru Bu kızımdan sonra ekledim footerde çıkarttı.

Kod:
{$forums}
</div>
<br class="clear" />
Sayfalar: 1 2