CHINH PHỤC
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Đăng nhập

Ghi nhớ
Latest topics
» Tôi sẽ đỗ đại học!
by nightWalker 9/2/2024, 7:00 pm

» Kỷ niệm xưa của chúng ta
by nightWalker 9/2/2024, 6:49 pm

» Bị lệch khung cần người giúp đỡ
by webhuy28 7/10/2021, 10:34 pm

» [HỎI ĐÁP] Danh sách bạn bè không thể hiển thị
by anhdaodaica1 2/10/2021, 10:04 pm

» [HỎI ĐÁP] Thông tin tài khoản không thể lưu thay đổi
by anhdaodaica1 2/10/2021, 6:05 am

» Phim bố già full
by huy.pc52 24/8/2021, 12:20 am

» Xin code Box HTML cho Forumvi
by Larva 1/7/2021, 12:57 pm

» Hello Anh Em Chinh phục
by HoàngTửNaivip5p 28/5/2021, 5:03 am

» Trang chủ tin tức cập nhật HOT 2016
by kenbi05 1/1/2020, 11:02 pm

» Không Dang9 bài viết = hình ảnh được
by huy.pc52 30/11/2019, 10:52 am

» CHÚC ANH EM NĂM MỚI VUI VẺ TRÀNG ĐẦY HẠNH PHÚC
by sps.kủn 12/2/2019, 1:16 pm

» Skin CNTT-K3 2015 (Full Mod)[✔]
by kenbi05 6/7/2018, 12:30 am

» baivong, handsome,....
by sps.kủn 29/6/2018, 1:54 pm

» [SHARE] SKIN ĐHFM.V7 @PUNBB
by tonyhoaivu 2/5/2018, 2:37 pm

» Share Skin Xanh Dương Cùi Bắp
by tonyhoaivu 28/4/2018, 5:57 pm

» Xin Skin http://v1.hotrofm.net/
by tonyhoaivu 28/4/2018, 5:45 pm

» Xin Skin Rao Vặt
by tonyhoaivu 15/4/2018, 12:07 pm

» Làm Sao Để Xóa Khung Này
by tonyhoaivu 14/4/2018, 7:18 pm

» [Lập nhóm]Lập nhóm fm
by vietkanpy 31/3/2018, 11:53 am

» [Help] về server úp ảnh của phutu [✔]
by baivong 17/3/2018, 10:18 pm

» Đừng khóc cho “tôi – Chinh Phục!”…
by AnHung 27/2/2018, 5:33 pm

» [Share] Skin Diendandaihoc.com [ Punbb ] [✔]
by Lu Mờ 13/2/2018, 7:28 pm

» Mời mấy thím vào groups Forumotion Việt Nam.
by dang02315 13/2/2018, 12:40 am

» Có thể làm các kiểu giao diện được không?
by Lu Mờ 9/2/2018, 3:40 pm

» ltns chinhphuc.info
by Shinichi Kudo 27/1/2018, 2:27 am

Top posting users this week
No user


[Share] Latest topic Vietdesigner[✔]

+2
subin217
Larva
6 posters

Go down

[Share] Latest topic Vietdesigner[✔] Empty [Share] Latest topic Vietdesigner[✔]

Bài gửi by Larva 5/7/2015, 12:38 pm

demo : [Share] Latest topic Vietdesigner[✔] MNrRUxF

đầu tiên vào memberlist_body tìm
<!-- END memberrow -->
thêm bên dưới nó
Code:
<div style="display:none" class="tienlarva">
    <div class="ltopmem">
        <!-- BEGIN memberrow -->
        <div class="las-list">
            <div class="listv2">
                <a href="{memberrow.U_VIEWPROFILE}" class="username" dir="auto">{memberrow.USERNAME}</a>
            </div>
            <div class="listv3 list_item">
                <span class="nthamgia">{memberrow.JOINED}</span>
            </div>
        </div>
        <!-- END memberrow -->
    </div>
</div>
index_body
Code:
<div id="latest-topic" class="clearfix">
    <!-- BEGIN giefmod_index1 -->
    {giefmod_index1.MODVAR}
    <!-- END giefmod_index1 -->
<script>
if (sessionStorage.getItem('tvnew') == null) {
    $.get(jQuery('option.users_new').attr('href'), function(b) {
        $('#loadtopnew').html($('.tienlarva .ltopmem', b).html());
        var a = $('#loadtopnew').html();
        sessionStorage.setItem('tvnew', '' + a + '');
    })
} else {
    $('#loadtopnew').html(sessionStorage.getItem('tvnew'))
}
</script>
</div>

mod_recent_topics
Code:
<!-- BEGIN classical_row -->
<div id="larva2nd">
    <ul class="tabs tab_link">
        <li class="active"><a href="#lasttopic" class="active">Bài viết mới</a></li>
    </ul>
    <ul id="larva2ndPanes">
        <li id="lasttopic" class="tab-content active">
            <div>
                <div id="topx" class="topx">
                    <!-- BEGIN recent_topic_row -->
                    <div class="las-list">
                        <div class="listv2">
                            <a class="idtopics" href="{classical_row.recent_topic_row.U_TITLE}">{classical_row.recent_topic_row.L_TITLE}</a>
                        </div>
                        <!-- BEGIN switch_poster -->
                        <div class="listv3 list_name">
                            <a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}" class="username">{classical_row.recent_topic_row.switch_poster.S_POSTER}</a>
                        </div>
                        <!-- END switch_poster -->
                        <!-- BEGIN switch_poster_guest -->

                        {classical_row.recent_topic_row.switch_poster_guest.S_POSTER}

                        <!-- END switch_poster_guest -->
                    </div>
                    <!-- END recent_topic_row -->
                </div>
            </div>
        </li>
    </ul>
</div>
<!-- END classical_row -->

Top_poster
Code:
<div id="larva1st">
    <ul class="tabs tab_select">
        <li class="active">
            <span class="titleList noscript">
            <select style="width: 162px">
               <option class="users_new" href="/memberlist?mode=joined&order=DESC" value="users-new">Thành viên mới</option>    
            </select>
          </span>
        </li>
    </ul>
    <ul id="larva1stPanes" class="top_posters">
        <li id="users-new" class="users-test">
            <div>
                <div id="loadtopnew" class="topmem"><img id="loaUser" src="http://i.imgur.com/nGa0CkK.gif" style="position: absolute; margin-top: -19px; margin-left: 198px" /></div>
            </div>
        </li>
    </ul>
</div>
CSS
Code:
/*LATESTTOPIC*/
li{list-style:none}
#latest-topic h3{font-size:12px;color:#fff;background-color:#387eb2;padding:8px;margin:0;min-height:6px;border:0;margin-bottom:5px}
#larva1st{float:left;width:225px}
#larva2nd{margin-left:230px}
.tabs{font-size:11px;background-repeat:repeat-x;background-position:top;padding:0 12px;border-bottom:1px solid #ddd;word-wrap:normal;min-height:23px;_height:23px;display:table;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.tabs li{float:left}
.tabs li a,.tabs.tab_select li{color:#141414;text-decoration:none;background-color:#FFF;padding:0 8px;margin-right:-1px;margin-bottom:-1px;display:inline-block;line-height:22px;cursor:pointer;outline:0 none;white-space:nowrap;word-wrap:normal;height:22px}
.tabs li.active a,.tabs.tab_select li.active{background-color:#EFEFEF;padding-bottom:1px;border-bottom:1px none #000}
#larva1stPanes,#larva2ndPanes{border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;padding-bottom:5px}
#larva1stPanes .users-test{padding-left:4px;padding-right:5px;line-height:17px;font-family:tahoma;font-size:13px}
.topmem{position:relative;zoom:1}
.las-list{background-color:#fff;border-bottom:1px solid #ddd}
.las-list .listv2{display:table-cell;vertical-align:middle;width:100%}
.las-list .listv3{font-size:11px;text-align:right;width:100px;display:table-cell;vertical-align:middle}
.las-list{display:table;table-layout:fixed;width:100%;word-wrap:normal;padding-top:3px;padding-bottom:3px}
.tab-content{padding-left:5px;padding-right:5px;line-height:17px;font-family:tahoma;font-size:13px}
ul.tabs.tab_select > li > span > select{margin:2px;font:99% arial,helvetica,clean,sans-serif;padding:0}
.new_post{background-color:#FFFFF4}
a.idtopics{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;width:100%;height:inherit}
.tab-content.active{display:block}
.tab-content.hide{display:none}
widget
[Share] Latest topic Vietdesigner[✔] 5UX7lUz


Được sửa bởi Larva ngày 6/7/2015, 10:28 am; sửa lần 2.
Larva
Larva
CPMember
CPMember

Chrome Invision
Ngày đăng ký : 02/09/2012
Số bài : 489
CPP : 224
Châm ngôn sống : Cùng nhau rip tất cả skin chúng nó :))

http://zgamevn.5forum.net

Về Đầu Trang Go down

[Share] Latest topic Vietdesigner[✔] Empty Re: [Share] Latest topic Vietdesigner[✔]

Bài gửi by subin217 5/7/2015, 2:17 pm

thanks bác nà
subin217
subin217
CPMember
CPMember

Chrome Invision
Ngày đăng ký : 07/02/2014
Số bài : 414
CPP : 169
Châm ngôn sống : Kéo quân qua đánh JavaScript và JQuery

http://vn.doraeiga.cf/

Về Đầu Trang Go down

[Share] Latest topic Vietdesigner[✔] Empty Re: [Share] Latest topic Vietdesigner[✔]

Bài gửi by Mr.Winni 6/7/2015, 9:55 am

Bác Larva ơi, đoạn code này của mod nào?
Code:
    <div id="larva1st">
        <ul class="tabs tab_select">
            <li class="active">
                <span class="titleList noscript">
                <select style="width: 162px">
                  <option class="users_new" href="/memberlist?mode=joined&order=DESC" value="users-new">Thành viên mới</option>   
                </select>
              </span>
            </li>
        </ul>
        <ul id="larva1stPanes" class="top_posters">
            <li id="users-new" class="users-test">
                <div>
                    <div id="loadtopnew" class="topmem"><img id="loaUser" src="http://i.imgur.com/nGa0CkK.gif" style="position: absolute; margin-top: -19px; margin-left: 198px" /></div>
                </div>
            </li>
        </ul>
    </div>
Mr.Winni
Mr.Winni
CPMember
CPMember

Firefox PunBB
Ngày đăng ký : 18/04/2010
Số bài : 415
CPP : 421
Châm ngôn sống : Im lặng là vàng

http://www.vietaf.com

Về Đầu Trang Go down

[Share] Latest topic Vietdesigner[✔] Empty Re: [Share] Latest topic Vietdesigner[✔]

Bài gửi by Larva 6/7/2015, 10:26 am

Top_poster nhé

sr quên ghi ^^
Larva
Larva
CPMember
CPMember

Chrome Invision
Ngày đăng ký : 02/09/2012
Số bài : 489
CPP : 224
Châm ngôn sống : Cùng nhau rip tất cả skin chúng nó :))

http://zgamevn.5forum.net

Về Đầu Trang Go down

[Share] Latest topic Vietdesigner[✔] Empty Re: [Share] Latest topic Vietdesigner[✔]

Bài gửi by Chúa Tể Địa Ngục 6/7/2015, 1:32 pm

tốt đó!...
Chúa Tể Địa Ngục
Chúa Tể Địa Ngục
CPYellowMember
CPYellowMember

Chrome PunBB
Ngày đăng ký : 15/07/2013
Số bài : 2203
CPP : 380
Châm ngôn sống : Không có gì cả :v

http://otaku-world.yourme.net

Về Đầu Trang Go down

[Share] Latest topic Vietdesigner[✔] Empty Re: [Share] Latest topic Vietdesigner[✔]

Bài gửi by DuyKKOO 6/7/2015, 4:18 pm

cái index đó là chèn vào chỗ muốn hiện à
với cả mình muốn nó có tad như trong demo thì làm thế nào vậy
DuyKKOO
DuyKKOO
CPMember
CPMember

Chrome PunBB
Ngày đăng ký : 27/06/2015
Số bài : 1
CPP : 0
Châm ngôn sống : Nơi này là nơi bạn khẳng định cá tính của mình! Tuyệt đối không đăng link forum của bạn.

http://dkvspri.forumvi.com/

Về Đầu Trang Go down

[Share] Latest topic Vietdesigner[✔] Empty Re: [Share] Latest topic Vietdesigner[✔]

Bài gửi by Mr.Winni 6/7/2015, 5:02 pm

nhìn cái code chắc không có top poster tuần và tháng rồi Buồn
Mr.Winni
Mr.Winni
CPMember
CPMember

Firefox PunBB
Ngày đăng ký : 18/04/2010
Số bài : 415
CPP : 421
Châm ngôn sống : Im lặng là vàng

http://www.vietaf.com

Về Đầu Trang Go down

[Share] Latest topic Vietdesigner[✔] Empty Re: [Share] Latest topic Vietdesigner[✔]

Bài gửi by markai30 6/7/2015, 6:03 pm

Larva đã viết:Top_poster nhé

sr quên ghi ^^

Chịu share last rồi sao. Nhìn cũng gọn phết nhỉ. Nhưng sao bằng của anh ^^.
markai30
markai30
CPMember
CPMember

Chrome PhpBB3
Ngày đăng ký : 18/02/2014
Số bài : 100
CPP : 150
Châm ngôn sống : Tự học tự làm

http://Viethoagame.forumvi.com

Về Đầu Trang Go down

[Share] Latest topic Vietdesigner[✔] Empty Re: [Share] Latest topic Vietdesigner[✔]

Bài gửi by Larva 6/7/2015, 11:35 pm

markai30 đã viết:
Larva đã viết:Top_poster nhé

sr quên ghi ^^

Chịu share last rồi sao. Nhìn cũng gọn phết nhỉ. Nhưng sao bằng của anh ^^.
hehe Cười nhe răng
Larva
Larva
CPMember
CPMember

Chrome Invision
Ngày đăng ký : 02/09/2012
Số bài : 489
CPP : 224
Châm ngôn sống : Cùng nhau rip tất cả skin chúng nó :))

http://zgamevn.5forum.net

Về Đầu Trang Go down

[Share] Latest topic Vietdesigner[✔] Empty Re: [Share] Latest topic Vietdesigner[✔]

Bài gửi by Sponsored content


Sponsored content


Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết