Đưa Skin mới vào diễn đàn sử dụng ! Nếu quá trình sử dụng diễn đàn xảy ra lỗi, xin vui lòng liên hệ Admin để báo lỗi ! Cảm ơn !

You are not connected. Please login or register

[Thắc mắc] thành viên và khách không thấy bài viết mới

  • Please log in to post a topic
  • conktco

    conktco
    conktco

    conktco

    Group: Member

    Hiện đang:
    Bài viết : 80
    Points : 90
    Thanks : 4

    Member

    Member
    Bài viết thứ :1

    Đăng vào:17/1/2013, 11:01

    Member
    Thắc mắc giống tiêu đề, nhờ mọi người fix dùm,cái last nằm trong skin facebooki của Chupy ấy, mình đăng nhập bằng nik Admin thiì ào rum cái là cái last lên liền , còn nếu là khách hoặc nick thành viên mà đăng nhập vào là cái bảng last chỉ hiện lên chữ không thấy bài viết mowis hoặc chỉ lên hình ảnh của loading thui.

    #1 - Posted 17/1/2013, 11:01
    Quý Ròm

    Quý Ròm
    Quý Ròm

    Quý Ròm

    Group: Administrator

    Hiện đang:
    Bài viết : 3745
    Points : 11240
    Birthday : 21/02/1991
    Thanks : 4736
    Đến từ : Hà Nội

    Administrator

    Administrator
    Bài viết thứ :2

    Đăng vào:17/1/2013, 11:03

    Administrator
    cho cái link forum

    #2 - Posted 17/1/2013, 11:03
    conktco

    conktco
    conktco

    conktco

    Group: Member

    Hiện đang:
    Bài viết : 80
    Points : 90
    Thanks : 4

    Member

    Member
    Bài viết thứ :3

    Đăng vào:17/1/2013, 13:21

    Member
    Chupy đã viết:cho cái link forum
    đây nè chupy [You must be registered and logged in to see this link.] nick fix pass abc123456

    #3 - Posted 17/1/2013, 13:21
    Bư

    Bư

    Group: Administrator

    Hiện đang:
    Bài viết : 2228
    Points : 7446
    Birthday : 02/02/1992
    Thanks : 4630
    Đến từ : hà nội

    Administrator
    http://www.cntt-k3.biz

    Administrator
    Bài viết thứ :4

    Đăng vào:17/1/2013, 13:30

    Administrator
    <script type="text/javascript" async="" src="http://chupy.googlecode.com/files/vifm.js"></script>
    kiểm tra trong overall_footer_end có đoạn này jko

    #4 - Posted 17/1/2013, 13:30
    http://www.cntt-k3.biz
    conktco

    conktco
    conktco

    conktco

    Group: Member

    Hiện đang:
    Bài viết : 80
    Points : 90
    Thanks : 4

    Member

    Member
    Bài viết thứ :5

    Đăng vào:17/1/2013, 13:40

    Member
    Bư đã viết:
    kiểm tra trong overall_footer_end có đoạn này jko
    có rồi bư ạ

    #5 - Posted 17/1/2013, 13:40
    Bư

    Bư

    Group: Administrator

    Hiện đang:
    Bài viết : 2228
    Points : 7446
    Birthday : 02/02/1992
    Thanks : 4630
    Đến từ : hà nội

    Administrator
    http://www.cntt-k3.biz

    Administrator
    Bài viết thứ :6

    Đăng vào:17/1/2013, 13:45

    Administrator
    ném footer_end lên đây xem
    à có thể bạn phân quyền cho khách ko được xem box

    #6 - Posted 17/1/2013, 13:45
    http://www.cntt-k3.biz
    conktco

    conktco
    conktco

    conktco

    Group: Member

    Hiện đang:
    Bài viết : 80
    Points : 90
    Thanks : 4

    Member

    Member
    Bài viết thứ :7

    Đăng vào:17/1/2013, 13:50

    Member
    Code:
    <style>    .tipsy {
        padding: 5px;
        font-size: 10px;
        position: absolute;
        z-index: 999;

        }

        .tipsy-inner {
        padding: 5px 8px 4px 8px;
        background-color: black;
        color: white;
        max-width: 200px;
        text-align: center;
        }

        .tipsy-inner {
        border-radius: 3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        }

        .tipsy-arrow {
        position: absolute;
        background: url('http://onehackoranother.com/projects/jquery/tipsy/stylesheets/../images/tipsy.gif') no-repeat top left;
        width: 9px;
        height: 5px;
        }

        .tipsy-n .tipsy-arrow {
        top: 0;
        left: 50%;
        margin-left: -4px;
        }

        .tipsy-nw .tipsy-arrow {
        top: 0;
        left: 10px;
        }

        .tipsy-ne .tipsy-arrow {
        top: 0;
        right: 10px;
        }

        .tipsy-s .tipsy-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -4px;
        background-position: bottom left;
        }

        .tipsy-sw .tipsy-arrow {
        bottom: 0;
        left: 10px;
        background-position: bottom left;
        }

        .tipsy-se .tipsy-arrow {
        bottom: 0;
        right: 10px;
        background-position: bottom left;
        }

        .tipsy-e .tipsy-arrow {
        top: 50%;
        margin-top: -4px;
        right: 0;
        width: 5px;
        height: 9px;
        background-position: top right;
        }

        .tipsy-w .tipsy-arrow {
        top: 50%;
        margin-top: -4px;
        left: 0;
        width: 5px;
        height: 9px;
          }</style>
    <!-- BEGIN html_validation -->
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <body>
    <div>
        <div>
            <div>
                <div>
                    <div>
                        <div>
                            <ul>
                                <li>
    <!-- END html_validation -->
                                </li>
                            </ul>
                            <!-- BEGIN switch_footer_links -->
                            <ul>
                                <li>
                                    <!-- BEGIN footer_link -->
                                        <!-- BEGIN switch_separator --> | <!-- END switch_separator -->
                                        {switch_footer_links.footer_link.FOOTER_LINK_SEPARATOR}<a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
                                    <!-- END footer_link -->
                                </li>
                            </ul>
                            <!-- END switch_footer_links -->
                        </div>
                        <br />
                        <p class="center">
                            <strong>{ADMIN_LINK}</strong>
                        </p>
                                      <div id="footer" class="floatcontainer footer">

        <form action="http://chaokontum.forumvi.com/" method="get" id="footer_select" class="footer_select">
               
           
                <select name="styleid" onchange="switch_id(this, 'style')">
                    <optgroup label="Chọn giao diện">
                        <option value="1" class="" selected="selected">-- cKt forum</option> <option value="2" class="">-- Yên Mô Mobile</option> <option value="3" class="">-- Yên Mô 2</option>
                    </optgroup>
               
           
           
           
                <select name="langid" onchange="switch_id(this, 'lang')">
                    <form action="http://scriptsocket.com/cgi-bin/jumpbox/jump.cgi" method="get" id="footer_select" class="footer_select">
                                      <select onchange="window.location.href=this.options[this.selectedIndex].value" width="100px"><optgroup label="Chọn ngôn ngữ"><option value="http://chaokontum.forumvi.com/forum/" selected="selected">-- Vietnamese</option><option value="http://translate.googleusercontent.com/translate_c?hl=en&amp;sl=vi&amp;tl=en&amp;u=http://chaokontum.forumvi.com/forum&amp;rurl=translate.google.com&amp;usg=ALkJrhjqSQ7FJ-LiMq8AAhpHbt33oZ-HJQ">-- English</option>  </optgroup>
                                     
                                      </select></form>
               
           


        <ul id="footer_links" class="footer_links">
                                <li><a href="http://www.forumvi.com/" rel="nofollow" accesskey="9">Free forum</a></li> |
                                          <li><a href="http://www.forumvi.com/vi/punbb/" rel="nofollow" accesskey="9">© PunBB</a></li> |
                                          <li><a href="http://help.forumotion.com/" rel="nofollow" accesskey="9">Free forum support</a></li> |
        <script type="text/javascript" async="" src="http://chupy.googlecode.com/files/vifm.js"></script>
              <li><a href="/abuse?page=%2Ft6141-topic&report=1" rel="nofollow" accesskey="9">Report an abuse</a></li> |
            <li><a href="http://chaokontum.forumvi.com/contact" rel="nofollow" accesskey="9">Liên Hệ</a></li> |
              <li><a href="http://chaokontum.forumvi.com/h49-page/">© Chào Kon Tum</a></li> |
           
           
              <li><a href="/#top" onclick="document.location.hash='top'; return false;">Lên Trên</a></li>
        </ul>
       
       
       
       
       
           
    </div>
                    </div>
                              <div class="below_body">
    <div id="footer_time" class="shade footer_time">Múi giờ GMT +7. <span class="time">{CURRENT_TIME}</span>.
                                <br>
                               
    Diễn đàn hiển thị tốt nhất trên trình duyệt <a href="http://www.google.com/chrome?hl=vi" title="Tải Chorme" onmouseover="showtip('Tải Google Chrome ..!');" onmouseout="hidetip();" target="_blank"><img src="http://www.c3zone.net/users/2611/10/63/87/album/gc10.png"></a>
                                  <br>
                                    Ban Quản trị không chịu trách nhiệm về nội dung thành viên đăng tải
                                   
                                </div>
    <div id="footer_copyright" class="shade footer_copyright">
        <!-- Do not remove this copyright notice -->
        Style Facebook profile 2012<br>
        <a href="http://www.cntt-k3.biz/u1" title="Giao diện được thực hiện bởi Chupy" target="_blank">
     
    Theme by Chupy </a>
      <br>
     
        <!-- Do not remove this copyright notice -->   
    </div>
      <br> <br>
    <div id="footer_morecopyright" class="shade footer_morecopyright">

       
    </div>

    </div>
                    {PROTECT_FOOTER}
                </div>
            </div>
        </div>
    </div>

    <!-- BEGIN switch_facebook_login -->
    <div id="fb-root"></div>
    <script type="text/javascript">
    //<![CDATA[
    FB.init({
        appId: '{switch_facebook_login.FACEBOOK_APP_ID}',
        status: true,
        cookie: true,
        xfbml: true,
        oauth: true
    });
    //]]>
    </script>
    <!-- END switch_facebook_login -->

    <!-- BEGIN switch_facebook_logout_TMP -->
    <script type="text/javascript">
    //<![CDATA[
    FB.Event.subscribe('auth.logout', function(response) {
        if ($('a#logout'))
        {
            var lien_redir = $('a#logout').attr('href');

            if ($('a#logout').attr('href') && $('a#logout').attr('href') != '')
            {
                document.location.href = 'http://{switch_facebook_logout.SERVER_NAME}/' + lien_redir;
            }
        }
    });

    $(document).ready( function() {
        $('a#logout').click( function() {
            FB.logout();
        } );
    } );
    //]]>
    </script>
    <!-- END switch_facebook_logout_TMP -->

    <script type="text/javascript">
    //<![CDATA[
        fa_endpage();
    //]]>
    </script>

    </body>
    </html>
                               
                               
                               
                               
                               
                               

    #7 - Posted 17/1/2013, 13:50
    Bư

    Bư

    Group: Administrator

    Hiện đang:
    Bài viết : 2228
    Points : 7446
    Birthday : 02/02/1992
    Thanks : 4630
    Đến từ : hà nội

    Administrator
    http://www.cntt-k3.biz

    Administrator
    Bài viết thứ :8

    Đăng vào:17/1/2013, 13:53

    Administrator
    QUẢN LÝ TỔNG THỂ >> kick vào bánh xe của 1 box
    chọn Permissions
    ở mục chọn : View the forum and its messages : chọn tất cả

    #8 - Posted 17/1/2013, 13:53
    http://www.cntt-k3.biz
    conktco

    conktco
    conktco

    conktco

    Group: Member

    Hiện đang:
    Bài viết : 80
    Points : 90
    Thanks : 4

    Member

    Member
    Bài viết thứ :9

    Đăng vào:17/1/2013, 13:58

    Member
    Bư đã viết: QUẢN LÝ TỔNG THỂ >> kick vào [Thắc mắc] thành viên và khách không thấy bài viết mới 3803843067 của 1 box
    chọn Permissions
    ở mục chọn : View the forum and its messages : chọn tất cả
    sao lại chỉ 1 box thôi hả bư?

    #9 - Posted 17/1/2013, 13:58
    Bư

    Bư

    Group: Administrator

    Hiện đang:
    Bài viết : 2228
    Points : 7446
    Birthday : 02/02/1992
    Thanks : 4630
    Đến từ : hà nội

    Administrator
    http://www.cntt-k3.biz

    Administrator
    Bài viết thứ :10

    Đăng vào:17/1/2013, 13:59

    Administrator
    tất cả các box
    chọn View the forum and its messages : chọn tất cả

    #10 - Posted 17/1/2013, 13:59
    http://www.cntt-k3.biz
    conktco

    conktco
    conktco

    conktco

    Group: Member

    Hiện đang:
    Bài viết : 80
    Points : 90
    Thanks : 4

    Member

    Member
    Bài viết thứ :11

    Đăng vào:17/1/2013, 14:03

    Member
    nhưng nếu thế thì chỉ có 1 bõ là mình để cho MOD và ADMIN xem thui, còn mấy box kia vẫn cho tất cả xem mà, vậy thì ít nhất nó phải hiện các bài của box đó chứ

    #11 - Posted 17/1/2013, 14:03
    Bư

    Bư

    Group: Administrator

    Hiện đang:
    Bài viết : 2228
    Points : 7446
    Birthday : 02/02/1992
    Thanks : 4630
    Đến từ : hà nội

    Administrator
    http://www.cntt-k3.biz

    Administrator
    Bài viết thứ :12

    Đăng vào:17/1/2013, 14:06

    Administrator
    bạn đã kiểm tra hết chưa ???
    các box bạn chọn vew .. : tất cả chưa

    #12 - Posted 17/1/2013, 14:06
    http://www.cntt-k3.biz
    conktco

    conktco
    conktco

    conktco

    Group: Member

    Hiện đang:
    Bài viết : 80
    Points : 90
    Thanks : 4

    Member

    Member
    Bài viết thứ :13

    Đăng vào:17/1/2013, 14:09

    Member
    ch ắc chắn lun. mình chỉ giới hạn đối tượng viết bài thôi chứ view thì toàn bộ

    #13 - Posted 17/1/2013, 14:09
    Bư

    Bư

    Group: Administrator

    Hiện đang:
    Bài viết : 2228
    Points : 7446
    Birthday : 02/02/1992
    Thanks : 4630
    Đến từ : hà nội

    Administrator
    http://www.cntt-k3.biz

    Administrator
    Bài viết thứ :14

    Đăng vào:17/1/2013, 14:17

    Administrator
    bạn dùng skin đó mới bị hay bị từ trước
    cái này trước mình cũng bị nhưng quên cách fix T_T

    #14 - Posted 17/1/2013, 14:17
    http://www.cntt-k3.biz
    conktco

    conktco
    conktco

    conktco

    Group: Member

    Hiện đang:
    Bài viết : 80
    Points : 90
    Thanks : 4

    Member

    Member
    Bài viết thứ :15

    Đăng vào:17/1/2013, 14:20

    Member
    mới chuyển sang skin này thì bị thui, chứ hùi trước mình sài phpp2 mà
    Bây giờ admin cũng ko thấy bài lun viết mới lun

    #15 - Posted 17/1/2013, 14:20

    Sponsored content

    Sponsored content

    Group:
    Hiện đang:

    Bài viết thứ :16

    Đăng vào:

    #16 - Posted

    Đang kiểm tra dữ liệu...

    Bạn phải điền đầy đủ thông tin đăng ký.

    Số ký tự phải từ 3 trở lên
    Hãy chọn tài khoản khác
    Có thể dùng tài khoản này
    Không sử dụng địa chỉ này
    E-mail sẽ được kiểm sau
    Số ký tự phải từ 3 trở lên
    Trùng tên đăng nhập
    Chưa đúng
    Chính xác

    Create a forum on Forumotion | ©phpBB | Free forum support | Báo cáo lạm dụng | Thảo luận mới nhất
    YOUR BANNER HERE
    728x90