Một thanh công cụ posting cho các bạn! Cũng khá đầy đủ và đẹp! :-bd
Demo: [You must be registered and logged in to see this link.]
Bước 1: Chèn CKEditor
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: Dán đoạn code sau vào:
Bước 2: Ẩn menu posting cũ
Administration Panel\Display\Colors\CSS: thêm vào đoạn code tương ứng sau:
phpBB2:
Demo: [You must be registered and logged in to see this link.]
Bước 1: Chèn CKEditor
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: Dán đoạn code sau vào:
- Code:
jQuery.getScript('http://goo.gl/BFDfd');
Bước 2: Ẩn menu posting cũ
Administration Panel\Display\Colors\CSS: thêm vào đoạn code tương ứng sau:
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;
}
- 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;
}
- Code:
.qreply {
clear: both;
margin-left: auto;
margin-right: auto;
width: 95% !important;
height: auto !important;
}
#text_editor_controls {
display: none !important;
}
No Comment.