vBulletin Gelişmiş 3.8.x Postbit

Son güncelleme: 02.09.2011 23:50
  • Merhaba,
    Herkesin bekledigi postbiti paylaşıyoruz ,
    Adımları takip ediniz arkadaşlar.
    Bu kodu HEADER TempLatenizin en aLtına yapıştırın

    <style type="text/css">

    body{
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; /* Font to use */
    margin:0px;

    }

    .dhtmlgoodies_question{ /* Styling question */
    /* Start layout CSS */
    color:#000;
    font-size:0.9em;
    margin-bottom:2px;
    margin-top:2px;
    padding-left:2px;

    width:170px;
    background-image:url('http://resim.hayaliz.net/images/937_zerokapbit.jpg');
    background-repeat:no-repeat;
    background-position:fixed;
    height:18px;


    /* End layout CSS */

    overflow:hidden;
    cursor:pointer;
    }
    .dhtmlgoodies_answer{ /* Parent box of slide down content */
    /* Start layout CSS */
    border:1px solid #ebebeb;
    background-color:#ffffff;
    width:168px;

    /* End layout CSS */

    visibility:hidden;
    height:0px;
    overflow:hidden;
    position:relative;

    }
    .dhtmlgoodies_answer_content{ /* Content that is slided down */
    padding:1px;
    font-size:0.9em;
    position:relative;
    }

    </style>
    <script type="text/javascript">

    var dhtmlgoodies_slideSpeed = 10; // Higher value = faster
    var dhtmlgoodies_timer = 10; // Lower value = faster

    var objectIdToSlideDown = false;
    var dhtmlgoodies_activeId = false;
    var dhtmlgoodies_slideInProgress = false;
    function showHideContent(e,inputId)
    {
    if(dhtmlgoodies_slideInProgress)return;
    dhtmlgoodies_slideInProgress = true;
    if(!inputId)inputId = this.id;
    inputId = inputId + '';
    var numericId = inputId.replace(/[^0-9]/g,'');
    var answerDiv = document.getElementById('dhtmlgoodies_a' + numericId);

    objectIdToSlideDown = false;

    if(!answerDiv.style.display || answerDiv.style.display=='none'){
    if(dhtmlgoodies_activeId && dhtmlgoodies_activeId!=numericId){
    objectIdToSlideDown = numericId;
    slideContent(dhtmlgoodies_activeId,(dhtmlgoodies_slideSpeed*-1));
    }else{

    answerDiv.style.display='block';
    answerDiv.style.visibility = 'visible';

    slideContent(numericId,dhtmlgoodies_slideSpeed);
    }
    }else{
    slideContent(numericId,(dhtmlgoodies_slideSpeed*-1));
    dhtmlgoodies_activeId = false;
    }
    }

    function slideContent(inputId,direction)
    {

    var obj =document.getElementById('dhtmlgoodies_a' + inputId);
    var contentObj = document.getElementById('dhtmlgoodies_ac' + inputId);
    height = obj.clientHeight;
    if(height==0)height = obj.offsetHeight;
    height = height + direction;
    rerunFunction = true;
    if(height>contentObj.offsetHeight){
    height = contentObj.offsetHeight;
    rerunFunction = false;
    }
    if(height<=1){
    height = 1;
    rerunFunction = false;
    }

    obj.style.height = height + 'px';
    var topPos = height - contentObj.offsetHeight;
    if(topPos>0)topPos=0;
    contentObj.style.top = topPos + 'px';
    if(rerunFunction){
    setTimeout('slideContent(' + inputId + ',' + direction + ')',dhtmlgoodies_timer);
    }else{
    if(height<=1){
    obj.style.display='none';
    if(objectIdToSlideDown && objectIdToSlideDown!=inputId){
    document.getElementById('dhtmlgoodies_a' + objectIdToSlideDown).style.display='block';
    document.getElementById('dhtmlgoodies_a' + objectIdToSlideDown).style.visibility='visible';
    slideContent(objectIdToSlideDown,dhtmlgoodies_slideSpeed);
    }else{
    dhtmlgoodies_slideInProgress = false;
    }
    }else{
    dhtmlgoodies_activeId = inputId;
    dhtmlgoodies_slideInProgress = false;
    }
    }
    }



    function initShowHideDivs()
    {
    var divs = document.getElementsByTagName('DIV');
    var divCounter = 1;
    for(var no=0;no<divs.length;no++){
    if(divs[no].className=='dhtmlgoodies_question'){
    divs[no].onclick = showHideContent;
    divs[no].id = 'dhtmlgoodies_q'+divCounter;
    var answer = divs[no].nextSibling;
    while(answer && answer.tagName!='DIV'){
    answer = answer.nextSibling;
    }
    answer.id = 'dhtmlgoodies_a'+divCounter;
    contentDiv = answer.getElementsByTagName('DIV')[0];
    contentDiv.style.top = 0 - contentDiv.offsetHeight + 'px';
    contentDiv.className='dhtmlgoodies_answer_content';
    contentDiv.id = 'dhtmlgoodies_ac' + divCounter;
    answer.style.display='none';
    answer.style.height='1px';
    divCounter++;
    }
    }
    }
    window.onload = initShowHideDivs;
    </script>

    Bunuda POSTBİT_LEGACY TempLateniz iLe kompLe değiştirin

    $template_hook[postbit_start]
    <table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
    <tr>
    <if condition="$show['announcement']">
    <td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" colspan="2">
    <img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" />
    <phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
    </td>
    <else />
    <td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-right: 0px" $post[scrolltothis]>
    <!-- status icon and date -->
    <a name="postimage$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/post_$post[statusicon].gif" alt="$post[statustitle]" border="0" /></a>
    $post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
    $post[firstnewinsert]
    <!-- / status icon and date -->
    </td>
    <td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px" align="$stylevar[right]">
     
    <if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
    <if condition="$show['inlinemod']">
    <input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" />
    </if>
    </td>
    </if>
    </tr>
    <tr valign="top">
    <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

    <div id="postmenu_$post[postid]">
    <if condition="$show['profile']">
    <center><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></center>
    <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
    <else />
    <center>$post[musername]</center>
    </if>
    </div>

    <if condition="$post['usertitle']"><div class="smallfont"><div class="uye_bilgileri"><center>$post[usertitle]</center></div></div></if>
    <if condition="$post['rank']"><div class="smallfont"><div class="uye_bilgileri"><center>$post[rank]</center></div></div></if>
    $template_hook[postbit_userinfo_left]

    <if condition="$show['avatar']">
    <div class="smallfont"><div class="uye_bilgileri"><center><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></center></div>
    <else />
    <if condition="$bbuserinfo[showavatars]">
    <div class="smallfont"><div class="uye_bilgileri">
    <center><img src="http://www.alevileriz.de/images/noavatar.gif" alt="Avatar Yok" border="0" /></center>
    </div>
    </if>
    </div>

    </if>
    <!-- üye bilgileri start-->
    <div class="dhtmlgoodies_question" align="center">Üyelik Bilgileri</div>
    <div class="dhtmlgoodies_answer">

    <div>
    <if condition="$post['joindate']">$vbphrase[join_date]: $post[joindate]</if>
    <if condition="$post['field2']">$vbphrase[location_perm]: $post[field2]</if>
    <if condition="$post['age']">$vbphrase[age]: $post[age]</if>
    </div></div>
    <!-- üyelik bilgileri end -->

    <!- mesaj bilgileri start -->
    <div class="dhtmlgoodies_question" align="center">Mesaj Bilgileri</div>
    <div class="dhtmlgoodies_answer">
    <div>
    $vbphrase[posts]: <a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]" rel="nofollow">$post[posts]</a> <br />$vbphrase[threads]: <a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&e xactname=1&searchuser=$post[username]" rel="nofollow">
    $post[threads]</a>
    </div> </div>

    <!-- mesaj bilgileri end -->
    <if condition="$show['credits_post']">
    <div>
    $vbphrase[credits]: <span id="cdt_$post[postid]_$post[userid]">$post[credits]</span> <if condition="$show['credits_donate']">[<a href="credits.php?$session[sessionurl]do=manage&u=$post[userid]#donate">$vbphrase[donate]</a>]</if> <if condition="$show['credits_check']">[<a href="credits.php?$session[sessionurl]do=banking&u=$post[userid]">$vbphrase[check]</a>]</if>
    </div>
    </if>


    <if condition="$show['infraction']"><div class="uye_bilgileri">$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if>
    <!-- rep start -->
    <if condition="$show['reputation']"><if condition="$show['reppower']">
    <div class="dhtmlgoodies_question" align="center">Karizma Bilgileri</div>

    <div class="dhtmlgoodies_answer">
    <div>
    $vbphrase[reppower]: $post[reppower]</if>
    Rep Puanı : $post[reputation]
    Rep Derecesi : $post[reputationdisplay]

    </div></div></if>
    <!-- rep end -->
    $template_hook[postbit_userinfo_right]

    <div class="dhtmlgoodies_question" align="center">İletişim Bilgileri</div><div class="dhtmlgoodies_answer">
    <div>
    $post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]
    </div> </div>


    </td>
    <if condition="$show['moderated']">
    <td class="alt2" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
    <else />
    <td class="alt1" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
    </if>
    $template_hook[postbit_messagearea_start]
    <if condition="$show['messageicon'] OR $post['title']">
    <!-- icon and title -->
    <div class="smallfont">
    <if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
    <if condition="$post['title']"><strong>$post[title]</strong></if>
    </div>
    <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
    <!-- / icon and title -->
    </if>


    <!-- message -->
    <div id="post_message_$post[postid]">$post[message]</div>

    <!-- / message -->


    <if condition="$show['attachments']">
    <!-- attachments -->
    <div style="padding:$stylevar[cellpadding]px">

    <if condition="$show['thumbnailattachment']">
    <fieldset class="fieldset">
    <legend>$vbphrase[attached_thumbnails]</legend>
    <div style="padding:$stylevar[formspacer]px">
    $post[thumbnailattachments]
    </div>
    </fieldset>
    </if>

    <if condition="$show['imageattachment']">
    <fieldset class="fieldset">
    <legend>$vbphrase[attached_images]</legend>
    <div style="padding:$stylevar[formspacer]px">
    $post[imageattachments]
    </div>
    </fieldset>
    </if>

    <if condition="$show['imageattachmentlink']">
    <fieldset class="fieldset">
    <legend>$vbphrase[attached_images]</legend>
    <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
    $post[imageattachmentlinks]
    </table>
    </fieldset>
    </if>

    <if condition="$show['otherattachment']">
    <fieldset class="fieldset">
    <legend>$vbphrase[attached_files]</legend>
    <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
    $post[otherattachments]
    </table>
    </fieldset>
    </if>

    <if condition="$show['moderatedattachment']">
    <fieldset class="fieldset">
    <legend>$vbphrase[attachments_pending_approval]</legend>
    <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
    $post[moderatedattachments]
    </table>
    </fieldset>
    </if>

    </div>
    <!-- / attachments -->
    </if>

    $template_hook[postbit_signature_start]

    <if condition="$post['signature']">
    <!--- imza basla --->
    <fieldset>
    <!-- sig -->
    <legend> <b> $post[musername] <b> <font color="green">ιмzα'м </font><font color="black">________________</font><font color="blue">Zeroka.¢σм </font> <br /> <br /> </legend>
    <!-- / sig-->
    $post[signature]
    </fieldset>
    <!--- imza bit --->

    </if>

    <if condition="$show['postedited']">




    <!-- edit note -->
    <div class="smallfont"> <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
    <em>
    <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
    <if condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
    </em>
    </div>
    <!-- / edit note -->
    </if>

    </td>
    </tr>
    <tr>
    <td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px">
    $post[onlinestatus]
    <if condition="$show['reputationlink']">
    <span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span>
    <if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if>
    </if>
    <if condition="$show['credits_postadd']">
    <span id="creditsmenu_$post[postid]"><a href="credits.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="credits_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/credits.gif" alt="<phrase 1="$post[username]" 2="$vbphrase[credits]">$vbphrase[credits_threadaward]</phrase>" border="0" /></a></span>
    <if condition="$show['popups']"><script type="text/javascript"> vbcdt_register("$post[postid]")</script></if>
    </if>
    <if condition="$show['infractionlink']"><a href="infraction.php?$session[sessionurl]do=report&p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/infraction.gif" alt="<phrase 1="$post[username]">$vbphrase[add_infraction_for_x]</phrase>" border="0" /></a></if>
    <if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
    $post[iplogged]
     
    </td>
    <if condition="$show['moderated']">
    <td class="alt2" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px">
    <else />
    <td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px; border-top: 0px">
    </if>
    <!-- controls -->
    <!-- Start Post Thank You Hack -->
    $post_thanks_button
    <!-- End Post Thank You Hack -->

    <!-- Start Post Groan Hack -->
    $post_groan_button
    <!-- End Post Groan Hack -->
    <if condition="$post['editlink']">
    <img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
    <a href="$post[editlink]" name="vBulletin::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
    </if>
    <if condition="$post['forwardlink']">
    <a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
    </if>
    <if condition="$post['replylink']">
    <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
    </if>
    <if condition="$show['multiquote_post']">
    <a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>
    </if>
    <if condition="$show['quickreply'] AND !$show['threadedmode']">
    <a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
    </if>
    <if condition="$show['moderated']">
    <img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
    </if>
    <if condition="$show['deletedpost']">
    <img src="$stylevar[imgdir_misc]/trashcan.gif" alt="$vbphrase[deleted_post]" border="0" />
    </if>
    <if condition="$show['redcard']">
    <a href="infraction.php?$session[sessionurl]do=view&p=$post[postid]"><img src="$stylevar[imgdir_button]/redcard.gif" alt="$vbphrase[received_infraction]" border="0" /></a>
    <else />
    <if condition="$show['yellowcard']">
    <a href="infraction.php?$session[sessionurl]do=view&p=$post[postid]"><img src="$stylevar[imgdir_button]/yellowcard.gif" alt="$vbphrase[received_warning]" border="0" /></a>
    </if>
    </if>
    $template_hook[postbit_controls]
    <!-- / controls -->
    </td>
    </tr>
    </table>
    <div class="dcc"><div class="dcg"></div><div class="dcd"></div></div>
    <div style="padding:0px 0px 5px 0px;"></div>
    $template_hook[postbit_end]
    <!-- post $post[postid] popup menu -->

    <div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none">
    <table cellpadding="4" cellspacing="1" border="0">
    <tr>
    <td class="thead">$post[username]</td>
    </tr>
    <if condition="$show['profile']">
    <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>

    </if>
    <if condition="$show['pmlink']">
    <tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
    </if>
    <if condition="$show['emaillink']">
    <tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
    </if>
    <if condition="$show['homepage']">
    <tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
    </if>
    <if condition="$show['search']">
    <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
    </if>
    <if condition="$post['userid'] AND $show['member']">
    <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
    </if>
    $template_hook[postbit_user_popup]
    </table>
    </div>
    <!-- / post $post[postid] popup menu -->
    <div id="award$post[postid]" style="padding:$stylevar[cellpadding]px 0px 0px 0px;">
    $awardbox
    </div>

    DEMO ;
    noimage

    KuLLanıLan EkLentiLer 1 Adet Zaten

    Thread count in Postbit - Postbitte Konu Sayısı Eklentisi kuLLanıLmıştır ..

    AlıntıdıR.
#02.10.2009 19:21 0 0 0
  • Resimde gözükse iyi olurdu :)
#02.10.2009 22:25 0 0 0
  • Resim alternetif link ;
    xxx
#03.10.2009 10:01 0 0 0
  • Resim Nerde
#05.10.2009 09:16 0 0 0
  • Resim zaten var sen göremiyorsun ,
    Dene ve gör diyebilirim anca :)
#06.10.2009 17:28 0 0 0
  • noimage
    Böle bir görüntüsü var
#06.10.2009 20:44 0 0 0
  • arkadaslar saçma olacak ama HEADER templatesi derken ? :(
#28.11.2009 02:27 0 0 0
  • [QUOTE=alelalen]arkadaslar saçma olacak ama HEADER templatesi derken ? :(noimage

    AdminCP ==> TemaLar ve StyleS ==> Temaları DüzenLe ==>

    KuLLandıqınız Temanın Yanında Git Butonuna TıkLayın, $abLonLar AÇıLaCaktır, h Tu$una BaSın, BuLaCakSınız...
#28.11.2009 20:45 0 0 0
  • noimage
#05.12.2009 17:27 0 0 0
  • hocam peki yeni bir eklenti ekledigimizde nereden duzenleme yapacagız bu postbit icin ben uyguladım teşekkurler eklentisi yok biraz ugraştım beceremedim de anlatırsan guzel olacak teşekkurler.
#09.12.2009 23:03 0 0 0
  • Yapımcısı ben olmadığım için yardım edemeyeceğim :(
#22.01.2010 20:57 0 0 0
  • yaw olmaadı ://
#31.03.2010 18:07 0 0 0
  • deneyelım bakalım bı ya
#11.05.2010 23:39 0 0 0
  • olmuyo bende
#01.10.2010 17:33 0 0 0
  • Mahvoldu bu nedir ya ;s
#02.09.2011 23:50 0 0 0