• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn đưa smile xuống dưới khung trả lời nhanh vbb 4.2.1

Admin

Well-Known Member
Staff member
Administrator
Vào Admincp > Style & Templates > Search in Templates
Nhập editor.css chỉ tìm trong tiêu đề
Tìm
HTML:
.editor_smiliebox ul.smiliebox {
    height:190px;
    overflow:hidden;
}
Sửa thành
HTML:
.editor_smiliebox ul.smiliebox {
    height: auto;
    overflow:hidden;
}
Tìm
HTML:
.editor_textbox_smilie {
     margin-{vb:stylevar right}:{vb:math {vb:raw vboptions.smcolumns} * ({vb:stylevar editor_smiliebox_smiliesize} + 5) + 10};
}
Sửa thành
HTML:
.editor_textbox_smilie {
    margin: 0px;
}
Tìm
HTML:
.editor_smiliebox {
    float:{vb:stylevar right};
    width:{vb:math {vb:raw vboptions.smcolumns} * ({vb:stylevar editor_smiliebox_smiliesize} + 5)};
    height:200px;
    _background-color:{vb:stylevar editor_background.backgroundColor};
    _border:solid 1px {vb:stylevar mid_border.borderColor};
    padding:0 3px 3px 3px;
}
Sửa thành
HTML:
.editor_smiliebox {
    clear:both;
    float:{vb:stylevar right};
    width:100%;
    height: auto;
    _background-color:{vb:stylevar editor_background.backgroundColor};
    _border:solid 1px {vb:stylevar mid_border.borderColor};
    padding:0 3px 3px 3px;
}
Muốn đưa lên ngang khung trả lời nhanh thì làm ngược lại là xong
Nguồn: Khẳng Định Đẳng Cấp Teen Việt
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top