1 Menu thanh Posting Body dạng CKEditor Sun Oct 07, 2012 8:49 am
Demo trước: [You must be registered and logged in to see this link.]
B1:
Administration Panel\Modules\JavaScript Codes Management:
*Enable Javascript code management : Yes ->Save
*Create a new javacript:
Title: Posting CKEditor
Placement: In all pages
Javascript Code:
B2:
Ẩn menu posting cũ
Administration Panel\Display\Colors\CSS: thêm vào đoạn code tương ứng sau:
Tùy theo từng kiru mà thêm:
Đối vs PunBB vs PhpBB3:
Vs PhpBB2:
Vs Invision:
B1:
Administration Panel\Modules\JavaScript Codes Management:
*Enable Javascript code management : Yes ->Save
*Create a new javacript:
Title: Posting CKEditor
Placement: In all pages
Javascript Code:
- Code:
jQuery.getScript('http://goo.gl/BFDfd');
B2:
Ẩn menu posting cũ
Administration Panel\Display\Colors\CSS: thêm vào đoạn code tương ứng sau:
Tùy theo từng kiru mà thêm:
Đối vs PunBB vs PhpBB3:
- Code:
#quick_reply #textarea_content {
clear: both;
margin-left: auto;
margin-right: auto;
width: 95% !important;
height: 50% !important;
}
#text_editor_controls {
display: none !important;
}
Vs PhpBB2:
- Code:
#quick_reply .row2 {
clear: both;
margin-left: auto;
margin-right: auto;
width: 95% !important;
height: 50% !important;
}
#text_editor_controls {
display: none !important;
}
Vs Invision:
- Code:
.qreply {
clear: both;
margin-left: auto;
margin-right: auto;
width: 95% !important;
height: auto !important;
}
#text_editor_controls {
display: none !important;
}