Yuk DAFTAR SEKARANG juga, banyak TUTORIAL MENARIK buat kalian para forumer @2018
Kalian Member Baru, Yuk Perkenalan Dahulu. 1 Member 1 Thread.
Selamat datang di Forum Atlanta~Halo, kalian masih menjadi tamu ya di forum ini ? Kenapa masih jadi tamu ayok ikutan kita gabung di forum ini.
Banyak loh tutorial yang dapat kamu dapatkan di sini, kalian juga bisa tanya-tanya tentang masalah blog/forum kok di sini.
Langsung aja yok daftar kalau kalian belum daftar di sini Register, Kalau sudah punya IDnya langsung aja ya Login

You are not connected. Please login or register

 

Arsip: ajarin dong cara buat member of the month

Oops! Sepertinya ada sedikit kesalahan ...

[#22124]

Atlanta telah memblok tamu untuk melihat konten yang ada, silahkan mendaftar untuk dapat melihat isi konten kami.


Need Help?

Message (Halaman 1 dari 1)

kodokguel
#1
Arsip: ajarin dong cara buat member of the month Empty 21/11/2014, 14:46

Level 4
kodokguel

Level 4
[You must be registered and logged in to see this image.]

ajarin dong buat member of the month

rey
#2
Arsip: ajarin dong cara buat member of the month Empty 21/11/2014, 18:00

Staff Manager

rey

Staff Manager
Sebentar akan saya tanyakan dahulu sama admin Wink
Nanti akan saya share disini Senyum




Edited:

[You must be registered and logged in to see this image.]

Pertama untuk css silahkan masukkan ini
Code:
.img-d img {
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #C0CEDC;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    height: 70px;
    padding: 1px;
    width: 70px;
    padding: 1px;

.destaque td span div {display: inline-block;}
    .reset_cursor {
    cursor: default;
    }
.destaque .main-content table {
    background: none repeat scroll 0% 0% #F6F8FA;
    border: 1px solid #D3E0F2;
    width: 100%;
}
.main-motm .page-title h2{font-weight: bold !important; font-family: 'Ubuntu',sans-serif; font-size: 14px !important; color: white !important;}
.main-motm {
    background-color: #3F546D !important;
    border-radius: 4px 4px 0px 0px;
    color: #DEDFDF !important;
    font-family: 'Ubuntu',sans-serif;
    font-size: 14px;
    font-weight: 700 !important;
    padding: 2px 0px 8px 0px !important;
}
.main-motm .page-title h2 img{margin-bottom: -9px;}
.main-motm .page-title .rating-profile {float: right;margin-top: -17px;}
.motm a{font-size: 1.3em;text-decoration: none;}
.desc{font-size:11px;}
      .ipsType_small{padding-bottom:23px;}
.main-motm .main-content {padding: 7px 7px 7px 7px;background: none repeat scroll 0% 0% rgb(229, 237, 245) !important;}
.findposts{margin-right:0px !important;}

        .ipsBadge {
        background: #7ba60d;
        display: inline-block;
        height: 16px;
        line-height: 16px;
        padding: 0 5px;
        font-size: 9px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        vertical-align: middle;
        margin-right: 8px;
        }
        .ipsBadge_lightgrey {
        background: #b3b3b3;
        }

Lalu ini untuk javascriptnya all pages
Code:
$(document).ready(function(){
      $.get($('.main-content table[summary="Top posting users this month"] td:eq(0) a').attr('href'),function(d){
      $('.motm').html($('.main-content table[summary="Top posting users this month"] td:eq(0)').html());
      var nome = $(d).find('#profile-advanced-right .module .main-head .h3:eq(0) strong').text();
      $('.findposts a').attr('href','/spa/'+nome+'');
      var x = $('.main.destaque')[0];
      $(x).find('.main-content a[href^="/u"]').each(function() {
      var md = $(this).attr('href');
      var perf = $(this).attr('href');
      $(this).parents('.main-content').find('.perf a').attr('href',''+perf+'');
      $(this).parents('.main-content').find('td .img-d').load(md+'#profile-advanced-right .main-content.clearfix.center img:eq(0)');
      $(this).parents('.main-content').find('td .reg').load(md+'.main #field_id-4 div');
      $(this).parents('.main-content').find('td .posts').load(md+'.main #field_id-6 div');
      $(this).parents('.main-content').find('td .rep').load(md+'.main #field_id-14 div');
      $(this).parents('.main-content').find('td .status').load(md+'#profile-advanced-right .module:eq(0) .main-head em');
      if($(this)) {
        $('.main.destaque').show();
      }
    function makeArray() {
          for (i = 0; i<makeArray.arguments.length; i++)
          this[i + 1] = makeArray.arguments[i];
      }
      var months = new makeArray('Januari','Februari','Maret','April','May','Juni','Juli','Agustus','September','Oktober','November','Desember');
      var date = new Date();
      var month = date.getMonth() + 1;
      var yy = date.getYear();
      var year = (yy < 1000) ? yy + 1900 : yy;
      $('.top-date').text(months[month] + " " + year);
    });
    });
    $('.main').first().before('
<div class="main destaque" style="display: none;">
<div class="main-head main-motm">
      <div class="page-title" style="padding: 3px 6px 3px;">
            <h2><img src="http://i.imgur.com/fHukYSL.png" /> Member Of The Month</h2><div class="rating-profile">
            <img src="http://i.imgur.com/jFLWgyz.png"/>
            <img src="http://i.imgur.com/jFLWgyz.png"/>
            <img src="http://i.imgur.com/jFLWgyz.png"/>
            <img src="http://i.imgur.com/jFLWgyz.png"/>
            <img src="http://i.imgur.com/jFLWgyz.png"/>
            </div>
                </div>
</div>
 <div class="main-content">
 <table>
 <tbody class="statused">
                            <tr>
    <td width="80px" align="center" style="background-color: aliceBlue;padding: 3px;">
                <span class="img-d"></span><br><br>               
<span class="ipsBadge findposts" style="background:green;"><a href="#" style="color:white;">Find Posts</a></span>
            </td>
    <td>
    <div style="position:relative;left:-5px;padding:5px 0px 5px 15px;">
                  <div style="border-bottom:1px solid lightgrey;padding-bottom:3px;">
                      <h4> <span style="font-size:1.3em;" class="motm"></span></a></span>
                      <span style="float:right;color:grey;font-size:10px;position:relative;">Member Of The Month:  <span class="top-date ipsBadge" style="background:green;"></span></span></h4>
                      </div>

    <span>
    <p class="desc ipsType_small" style="padding-top:3px">
                  Selamat kepada &nbsp; <span class="motm"></span> sebagai Member of the month yang baru untuk <strong><span class="top-date"></span></strong>. Bergabung di atlanta sejak <strong><span class="reg"></span></strong>. Dia mempunyai <strong><span class="posts"></span></strong> postingan. Dia juga telah mendapatkan <strong><span class="rep"></span></strong>  reputasi (likes). Sekarang dia kayaknya sedang <strong><span class="status">Offline</span></strong>.
    </p>
    <strong><strong>
    <div style="padding:5px;float:right">
    <span class="ipsBadge ipsBadge_green reset_cursor"><span class="posts"></span> posts</span>
    <span class="ipsBadge ipsBadge_green reset_cursor"><span class="rep"></span> Reputation points</span>
    <span class="ipsBadge ipsBadge_lightgrey reset_cursor perf"><a href="#" style="color: white;">go to profile</a></span>

                  </div>
    </span>
                </strong></strong></div>
    </td>
          </tr>
    </tbody>
    </table>
    </div>
    </div>
    ');
    });

dan yang paling penting di forum widget sebelah kanan harus ada di paling atas

[You must be registered and logged in to see this image.]

Selesai Gelombang

Copyright for this creator i forgot where i found it wek

kodokguel
#3
Arsip: ajarin dong cara buat member of the month Empty 21/11/2014, 22:00

Level 4
kodokguel

Level 4
gk bisa gan, da saya ikutin.

rey
#4
Arsip: ajarin dong cara buat member of the month Empty 22/11/2014, 05:33

Staff Manager

rey

Staff Manager
kodokguel wrote:gk bisa gan, da saya ikutin.

Itu work untuk tema punbb yang default Senyum
Coba kasihs saya ID member disana satu, saya mau lihat forum disana Wink

kodokguel
#5
Arsip: ajarin dong cara buat member of the month Empty 23/11/2014, 20:09

Level 4
kodokguel

Level 4
rey wrote:
kodokguel wrote:gk bisa gan, da saya ikutin.

Itu work untuk tema punbb yang default Senyum
Coba kasihs saya ID member disana satu, saya mau lihat forum disana Wink
pake id admin saja bro yg kmrn saya ksh

tommycoo
#6
Arsip: ajarin dong cara buat member of the month Empty 24/11/2014, 05:29

Owner of Atlanta

tommycoo

Owner of Atlanta
kodokguel wrote:
rey wrote:
kodokguel wrote:gk bisa gan, da saya ikutin.

Itu work untuk tema punbb yang default Senyum
Coba kasihs saya ID member disana satu, saya mau lihat forum disana Wink
pake id admin saja bro yg kmrn saya ksh

Widgetnya sudah aktif belum ?

kodokguel
#7
Arsip: ajarin dong cara buat member of the month Empty 24/11/2014, 21:33

Level 4
kodokguel

Level 4
uda kq, li
tommycoo wrote:
kodokguel wrote:
rey wrote:
kodokguel wrote:gk bisa gan, da saya ikutin.

Itu work untuk tema punbb yang default Senyum
Coba kasihs saya ID member disana satu, saya mau lihat forum disana Wink
pake id admin saja bro yg kmrn saya ksh

Widgetnya sudah aktif belum ?

[You must be registered and logged in to see this image.]

ni gan templatenya

tommycoo
#8
Arsip: ajarin dong cara buat member of the month Empty 25/11/2014, 04:13

Owner of Atlanta

tommycoo

Owner of Atlanta
[You must be registered and logged in to see this image.]

Di kotak yang ane lingkarin itu harus terisi 180 Wink
sudah ?

kodokguel
#9
Arsip: ajarin dong cara buat member of the month Empty 26/11/2014, 21:18

Level 4
kodokguel

Level 4
sudah gan, da ane ubah jadi 180

kodokguel
#10
Arsip: ajarin dong cara buat member of the month Empty 26/11/2014, 22:08

Level 4
kodokguel

Level 4
coba agan merapat ke forum ane, atau agan buka id Admin ane saja? biar lgsng ke tkp panel adminya?

tommycoo
#11
Arsip: ajarin dong cara buat member of the month Empty 27/11/2014, 05:27

Owner of Atlanta

tommycoo

Owner of Atlanta
kodokguel wrote:sudah gan, da ane ubah jadi 180

kodokguel wrote:coba agan merapat ke forum ane, atau agan buka id Admin ane saja? biar lgsng ke tkp panel adminya?

Tolong jangan double post ya Senyum

Kayaknya ada masalah di template agan sama cssnya itu,
Kalau agan gunain tutorial yang disini [You must be registered and logged in to see this link.] kemungkinan pada rusak semua widgetnya ?

kodokguel
#12
Arsip: ajarin dong cara buat member of the month Empty 28/11/2014, 21:15

Level 4
kodokguel

Level 4
tommycoo wrote:
kodokguel wrote:sudah gan, da ane ubah jadi 180

kodokguel wrote:coba agan merapat ke forum ane, atau agan buka id Admin ane saja? biar lgsng ke tkp panel adminya?

Tolong jangan double post ya Senyum

Kayaknya ada masalah di template agan sama cssnya itu,
Kalau agan gunain tutorial yang disini [You must be registered and logged in to see this link.] kemungkinan pada rusak semua widgetnya ?

mungkin jg si gan, bisa jadi kemakan widget member of the monthnya sama widget latest post itu

rey
#13
Arsip: ajarin dong cara buat member of the month Empty 29/11/2014, 06:24

Staff Manager

rey

Staff Manager
Jadi thread saya closed aja ya?

kodokguel
#14
Arsip: ajarin dong cara buat member of the month Empty 30/11/2014, 19:26

Level 4
kodokguel

Level 4
close saja gan, makasih ya gan

tommycoo
#15
Arsip: ajarin dong cara buat member of the month Empty 1/12/2014, 05:03

Owner of Atlanta

tommycoo

Owner of Atlanta
Topik terkunci!

[You must be registered and logged in to see this image.] Dipindahkan ke: Archive Forum

Sponsored content
#16
Arsip: ajarin dong cara buat member of the month Empty 


Message (Halaman 1 dari 1)

Share This Topic !

URL :
BBcode :
HTML :

Permissions in this forum:
Anda tidak dapat menjawab topik

Total Posts Total Threads Total Members Newest Member29 November 2014 Date of Establishment of the Forum

Total 0 user online :: 0 Terdaftar, 0 Tersembunyi dan 0 Tamu

Total 0 user online :: 0 Terdaftar, 0 Tersembunyi dan 0 Tamu (Lihat list online)


User yang sedang berada di forum ini: Tidak ada