Cách bỏ cái bảng này

Thảo luận trong 'Style & Template Questions' bắt đầu bởi 1234nguyenlinh, 9/11/12.

1votes
5/5, 1 vote

  1. 1234nguyenlinh

    1234nguyenlinh New Member

    Bài viết:
    51
    Likes :
    3
    Hiện tại e mới cài Who Has Visited In Last 24 Hours nhưng nó đã hiển thị ở cuối 4rum, giờ nó cũng hiển thị ở chỗ này nữa, ai chỉ dùm e cách xóa cái bảng này ở đây đi ạ, tks!
    Demo http://4niavn.net/
    id: test1
    pass: 123456
     

    Các file đính kèm:

    Đang tải...
  2. phamhuudu

    phamhuudu Verified User

    Bài viết:
    1,749
    Likes :
    727
    Ko xài cái này, nhưng thử view source và vào template để xóa đi ở widget xem sao :)
     
  3. MeoHoang2009

    MeoHoang2009 Member

    Bài viết:
    292
    Likes :
    61
    Cái này là do em cài add on hiện số thành viên online trong vòng 24h. Bây giờ em gỡ bỏ add on đi là được.
     
  4. 1234nguyenlinh

    1234nguyenlinh New Member

    Bài viết:
    51
    Likes :
    3
    hix, nhưng nó hiện tổng cộng là 3 cái ở 4rum e, e muốn bỏ bớt một cái này thôi, e cài add on để hiện phần. này ở cuối 4rum hà, không muốn hiện thêm ở chỗ đó >.<!
     
  5. MeoHoang2009

    MeoHoang2009 Member

    Bài viết:
    292
    Likes :
    61
    Đưa id và mật khẩu cũng sai nữa. Sao mà test
     
  6. 1234nguyenlinh

    1234nguyenlinh New Member

    Bài viết:
    51
    Likes :
    3
    id: test1
    pass: 123456
    sr ạ!
     
  7. Logi

    Logi Well-Known Member

    Bài viết:
    1,087
    Likes :
    456
    Bạn tìm template sidebar_... tên mod đó. Xóa hết đi thôi
     
    1234nguyenlinh thích bài này.
  8. MeoHoang2009

    MeoHoang2009 Member

    Bài viết:
    292
    Likes :
    61
    Em có cài widget ko? nếu có thì vào widget (list widget) xóa nó đi. Không thì làm theo cách của mod Logi
     
    1234nguyenlinh thích bài này.
  9. 1234nguyenlinh

    1234nguyenlinh New Member

    Bài viết:
    51
    Likes :
    3
    hix dạ hổng đc hiện tại code sidebar.css của em là vầy, e xóa phần nào để mất cái bảng chỗ đó ạ!
    Mã:
    /* sidebar structural elements */
     
    .mainContainer
    {
        float: left;
        margin-right: -{xen:calc '@sidebar.width + 10'}px;
        width: 100%;
    }
     
        .mainContent
        {
            margin-right: {xen:calc '@sidebar.width + 10'}px;
        }
     
    .sidebar
    {
        @property "sidebar";
        font-size: 11px;
        float: right;
        width: 250px;
        @property "/sidebar";
    }
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    /* visitor panel */
     
    .sidebar .visitorPanel
    {
        overflow: hidden; zoom: 1;
    }
     
        .sidebar .visitorPanel h2 .muted
        {
            display: none;
        }
     
        .sidebar .visitorPanel .avatar
        {
            @property "visitorPanelAvatar";
            margin-right: 5px;
            float: left;
            @property "/visitorPanelAvatar";
           
            width: auto;
            height: auto;
        }
       
            .sidebar .visitorPanel .avatar img
            {
                width: @visitorPanelAvatar.width;
                height: @visitorPanelAvatar.height;
            }
       
        .sidebar .visitorPanel .username
        {
            @property "visitorPanelUsername";
            font-weight: bold;
            font-size: 11pt;
            @property "/visitorPanelUsername";
        }
       
        .sidebar .visitorPanel .stats
        {
            @property "visitorPanelStats";
            margin-top: 2px;
            @property "/visitorPanelStats";
        }
       
        .sidebar .visitorPanel .stats .pairsJustified
        {
            line-height: normal;
        }
     
     
     
     
     
     
     
     
     
     
     
     
     
       
    /* generic sidebar blocks */
           
    .sidebar .section .primaryContent  h3,
    .sidebar .section .secondaryContent h3,
    .profilePage .mast .section.infoBlock h3
    {
        @property "sidebarBlockHeading";
        font-size: 14px;
        color: @contentText;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid @faintTextColor;
        @property "/sidebarBlockHeading";
    }
     
    .sidebar .section .primaryContent  h3 a,
    .sidebar .section .secondaryContent h3 a
    {
        @property "sidebarBlockHeading.font";
        font-size: 14px;
        color: @contentText;
        @property "/sidebarBlockHeading.font";
    }
     
    .sidebar .section .secondaryContent .footnote,
    .sidebar .section .secondaryContent .minorHeading
    {
        @property "sidebarBlockFootnote";
        color: @dimmedTextColor;
        margin-top: 5px;
        @property "/sidebarBlockFootnote";
    }
     
        .sidebar .section .secondaryContent .minorHeading a
        {
            color: @sidebarBlockFootnote.color;
        }
     
     
     
     
     
     
     
     
     
     
     
     
    /* list of users with 32px avatars, username and user title */
     
    .sidebar .avatarList li
    {
        @property "sidebarAvatarListItem";
        margin: 5px 0;
        overflow: hidden;
        zoom: 1;
        @property "/sidebarAvatarListItem";
    }
     
        .sidebar .avatarList .avatar
        {
            @property "sidebarAvatarListAvatar";
            margin-right: 5px;
            float: left;
            width: 32px;
            height: 32px;
            @property "/sidebarAvatarListAvatar";
           
            width: auto;
            height: auto;
        }
           
        .sidebar .avatarList .avatar img
        {
            width: @sidebarAvatarListAvatar.width;
            height: @sidebarAvatarListAvatar.height;
        }
       
        .sidebar .avatarList .username
        {
            @property "sidebarAvatarListUsername";
            font-size: 11pt;
            margin-top: 2px;
            display: block;
            @property "/sidebarAvatarListUsername";
        }
       
        .sidebar .avatarList .userTitle
        {
            @property "sidebarAvatarListUserTitle";
            color: @mutedTextColor;
            @property "/sidebarAvatarListUserTitle";
        }
     
     
     
     
     
     
     
     
     
    /* list of users */
     
    .sidebar .userList
    {
    }
     
        .sidebar .userList .username
        {
            @property "sidebarUserListUsername";
            font-size: 11px;
            @property "/sidebarUserListUsername";
        }
     
        .sidebar .userList .username.invisible
        {
            @property "sidebarUserListUsernameInvisible";
            font-style: italic;
            color: @mutedTextColor;
            @property "/sidebarUserListUsernameInvisible";
        }
       
        .sidebar .userList .username.followed
        {
            @property "sidebarUserListUsernameFollowed";
     
            @property "/sidebarUserListUsernameFollowed";
        }
     
        .sidebar .userList .moreLink
        {
            display: block;
        }
       
       
       
       
    /* people you follow online now */
     
    .followedOnline
    {
        @property "sidebarFollowedUsers";
        margin-top: 3px;
        margin-bottom: -5px;
        overflow: hidden;
        zoom: 1;
        @property "/sidebarFollowedUsers";
    }
     
    .followedOnline li
    {
        @property "sidebarFollowedUsersItem";
        margin-right: 5px;
        margin-bottom: 5px;
        float: left;
        @property "/sidebarFollowedUsersItem";
    }
     
        .followedOnline .avatar
        {
            @property "sidebarFollowedUsersAvatar";
            width: 32px;
            height: 32px;
            @property "/sidebarFollowedUsersAvatar";
           
            width: auto;
            height: auto;
        }
       
            .followedOnline .avatar img
            {
                width: @sidebarFollowedUsersAvatar.width;
                height: @sidebarFollowedUsersAvatar.height;
            }
       
       
       
     
       
       
    /* call to action */
     
    #SignupButton
    {
        @property "signupButton";
        background: rgb(247, 148, 29) url('@imagePath/xenia/gradients/bg-btn-action.gif') repeat-x center top;
        margin: 10px 30px;
        border: 1px solid rgb(214, 145, 60);
        border-radius: 8px;
        text-align: center;
        line-height: 30px;
        display: block;
        cursor: pointer;
        height: 30px;
        @property "/signupButton";
    }
     
        #SignupButton .inner
        {
            @property "signupButtonInner";
            font-weight: bold;
            font-size: 12pt;
            font-family: @button.font-family;
            color: @textCtrlBackground;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0, 0.2);
            display: block;
            text-shadow: 0 1px 0 rgba(0,0,0, 0.5);
            @property "/signupButtonInner";
        }
       
        #SignupButton:hover .inner
        {
            @property "signupButtonHover";
            text-decoration: none;
            background-color: rgb(247, 148, 29);
            border-radius: 8px;
            box-shadow: 0 1px 2px rgba(0,0,0, 0.2);
            @property "/signupButtonHover";
        }
       
        #SignupButton:active
        {
            @property "signupButtonActive";
            box-shadow: 0 0 3px rgba(0,0,0, 0.2);
            position: relative;
            top: 2px;
            @property "/signupButtonActive";
        }
    
     
comments powered by Disqus

Chia sẻ trang này

Đang tải...