Vbulletin SocialBookmarks SexyBookmarks

Son güncelleme: 25.12.2009 17:49
  • Vbulletin | SocialBookmarks | SexyBookmarks
    Arkadaşlar Merhaba,
    Sexy Bookmarkın vbulletin versiyonunu şuanda yapmış bulunmaktayım..Tamamen Orjinaldir Hiçbir Eklenti Yoktur Sadece Birkaçtane Kullanılmayacak Olan Butonları Sildim Ama siz (html kodları kullanarak) ekleyebilirsiniz..

    Sizlerlede paylaşayım hemen...


    <script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/>
    <script type='text/javascript'>
    jQuery(document).ready(function() {
    // xhtml 1.0 strict way of using target _blank
    jQuery('.sexy-bookmarks a.external').attr("target", "_blank");
    // this block sets the auto vertical expand when there are more than
    // one row of bookmarks.
    var sexyBaseHeight=jQuery('.sexy-bookmarks').height();
    var sexyFullHeight=jQuery('.sexy-bookmarks ul.socials').height();
    if (sexyFullHeight>sexyBaseHeight) {
    jQuery('.sexy-bookmarks-expand').hover(
    function() {
    jQuery(this).animate({
    height: sexyFullHeight+'px'
    }, {duration: 400, queue: false});
    },
    function() {
    jQuery(this).animate({
    height: sexyBaseHeight+'px'
    }, {duration: 400, queue: false});
    }
    );
    }
    // autocentering
    if (jQuery('.sexy-bookmarks-center')) {
    var sexyFullWidth=jQuery('.sexy-bookmarks').width();
    var sexyBookmarkWidth=jQuery('.sexy-bookmarks:first ul.socials li').width();
    var sexyBookmarkCount=jQuery('.sexy-bookmarks:first ul.socials li').length;
    var numPerRow=Math.floor(sexyFullWidth/sexyBookmarkWidth);
    var sexyRowWidth=Math.min(numPerRow, sexyBookmarkCount)*sexyBookmarkWidth;
    var sexyLeftMargin=(sexyFullWidth-sexyRowWidth)/2;
    jQuery('.sexy-bookmarks-center').css('margin-left', sexyLeftMargin+'px');
    }
    });
    </script>
    <style type="text/css">
    div.sexy-bookmarks{margin:20px 0 0 0; border: 0;outline: none;clear:both !important}
    div.sexy-bookmarks-expand{height:29px; overflow:hidden}
    .sexy-bookmarks-bg-sexy, .sexy-bookmarks-bg-love{background-image:url('/sexytrans.png') !important; background-repeat:no-repeat}
    div.sexy-bookmarks-bg-love{padding:26px 0 0 10px; background-position:left -1148px !important}
    div.sexy-bookmarks ul.socials{width:100% !important; margin:0 !important; padding:0 !important; float:left}
    div.sexy-bookmarks ul.socials li{display:inline !important; float:left !important; list-style-type:none !important; margin:0 !important; height:29px !important; width:60px !important; cursor:pointer !important; padding:0 !important}
    div.sexy-bookmarks ul.socials li:before, div.sexy-bookmarks ul.socials li:after, div.sexy-bookmarks ul.socials li a:before, div.sexy-bookmarks ul.socials li a:after{content:none !important}
    div.sexy-bookmarks ul.socials a{display:block !important; width:60px !important; height:29px !important; text-indent:-9999px !important; background-color:transparent !important}
    div.sexy-bookmarks ul.socials a:hover{background-color:transparent !important}
    .sexy-digg, .sexy-digg:hover, .sexy-reddit, .sexy-reddit:hover, .sexy-stumbleupon, .sexy-stumbleupon:hover, .sexy-delicious, .sexy-delicious:hover, .sexy-yahoobuzz, .sexy-yahoobuzz:hover, .sexy-blinklist, .sexy-blinklist:hover, .sexy-technorati, .sexy-technorati:hover, .sexy-facebook, .sexy-facebook:hover, .sexy-twitter, .sexy-twitter:hover, .sexy-myspace, .sexy-myspace:hover, .sexy-mixx, .sexy-mixx:hover, .sexy-scriptstyle, .sexy-scriptstyle:hover, .sexy-designfloat, .sexy-designfloat:hover, .sexy-comfeed, .sexy-comfeed:hover, .sexy-newsvine, .sexy-newsvine:hover, .sexy-linkedin, .sexy-linkedin:hover, .sexy-google, .sexy-google:hover, .sexy-friendfeed, .sexy-friendfeed:hover{background:url('/sexysprite.png') no-repeat !important;border: 0;outline: none;}
    .sexy-digg{background-position:-980px bottom !important}
    .sexy-digg:hover{background-position:-980px top !important}
    .sexy-reddit{background-position:-700px bottom !important}
    .sexy-reddit:hover{background-position:-700px top !important}
    .sexy-stumbleupon{background-position:-630px bottom !important}
    .sexy-stumbleupon:hover{background-position:-630px top !important}
    .sexy-delicious{background-position:-1190px bottom !important}
    .sexy-delicious:hover{background-position:-1190px top !important}
    .sexy-yahoobuzz{background-position:-1120px bottom !important}
    .sexy-yahoobuzz:hover{background-position:-1120px top !important}
    .sexy-blinklist{background-position:-1260px bottom !important}
    .sexy-blinklist:hover{background-position:-1260px top !important}
    .sexy-technorati{background-position:-560px bottom !important}
    .sexy-technorati:hover{background-position:-560px top !important}
    .sexy-myspace{background-position:-770px bottom !important}
    .sexy-myspace:hover{background-position:-770px top !important}
    .sexy-twitter{background-position:-490px bottom !important}
    .sexy-twitter:hover{background-position:-490px top !important}
    .sexy-facebook{background-position:-1330px bottom !important}
    .sexy-facebook:hover{background-position:-1330px top !important}
    .sexy-mixx{background-position:-840px bottom !important}
    .sexy-mixx:hover{background-position:-840px top !important}
    .sexy-scriptstyle{background-position:-280px bottom !important}
    .sexy-scriptstyle:hover{background-position:-280px top !important}
    .sexy-designfloat{background-position:-1050px bottom !important}
    .sexy-designfloat:hover{background-position:-1050px top !important}
    .sexy-newsvine{background-position:left bottom !important}
    .sexy-newsvine:hover{background-position:left top !important}
    .sexy-google{background-position:-210px bottom !important}
    .sexy-google:hover{background-position:-210px top !important}
    .sexy-comfeed{background-position:-420px bottom !important}
    .sexy-comfeed:hover{background-position:-420px top !important}
    .sexy-linkedin{background-position:-70px bottom !important}
    .sexy-linkedin:hover{background-position:-70px top !important}
    .sexy-friendfeed{background-position:-1750px bottom !important}
    .sexy-friendfeed:hover{background-position:-1750px top !important}
    .sexy-link{ margin-left:25px; float:left}
    .sexy-link A{padding:10px 0; width:470px; text-align:right; border:0; outline:none}</style><div class='sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-love' style='margin:20px 0 0 0 !important; padding:25px 0 0 10px !important; height:29px;/*the height of the icons (29px)*/ display:block !important; clear:both !important;'>
    <ul class='socials'>
    <li class='sexy-delicious'><a rel="nofollow" style="text-decoration:none;" href="http://del.icio.us/" onclick="window.open('http://del.icio.us/post?v=2&url='+encodeURIComponent(location.href)+'&notes=&tags=&title='+encodeURIComponent(document.title));return false;" title="Bookmark to: Del.icio.us" onmouseover="schnapp('Delicious','','http://www.social-bookmark-script.de/img/bookmarks/del_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/del_trans.gif" alt="Bookmark to: Del.icio.us" name="Delicious" border="0" id="Delicious"> </a></li>
    <li class='sexy-digg'><a rel="nofollow" style="text-decoration:none;" href="http://digg.com/" onclick="window.open('http://digg.com/submit?phase=2&url='+encodeURIComponent(location.href)+'&bodytext=&tags=&title='+encodeURIComponent(document.title));return false;" title="Bookmark to: Digg" onmouseover="schnapp('Digg','','http://www.social-bookmark-script.de/img/bookmarks/digg_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/digg_trans.gif" alt="Bookmark to: Digg" name="Digg" border="0" id="Digg"> </a></li>
    <li class='sexy-stumbleupon'><a rel="nofollow" style="text-decoration:none;" href="http://www.stumbleupon.com/" onclick="window.open('http://www.stumbleupon.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));return false;" title="Bookmark to: StumbleUpon" onmouseover="schnapp('StumbleUpon','','http://www.social-bookmark-script.de/img/bookmarks/stumbleupon_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/stumbleupon_trans.gif" alt="Bookmark to: StumbleUpon" name="StumbleUpon" border="0" id="StumbleUpon"> </a></li>
    <li class='sexy-reddit'><a rel="nofollow" style="text-decoration:none;" href="http://reddit.com/" onclick="window.open('http://reddit.com/submit?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title));return false;" title="Bookmark to: Reddit" onmouseover="schnapp('Reddit','','http://www.social-bookmark-script.de/img/bookmarks/reddit_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/reddit_trans.gif" alt="Bookmark to: Reddit" name="Reddit" border="0" id="Reddit"> </a></li>
    <li class='sexy-google'><a rel="nofollow" style="text-decoration:none;" href="http://www.google.com/" onclick="window.open('http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+encodeURIComponent(location.href)+'&annotation=&labels=&title='+encodeURIComponent(document.title));return false;" title="Bookmark to: Google" onmouseover="schnapp('Google','','http://www.social-bookmark-script.de/img/bookmarks/google_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/google_trans.gif" alt="Bookmark to: Google" name="Google" border="0" id="Google"> </a></li>
    <li class='sexy-facebook'><a rel="nofollow" style="text-decoration:none;" href="http://www.facebook.com/" onclick="window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(location.href)+'&t='+encodeURIComponent(document.title));return false;" title="Bookmark to: Facebook" onmouseover="schnapp('Facebook','','http://www.social-bookmark-script.de/img/bookmarks/facebook_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/facebook_trans.gif" alt="Bookmark to: Facebook" name="Facebook" border="0" id="Facebook"> </a></li>
    <li class='sexy-yahoobuzz'><a rel="nofollow" style="text-decoration:none;" href="http://www.yahoo.com/" onclick="window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&d=&tag=&u='+encodeURIComponent(location.href));return false;" title="Bookmark to: Yahoo" onmouseover="schnapp('Yahoo','','http://www.social-bookmark-script.de/img/bookmarks/yahoo_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/yahoo_trans.gif" alt="Bookmark to: Yahoo" name="Yahoo" border="0" id="Yahoo"> </a></li>
    <li class='sexy-technorati'><a rel="nofollow" style="text-decoration:none;" href="http://www.technorati.com/" onclick="window.open('http://technorati.com/faves?add='+encodeURIComponent(location.href)+'&tag=');return false;" title="Bookmark to: Technorati" onmouseover="schnapp('Technorati','','http://www.social-bookmark-script.de/img/bookmarks/technorati_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/technorati_trans.gif" alt="Bookmark to: Technorati" name="Technorati" border="0" id="Technorati"> </a></li>
    <li class='sexy-blinklist'><a rel="nofollow" style="text-decoration:none;" href="http://www.blinklist.com/" onclick="window.open('http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Tag=&Url='+encodeURIComponent(location.href)+'&Title='+encodeURIComponent(document.title));return false;" title="Bookmark to: Blinklist" onmouseover="schnapp('Blinklist','','http://www.social-bookmark-script.de/img/bookmarks/blinklist_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/blinklist_trans.gif" alt="Bookmark to: Blinklist" name="Blinklist" border="0" id="Blinklist"> </a></li>
    <li class='sexy-newsvine'><a rel="nofollow" style="text-decoration:none;" href="http://www.newsvine.com/" onclick="window.open('http://www.newsvine.com/_wine/save?popoff=1&u='+encodeURIComponent(location.href)+'&tags=&blurb='+encodeURIComponent(document.title));return false;" title="Bookmark to: Newsvine" onmouseover="schnapp('Newsvine','','http://www.social-bookmark-script.de/img/bookmarks/newsvine_trans_ani.gif',1)" onmouseout="schnipp()" > <img style="padding-bottom:1px;" src="http://www.social-bookmark-script.de/img/bookmarks/newsvine_trans.gif" alt="Bookmark to: Newsvine" name="Newsvine" border="0" id="Newsvine"> </a></li>
    <li class='sexy-twitter'><a href="http://twitter.com/home?status=Currently reading http://gidigidi.net.tc" title="Click to share this post on Twitter">Share on Twitter</a></li>
    </ul>
    <div style='clear:both;'/>
    </div> Bunu ;
    adminpanel<Stiller & Temalar<Stil Yönetimi<kullandıgınız tema<Konu Gösterimi (show Thread)<showthread_bookmarksite
    yi açıyoruz, içindeki herşeyi siliyoruz yerine yukarıdaki kodu yapıştırıyoruz...

    ve ekte verilmiş olan 2 tane resim katalogunuda forumun ana dizinine atıyoruz..Sonra Kaydet ve Herhangi bir konuya gidip bakıyoruz.. Ta-daaa

    noimage

    Teşekkür etmeniz Yeterlidir İyi Günlerde Kullanınız...

    You can translate this page with toolbar translater..Goodluck..
    Eklentiler :

    http://rapidshare.com/files/311053270/anadizineat.zip
    Alternatif Link
    Download

    socialbookmark.net de bildirim onayı gönderildi :) sizlerlede paylaşayım bu bilgiyi..Kolay gelsin herkese..

    Bu Bir Jason Junior™ Yapımıdır...
#23.11.2009 13:54 0 0 0
  • Ozaman Eksik Olur :) tam olarak calısmaz :) Eklenti ekleyemiyorumda negüzell..
#23.11.2009 14:11 0 0 0
  • Emeğine sağlık...
    Alternatif Link Eklenmiştir...
#23.11.2009 15:48 0 0 0
  • :) güle güle kullanın arkadaşlar
#26.11.2009 16:29 0 0 0
  • Arkadasim tesekkürler simdi kurdum ama ben bisey göremedim neden acaba?
#26.11.2009 17:46 0 0 0
  • forumun ana dizinine atıcaksınız resimleri...denenmiştir tarafımca calısyor
#30.11.2009 16:53 0 0 0
  • Şahsen Bende Bir değişiklik Göremedim Bizdemi Bir Yanlışlık Var :)
#07.12.2009 13:26 0 0 0
  • Sorunuzu çözdüm forumu ana dizinde olmayan /forum bölümünde olanlar
    friendfeed:hover{background:url('/sexysprite.png') no-repeat
    adlı kodu
    friendfeed:hover{background:url('forum/sexysprite.png') no-repeat

    friendfeed:hover{background:url('/sexytrans.png') no-repeat
    adlı kodu
    friendfeed:hover{background:url('forum/sexytrans.png') no-repeat
    olarak değiştirsin denedim oluyor.
#13.12.2009 12:12 0 0 0
  • arkadaşlar forumunuzun bulundugu dizine attıgınızda yani örn olarak www.sitem.com un bulundugu dizine atacaksınız eger sub domain olarak forumu kullanıyorsanızda forumunuzun ait oldugu kalsore atacaksınız eklentideki dosyaları :)
#23.12.2009 16:29 0 0 0
  • eklenti çalışmıyor mlsf resimleri ana dizine atmasanız bile en azından konularda boşluk olur resimi bulamadığı için bunda hiç çalışmıyor
#25.12.2009 08:12 0 0 0
  • kendi sitemde kullanıyorum dostum :) çalışmasa koymam heralde...
#25.12.2009 17:49 0 0 0