
| |||||||
| - Register to member for remove all ads. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
| 1. Expand Menu là gì ? Là 1 menu có thể mở rộng và thu gọn, mở rộng (dốt văn quá nên miêu tả hơi khó hiểu 2. Thực hiện: 1. Up thư mục menu ngang hàng với file index của CMPS 2. Vào Admincp/vBa CMPS/Add Modules , chọn [Template Module] . Sau đó điền các thông số như sau: Module Title: Menu (Tùy chọn) Template to Include: điền thêm là menu (tùy chọn) Style : chọn skin mặc định (skin bạn đang dùng) Template Content : điền vào đoạn code Code - [#]
<script type="text/javascript" src="menu/dtree.js"></script>
<tr><td class="alt1">
<div style="padding-bottom: 5px">
<script type="text/javascript">
d = new dTree('d', 'menu/');
d.add(0,-1, '<font color="red"><b> CATEGORY</b></font>');
d.add(1, 0, 'Portal', 'http://sharingcentre.info/index.php', 'Portal', 'blank', '', '');
d.add(2, 0, 'Forum', 'http://sharingcentre.info/forum/', 'Forum', 'blank', '', '');
d.add(100, 2, 'Antivirus', 'http://sharingcentre.info/forum/antivirus-security/', 'Sub Title 1', '', '', '');
d.add(101, 2, 'Authoring', 'http://sharingcentre.info/forum/authoring-tools/', 'Sub Title 2', '', '', '');
d.add(102, 2, 'MultiMedia', 'http://sharingcentre.info/forum/audio-video-tools/', 'Sub Title 2', '', '', '');
d.add(3, 0, 'Box 3', 'http://sharingcentre.info/forum/nulled-scripts/', 'Free Scripts & Full', 'blank', '', '');
document.write(d);
</script></div>
</td></tr>
![]() Save lại cái. Nếu làm đúng các bước sẽ xuất hiện thông báo ![]() Click vô Continue để add vào 1 trang của CMPS. ![]() Chọn như trong hình Rùi, quay lại trang CMPS, refesh Giải thích code 1 tý : bạn chỉ cần chú ý đoạn sau: Code - [#]
d.add(1, 0, ' Portal', 'http://sharingcentre.info/index.php', 'Portal', '', '', '');
d.add(2, 0, 'Forum', 'http://sharingcentre.info/forum/', 'Forum', '', '', '');
d.add(100, 2, 'Antivirus', 'http://sharingcentre.info/forum/antivirus-security/', 'Sub Title 1', '', '', '');
d.add(101, 2, 'Authoring', 'http://sharingcentre.info/forum/authoring-tools/', 'Sub Title 2', '', '', '');
d.add(102, 2, 'MultiMedia', 'http://sharingcentre.info/forum/audio-video-tools/', 'Sub Title 2', '', '', '');
d.add(3, 0, ' Box 3', 'http://sharingcentre.info/forum/nulled-scripts/', 'Free Scripts & Full', 'blank', '', '');
Box Forum có 3 box cấp 2 ( là box con của nó ) : Antivirus, Authoring, MultiMedia Bạn phải chú ý những thông số bắt buộc, phải điền cho đúng:
By Seeker
__________________ ![]() |
![]() |
| Bookmarks |
| Thread Tools | |
| |