![]() |
|
|
LinkBack | Seçenekler | Stil |
|
|
#1 (permalink) |
|
Kayıtlı Üye Tecrübe Puanı: 3
![]() |
Admincp > Vbulletin seçenekler > Harici Data Sağlayıcısı ;
Harici Javascript Özelliği Açma : EVET Daha sonra; kullandığınız temanın hbd_portalv2 templatesine gelerek DİKKAT İLK ÖNCE YEDEĞİNİ ALINIZ !!!! şu kodları buluyoruz : [HTML]<!-- Start: Last x active threads --> [/HTML]bir alttaki koda kadar hepsini siliyoruz. [HTML]<!-- End: Last x active threads --> [/HTML]sildiğimiz kısıma yeniden şu kodları ekliyoruz ; [HTML]<!-- Start: Last x active threads --> <if condition="$vboptions[hbd_portalv2_latest_enable]==0"> <if condition="$vbulletin->options['externaljs']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" width="100%"> <if condition="$show['member']"> <a rel="nofollow" href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[hbdpv2_latest]</a> <else /> <a rel="nofollow" href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[hbdpv2_latest]</a> </if> </td> </tr> <tr> <td class="alt1" width="100%" align="left"> <div class="smallfont"> <if condition="$vboptions[hbd_portalv2_latest_marquee]==2"> <script type="text/javascript" src="external.php?forumids=$vboptions[hbd_portalv2_latest_forums]&type=js"></script> <script type="text/javascript" src="external.php?type=js"></script> <script language="" type="text/javascript"> <!-- var max = $vboptions[hbd_portalv2_latest_count]; if(threads.length < max) max = threads.length; for(i = 0; i < max; i++) { if (threads[i].title.length > 20) { threads[i].title = threads[i].title.substring(0, 30) + '...'; } document.writeln("<li><a href=\"showthread.php?t=" + threads[i].threadid + "\">" + threads[i].title + "</a> <span class=\"time\"> Yazar: " + threads[i].poster + "</span></li>"); } //--> </script> </marquee> <else /> <ul> <script type="text/javascript" src="external.php?forumids=$vboptions[hbd_portalv2_latest_forums]&type=js"></script> <script type="text/javascript"> <!-- var max = $vboptions[hbd_portalv2_latest_count]; if(threads.length < max) max = threads.length; for(i = 0; i < max; i++) { if (threads[i].title.length > 20) { threads[i].title = threads[i].title.substring(0, 30) + '...'; } document.writeln("<li><a href=\"showthread.php?t=" + threads[i].threadid + "\">" + threads[i].title + "</a> <span class=\"time\"> Posted by: " + threads[i].poster + " - Posted on: " + threads[i].threaddate + "</span></li>"); } //--> </script> </ul> </if> </div> </td> </tr> </table> </if> <br /> </if> <!-- End: Last x active threads --> [/HTML]Tekrar admincp > vbulletin seçenekleri diyerek şu aşşağıdaki ayarları aynen yapıyoruz; ![]() Diller ve cümlelere girerek "Latest Threads" ı buluyoruz kendimize göre değişiyoruz. İşleminiz bu kadar arkadaşlar.. HBD portalınızda son olarak şöyle bir görüntü çıkıyor (:
|
|
|
|