You are not connected. Please login or register

  1. ☆SimonFounder

    ☆Simon
    Giới tính :
    Nam
    Số bài viết :
    205
    Tham gia :
    20/01/2012
    + Demo
    [Code] Last style mới cho Phpbb3 Untitl15
    + Hướng dẫn
    - Cho đoạn code sau vào: MODULES > HTML & JAVASCRIPT > Javascript codes management :
    Title * : Tuỳ bạn
    Placement : In the home page

    Code:
    var CopyrightNotice = 'Reformatted Recent Topics widget script for forumotion phpBB3 and Invision boards. Copyright © 2011 by Dion Designs. All Rights Reserved. Use and/or modification of this script is allowed, provided this entire copyright notice remains in the original or modified script. Distribution is not allowed without written consent from Dion Designs.';

    function rtnew() {
        var y=document.createElement('div');
        y.id='rtopic';
        var x=$('#right .module')[0];
        var au=$(x).find('a:odd').get();
        var to=$(x).find('a:even').get();
        for (i=au.length-1;i>=0;i--) {
            var z=document.createElement('tr');
            var time=au[i].nextSibling.nodeValue;
            z.appendChild(au[i]);
            z.insertBefore(to[i],au[i]);
            $(au[i]).before('<td>'+time+'</td>');
            $(au[i]).wrap('<td></td>');
            $(to[i]).wrap('<td></td>');
            y.insertBefore(z,y.firstChild);
        }
        y.innerHTML='<div id="rtitle"><b>Recent Topics</b></div><table id="rtable" cellspacing="0"><tr><th class="ddto"><b>Topic</b></th><th class="ddti"><b>Time Posted</b></th><th class="ddau"><b>Author</b></th></tr>'+y.innerHTML+'</table>';
        $('#content-container').before(y);
    }

    $(function() {
        if (document.getElementById('chatbox_popup')) {rtnew();}
        $('#right .module').eq(0).remove();
    });

    - Cho đoạn code sau vào Css
    Code:
    #rtopic {width:900px;margin:10px auto;padding:0 6px 5px;background:#1675bc;font-family:Verdana;font-size:12px;text-align:center;border-radius:6px;}
    #rtitle {height:30px;line-height:30px;color:#fff;font-size:14px;}
    #rtable {width:100%;border-collapse:collapse;}
    #rtable th {padding:5px 0;background:#cadceb;border:1px solid #1675bc;}
    #rtable td {padding:5px;background:#fff;border:1px solid #1675bc;font-family:Tahoma;}
    .ddto {width:50%;}
    .ddti {width:25%;}
    .ddau {width:auto;}

    -MODULES > Portal & Widgets > Forum widgets management : chỉnh như hình sau
    [Code] Last style mới cho Phpbb3 123410
    + Lưu ý: Kick vào bánh xe màu vàng của Recent topics
    Activate the topics scrolling : chọn không

    -Bước 4 :
    MODULES > Chatbox > Cấu hình diễn đàn > ChatBox configuration > Activate the ChatBox : Chọn có
    và chọn Do not Display

    Nguồn : [You must be registered and logged in to see this link.]

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

 
  • Free forum | ©phpBB | Free forum support | Báo cáo lạm dụng | Thảo luận mới nhất
© 2012 Zone-A7
FM PunBB - Rip by Simon