Bài này mình fix lại ở ChinhPhuc nên sài chắc không có lỗi đâu dí lại forum mình đang sài nè ổ định nữa...
Bước 1:
Chèn đoạn code sau và phần: Bảng điều khiển của Người Quản Trị -> Display -> Templates -> Portal -> Mod News:
Nhấm save và nhấm dấu +
Bước 2:
Chèn và CSS đoạn:
Bước 3:
Chèn vào footer đoạn:
Bước 4:
Bảng điều khiển của Người Quản Trị -> Modules -> Forum widgets mangament đặc widgets "New" và bên trái hay bên phải cũng được và nhớ chọn Display forum widgets : Có
Bước 1:
Chèn đoạn code sau và phần: Bảng điều khiển của Người Quản Trị -> Display -> Templates -> Portal -> Mod News:
- Code:
<br><table style="background: white;color: #555;border: 1px solid #92BAE6;-moz-border-radius: 5px;border-radius: 5px;" cellpadding="6" cellspacing="1" border="0" width="927px" align="center"><tbody><tr> <td width="185px" style="background: #FCFCFC;color: #313131;border: 1px solid #CEDCFA;-moz-border-radius: 5px;border-radius: 5px;"><a onmouseover="showtip('<font size=5>Gửi Thông Đệp !!!</font><br>Nếu bạn là: <font color=#00BEED>Member V.I.P</font> trở lên với số bài viết là =/>30 bài.</font>');" onmouseout="hidetip();" class="c3luvmes cboxElement" href="/h101-page"><img src="/users/2611/10/63/87/album/tdyt210.png"></a></td><td width="100%" style="background: #fff url(/users/2611/10/63/87/album/master10.gif);color: #313131;border: 1px solid #ccc;-moz-border-radius:5px"><marquee behavior="scroll" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="1" scrolldelay="25" direction="left" truespeed="truespeed"><!-- BEGIN post_row --><span style="margin-left:0px" class="modnew"><span onmouseover="showtip('Thông điệp được gửi vào lúc <font color=yellow>{post_row.TIME}</font> ...');" onmouseout="hidetip();" style="color:#2F2F2F; font-size:11px"><b><span style="color:#102070"><strong>{post_row.POSTER}</strong></span> </b> nhắn với <span style="color:#FF009A;font-weight:bold">{post_row.TITLE}:</span></span> <span style="font-size:12px;"><strong>{post_row.TEXT}</strong></span> <!-- END post_row --> </marquee></td></tr></tbody></table><div style="display:none"><div id="c3_luvmes" style="padding:10px; background:#fff; overflow:hidden">
<form action="/posting.forum" method="post" name="post" onsubmit="return vB_Editor['text_editor'].prepare_submit(0,0)" enctype="multipart/form-data">
<table width="100%" border="0" cellspacing="1" cellpadding="0"><tbody><tr><td width="22%" nowrap="nowrap"><span class="gen"><b>Gửi đến :</b></span></td><td width="78%"><table cellspacing="0" cellpadding="0"><tbody><tr><td width="100%">
<input class="post gen" style="width:100px; display:inline" type="text" name="subject" value="Tất cả" onblur="if(this.value=='') this.value='Tất cả';" onfocus="if(this.value=='Tất cả') this.value='';" size="45" maxlength="40" tabindex="2" title="" onkeypress="if (event.keyCode==13){return false}"></td><td align="right" width="40">
<input onclick="set_solved(this.form.elements['subject'],'»','')" class="mainoption gen" style="padding:0px; margin:0px" type="submit" name="post" value=" Gửi ..." tabindex="6" accesskey="s"></td></tr></tbody></table></td></tr><tr><td valign="top" nowrap="nowrap"><span class="gen"><b>Lời nhắn :</b></span><br></td><td valign="top"><textarea class="gen" id="c3z_lovemess" style="width:300px;height:100px" onclick="storeCaret(this)" onkeyup="storeCaret(this)" name="message" rows="15" cols="35" tabindex="3" onselect="storeCaret(this)" wrap="virtual">...</textarea></td></tr></tbody></table>
<input type="hidden" name="lt" value="0"><input type="hidden" name="mode" value="newtopic"><input type="hidden" name="f" value="2"></form></div></div><!--
</table> <td width="77%">--><div style="display:block; height:0px!important; overflow:hidden; padding:0px; margin:0px"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tbody><tr height="0"><td class="tcat" width="0"></td><script type="text/javascript">jQuery.get('/profile.forum?mode=editprofile&page_profil=friendsfoes', function(data) {c3moi= jQuery('.forumline:eq(2) .row2', data).html();c3ban= jQuery('.forumline:eq(0) .row2', data).html();jQuery('#c3zfriend').html(c3moi);jQuery('#c3zfriends').html(c3ban);var i = 0, ii = 0;jQuery('.forumline:eq(2) .row2 .friends-foes-list',data).each(function(index){i++;});jQuery('#c3dem').text(jQuery('#c3dem').text()+i+" ");jQuery('.forumline:eq(0) .row2 .friends-foes-list',data).each(function(index){ii++;});jQuery('#nban').text(jQuery('#nban').text()+ii+" ");});jQuery(".c3zonee:contains('»')").remove(); jQuery(".c3luvmes").colorbox({width:"50%", inline:true, href:"#c3_luvmes"});</script></td></tr></tbody></table>
Nhấm save và nhấm dấu +
Bước 2:
Chèn và CSS đoạn:
- Code:
/* tooltip
--------------------------------------------------- */
#dhtmlpointer, #dhtmltooltip
{
z-index: 999;
left: -300px; top:0px;
visibility: hidden;
position: absolute;
-moz-opacity: 0.8;
opacity: 0.8;
filter: alpha(opacity=80);
}
#dhtmltooltip
{
border: #000000 0px solid;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding: 15px;
font-size: 9pt; font-weightold;
font-family: Arial; color:#fff;
background-color: #000;
width: auto;
max-width: 340px;
width:expression(document.body.clientWidth > 340? "340px": "auto");
text-align:left;
}
/*tooltip
--------------------------------------------------- */
Bước 3:
Chèn vào footer đoạn:
- Code:
<script type="text/javascript" src="http://friends4u.googlecode.com/files/tooltip.js"></script>
Bước 4:
Bảng điều khiển của Người Quản Trị -> Modules -> Forum widgets mangament đặc widgets "New" và bên trái hay bên phải cũng được và nhớ chọn Display forum widgets : Có