Warning [2] Use of undefined constant uid - assumed 'uid' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:523:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant cancp - assumed 'cancp' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:523:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant uid - assumed 'uid' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:843:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant cancp - assumed 'cancp' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:843:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant uid - assumed 'uid' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:874:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant cancp - assumed 'cancp' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:874:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->


Konuyu Oyla:
  • Toplam: 0 Oy - Ortalama: 0
  • 1
  • 2
  • 3
  • 4
  • 5
#CaptainJquery İle Sekmeli Profil Yapımı - MyBB
#1
Admin KP - Şablon & Stil - Kullandığınız Tema - Global.css giriyoruz aşağıdaki kodları en altına ekliyoruz..

Kod:
ul.tabs {
     margin: 0;
     padding: 0;
     float: left;
     list-style: none;
     height: 32px;
     border-bottom: 1px solid #999;
     border-left: 1px solid #999;
     width: 100%;
}
ul.tabs li {
     float: left;
     margin: 0;
     padding: 0;
     list-style: none;
     height: 31px;
     line-height: 31px;
     border: 1px solid #999;
     border-left: none;
     margin-bottom: -1px;
     overflow: hidden;
     position: relative;
     background: #e0e0e0;
}
ul.tabs li a {
     text-decoration: none;
     color: #000;
     display: block;
     font-size: 1.2em;
     padding: 0 20px;
     border: 1px solid #fff;
     outline: none;
}
ul.tabs li a:hover {
     background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
     background: #fff;
     border-bottom: 1px solid #fff;
}

.tab_container {
     border: 1px solid #999;
     border-top: none;
     overflow: hidden;
     clear: both;
     float: left; width: 100%;
     background: #fff;
}
.tab_content {
     padding: 20px;
     font-size: 1.2em;
}

Admin KP - Şablon & Stil - Şablonlar - Kullandığınız Tema - Gruplandırılmış Şablonlar - Headerinclude şablonuna giriyoruz aşağıdaki kodu en üste ekliyoruz..

Kod:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function($) {
     $(".tab_content").hide();
     $("ul.tabs li:first").addClass("active").show();
     $(".tab_content:first").show();
     $("ul.tabs li").click(function() {
         $("ul.tabs li").removeClass("active");
         $(this).addClass("active");
         $(".tab_content").hide();
         var activeTab = $(this).find("a").attr("href");
         $(activeTab).fadeIn();
         return false;
     });
});
</script>

Admin KP - Şablon & Stil - Şablonlar - Kullandığınız Tema - Üye Şablonları - Member_profile şablonuna giriyoruz içindekilerin hepsini silip aşağıdaki kodu ekliyoruz..

Kod:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="trow1">
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="trow1" width="75%">
<span class="largetext"><strong>{$formattedname}</strong></span><br />
<span class="smalltext">
({$usertitle})<br />
{$groupimage}
{$userstars}<br />
<br />
<strong>{$lang->registration_date}</strong> {$memregdate}<br />
<strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br />
<strong>{$lang->local_time}</strong> {$localtime}<br />
<strong>{$lang->postbit_status}</strong> {$online_status}
</span>
</td><td width="25%" align="right" valign="middle">{$avatar}</td></tr></table>
</td>
</tr>
{$awaybit}
</table>
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<td width="100%" style="vertical-align: top;padding-top: 2px;">
     <ul class="tabs">
         <li><a href="#tab1">Hakkımda</a></li>
         <li><a href="#tab2">İletişim Bilgileri</a></li>
         <li><a href="#tab3">İstatistik</a></li>
     </ul>
<br />
<div class="tab_container">
<div id="tab1" class="tab_content">
{$profilefields}
{$signature}
{$buddy_options}
{$modoptions}
{$adminoptions}
</div>


<div id="tab2" class="tab_content">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>Contact Details Of {$formattedname}</strong>
<tr>
<td class="trow1"><strong>{$lang->homepage}</strong></td>
<td class="trow1">{$website}</td>
</tr>
{$sendemail}
<tr>
<td class="trow2"><strong>{$lang->pm}</strong></td>
<td class="trow2"><a href="private.php?action=send&amp;uid={$memprofile['uid']}">{$lang->send_pm}</a></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->icq_number}</strong></td>
<td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=icq&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['icq']}</a></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->aim_screenname}</strong></td>
<td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=aim&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['aim']}</a></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->yahoo_id}</strong></td>
<td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=yahoo&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['yahoo']}</a></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->msn}</strong></td>
<td class="trow2"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>
</tr>
</td>
</tr>
</table>
</div>


<div id="tab3" class="tab_content">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead"><strong>Statistics Of {$formattedname}</strong>
<tr>
<td class="trow1"><strong>{$lang->joined}</strong></td>
<td class="trow1">{$memregdate}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate} {$memlastvisittime}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->total_posts}</strong></td>
<td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total})<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid={$uid}">{$lang->find_threads}</a> &mdash; <a href="search.php?action=finduser&amp;uid={$uid}">{$lang->find_posts}</a>)</span></td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->timeonline}</strong></td>
<td class="trow2">{$timeonline}</td>
</tr>
{$reputation}
{$warning_level}
</td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>
{$footer}
</body>
</html>

t.png
eXpertBoss
Ara
Cevapla }}}
Teşekkür verenler:
Teşekkür verenler:
Teşekkür verenler:


[-]
Anahtar Kelimeler
Anahtar Kelimeler:
- - - - - - - - - - - - - - - - - - - - - - - - -
Konu İsmi: Jquery İle Sekmeli Profil Yapımı - MyBB Yazar: #Captain
-> Jquery İle Sekmeli Profil Yapımı - MyBB full indir - Jquery İle Sekmeli Profil Yapımı - MyBB full dinle - Jquery İle Sekmeli Profil Yapımı - MyBB full izle - Jquery İle Sekmeli Profil Yapımı - MyBB download - Jquery İle Sekmeli Profil Yapımı - MyBB yükle - Jquery İle Sekmeli Profil Yapımı - MyBB free download - Jquery İle Sekmeli Profil Yapımı - MyBB nasıl oluyor - Jquery İle Sekmeli Profil Yapımı - MyBB ücretsiz indir - Jquery İle Sekmeli Profil Yapımı - MyBB fragmani - Jquery İle Sekmeli Profil Yapımı - MyBB film - Jquery İle Sekmeli Profil Yapımı - MyBB müzik - Jquery İle Sekmeli Profil Yapımı - MyBB mp3 - Jquery İle Sekmeli Profil Yapımı - MyBB videoları - Jquery İle Sekmeli Profil Yapımı - MyBB resimleri - Jquery İle Sekmeli Profil Yapımı - MyBB dizileri - Jquery İle Sekmeli Profil Yapımı - MyBB sorun - Jquery İle Sekmeli Profil Yapımı - MyBB hatası - Jquery İle Sekmeli Profil Yapımı - MyBB çözüm nedir - Jquery İle Sekmeli Profil Yapımı - MyBB ne demek - Jquery İle Sekmeli Profil Yapımı - MyBB nasıl - Jquery İle Sekmeli Profil Yapımı - MyBB program - Jquery İle Sekmeli Profil Yapımı - MyBB kurulum - Jquery İle Sekmeli Profil Yapımı - MyBB yardım - Jquery İle Sekmeli Profil Yapımı - MyBB kim - Jquery İle Sekmeli Profil Yapımı - MyBB crack indir - Jquery İle Sekmeli Profil Yapımı - MyBB ücretsiz indir - Jquery İle Sekmeli Profil Yapımı - MyBB hackını indir - Jquery İle Sekmeli Profil Yapımı - MyBB ücretsiz full indir - Jquery İle Sekmeli Profil Yapımı - MyBB ücretsiz crack indir - Jquery İle Sekmeli Profil Yapımı - MyBB ücretsiz hilesini indir - Jquery İle Sekmeli Profil Yapımı - MyBB videolarını ücretsiz indir - Jquery İle Sekmeli Profil Yapımı - MyBB müziklerini ücretsiz indir - Jquery İle Sekmeli Profil Yapımı - MyBB hatasının çözümü - Jquery İle Sekmeli Profil Yapımı - MyBB filmlerini ücretsiz indir - Jquery İle Sekmeli Profil Yapımı - MyBB kurulumu nasıl - Jquery İle Sekmeli Profil Yapımı - MyBB sorununun çözümü - Jquery İle Sekmeli Profil Yapımı - MyBB hatasının çözümü - Jquery İle Sekmeli Profil Yapımı - MyBB programını indir - Jquery İle Sekmeli Profil Yapımı - MyBB programını ücretsiz indir - Jquery İle Sekmeli Profil Yapımı - MyBB programını crack olarak indir - Jquery İle Sekmeli Profil Yapımı - MyBB kurulumunu indir - Jquery İle Sekmeli Profil Yapımı - MyBB ücretsiz full indir..

Hızlı Menü:


Şu anda bu konuyu okuyanlar: 2 Ziyaretçi


10tl.net Destek Forumu -

Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping