Đăng nhập
Latest topics
» Tôi sẽ đỗ đại học!by NgocPRO 6/11/2024, 8:37 am
» Kỷ niệm xưa của chúng ta
by nightWalker 9/2/2024, 6:49 pm
» Bị lệch khung cần người giúp đỡ
by webhuy28 7/10/2021, 10:34 pm
» [HỎI ĐÁP] Danh sách bạn bè không thể hiển thị
by anhdaodaica1 2/10/2021, 10:04 pm
» [HỎI ĐÁP] Thông tin tài khoản không thể lưu thay đổi
by anhdaodaica1 2/10/2021, 6:05 am
» Phim bố già full
by huy.pc52 24/8/2021, 12:20 am
» Xin code Box HTML cho Forumvi
by Larva 1/7/2021, 12:57 pm
» Hello Anh Em Chinh phục
by HoàngTửNaivip5p 28/5/2021, 5:03 am
» Trang chủ tin tức cập nhật HOT 2016
by kenbi05 1/1/2020, 11:02 pm
» Không Dang9 bài viết = hình ảnh được
by huy.pc52 30/11/2019, 10:52 am
» CHÚC ANH EM NĂM MỚI VUI VẺ TRÀNG ĐẦY HẠNH PHÚC
by sps.kủn 12/2/2019, 1:16 pm
» Skin CNTT-K3 2015 (Full Mod)[✔]
by kenbi05 6/7/2018, 12:30 am
» baivong, handsome,....
by sps.kủn 29/6/2018, 1:54 pm
» [SHARE] SKIN ĐHFM.V7 @PUNBB
by tonyhoaivu 2/5/2018, 2:37 pm
» Share Skin Xanh Dương Cùi Bắp
by tonyhoaivu 28/4/2018, 5:57 pm
» Xin Skin http://v1.hotrofm.net/
by tonyhoaivu 28/4/2018, 5:45 pm
» Xin Skin Rao Vặt
by tonyhoaivu 15/4/2018, 12:07 pm
» Làm Sao Để Xóa Khung Này
by tonyhoaivu 14/4/2018, 7:18 pm
» [Lập nhóm]Lập nhóm fm
by vietkanpy 31/3/2018, 11:53 am
» [Help] về server úp ảnh của phutu [✔]
by baivong 17/3/2018, 10:18 pm
» Đừng khóc cho “tôi – Chinh Phục!”…
by AnHung 27/2/2018, 5:33 pm
» [Share] Skin Diendandaihoc.com [ Punbb ] [✔]
by Lu Mờ 13/2/2018, 7:28 pm
» Mời mấy thím vào groups Forumotion Việt Nam.
by dang02315 13/2/2018, 12:40 am
» Có thể làm các kiểu giao diện được không?
by Lu Mờ 9/2/2018, 3:40 pm
» ltns chinhphuc.info
by Shinichi Kudo 27/1/2018, 2:27 am
Top posting users this week
No user |
[Ver 2] Quick reply for SCEditor[✔]
+13
anhdaodaica1
help me
body11
Sấm
Rune
phutu01
HoàngTửNaivip5p
Lùn Lì Lợm
Ocean Sapphire
Rin
K.-Kun
Lowie
Get Over
17 posters
Trang 1 trong tổng số 2 trang
Trang 1 trong tổng số 2 trang • 1, 2
[Ver 2] Quick reply for SCEditor[✔]
Hôm qua mình viết cái ver 1 quick reply thì có một số người vẫn không xài được , qua tham khảo ý kiến của huynh hóng-er thì mình đã viết lại bản 2 hoàn chỉnh hơn ver 1.
Ưu điểm so với ver 1:
- Hệ thống sẽ tự báo lỗi nếu gửi bài bị lỗi theo từng trường hợp
- Sự dụng tốt hơn ver 1
Hiện tại mình mới chỉ hoàn thành cho punbb
Chú ý trước khi sử dụng điều này:
- Các bạn hãy luôn chú ý rằng trong view_topic luôn có class post nếu không thì bạn phải thêm vào còn nếu không thêm thì mình nghĩ sẽ không dùng được đâu
- Khi bạn không ở trang cuối của bình luận thì khi bình luận hệ thống sẽ chuyển hướng bạn đến trang cuối và tự hiện thị reply và các bạn không phải sợ là code hư đâu nhé.
Hướng dẫn : ACP --> Modules --> Javascript --> Create a new javascript :
Title* : Quick Reply For SCEditor
Place : In the topic
Code :
Ưu điểm so với ver 1:
- Hệ thống sẽ tự báo lỗi nếu gửi bài bị lỗi theo từng trường hợp
- Sự dụng tốt hơn ver 1
Hiện tại mình mới chỉ hoàn thành cho punbb
Chú ý trước khi sử dụng điều này:
- Các bạn hãy luôn chú ý rằng trong view_topic luôn có class post nếu không thì bạn phải thêm vào còn nếu không thêm thì mình nghĩ sẽ không dùng được đâu
- Khi bạn không ở trang cuối của bình luận thì khi bình luận hệ thống sẽ chuyển hướng bạn đến trang cuối và tự hiện thị reply và các bạn không phải sợ là code hư đâu nhé.
Hướng dẫn : ACP --> Modules --> Javascript --> Create a new javascript :
Title* : Quick Reply For SCEditor
Place : In the topic
Code :
- Code:
// Viết bởi doannamthai -diendan.chinhphuc.info;
// Written by doannamthai - diendan.chinhphuc.info;
$(function () {
$('#quick_reply input[name="post"]').click(function(a){
a.preventDefault();
var g = $("#text_editor_textarea").sceditor('instance').val();
var href = $('a[href*="mode=reply"]').attr("href");
var value = $("#text_editor_textarea").sceditor("instance").val().replace(/\s/g, '').length;
if(10 < value){
$('<div class="lreply"><img src="http://i35.servimg.com/u/f35/15/64/85/86/ajax-l10.gif"/></div>').appendTo(".frm-buttons");
$.post(href, {
"message" : g,
"auth[]": $("#quick_reply input[name='auth[]']:last").val(),
"lt" : $("#quick_reply input[name='lt']").val(),
"attach_sig" : "1" ,
"post": "Send"
}, function(t) {
if(t.indexOf("Flood") != -1 && $("html").attr("xml:lang") == "vi"){
alert("Lỗi!\nBạn phải chờ 5 giây mới có thể gửi bài");
$(".lreply").remove();
}
else if(t.indexOf("Flood") != -1 && $("html").attr("xml:lang") != "vi"){
alert("Error!\nYou must wait 5 second before replying");
$(".lreply").remove();
}
if(t.indexOf("A new") != -1 && $("html").attr("xml:lang") == "vi"){
alert("Lỗi!\nĐã có người gửi bài trước bạn.\nBạn phải F5 lại trang để tiếp tục.\nChú ý : Bạn nên lưu lại tin nhắn nếu không muốn mất ");
$(".lreply").remove();
}
else if(t.indexOf("A new") != -1 && $("html").attr("xml:lang") != "vi"){
alert("Error!\nSomeone had replied before your post\nYou must refresh the page to continue.\nNotice : You should save or copy your message if you don't want it gone");
$(".lreply").remove();
}
else {
var f = $(t).find(".message a:first").attr('href');
location.href = f;
$.get(f , function(z){
$("#quick_reply input[name='auth[]']:last").val($(z).find("#quick_reply input[name='auth[]']:last").val());
$("#quick_reply input[name='lt']").val($(z).find("#quick_reply input[name='lt']").val());
$(z).find(".post:last").hide().insertAfter(".post:last").slideDown(400);
});
$("#text_editor_textarea").sceditor('instance').val("");
$(".lreply").remove();
}
});
}
else {
if($("html").attr("xml:lang") == "vi" ) {
alert("Xin lỗi\nNội dung quá ngắn không thể gửi bài !\nBạn cần nhập thêm "+ (10 - value) +" ký tự nữa.");
}
else {
alert("Sorry\nThe content is too short to send as post !\nYou must write "+ (10 - value) +" characters more.");
}
}
});
});
Tác giả : doannamthai
Vui lòng ghi rõ nguồn [You must be registered and logged in to see this link.] khi sao chép bài viết
Vui lòng ghi rõ nguồn [You must be registered and logged in to see this link.] khi sao chép bài viết
Được sửa bởi doannamthai ngày 22/7/2013, 1:07 pm; sửa lần 4.
Get Over- CPModerator
-
Ngày đăng ký : 05/10/2012
Số bài : 362
CPP : 487
Châm ngôn sống : Ngọn gió sẽ đưa ta vi vu trên dòng đời cuộc sống
Re: [Ver 2] Quick reply for SCEditor[✔]
sửa giúp cái thái mèo ơi
- Code:
<script>$(function () {
$.ajax({url: "/feed/?f={FORUM_ID}",success: function (a) {
$(".post-entry:first").after('<ul id="cungchuyenmuc"><a href="/f{FORUM_ID}-forum" style="color:#333;text-decoration:none!important;font:bold 13px tahoma">Bài viết cùng chuyên mục :</a><div style="height:1px;background:url(http://i16.servimg.com/u/f16/16/18/15/10/113.png)repeat-x left;margin:10px 0px;width:97%"></div>');
22 < $(a).find("title").length ? so = 22 : so = $(a).find("title").length;for (i = 2; i < so; i++)
$('<li><span><a href="' + $(a).find("link:eq(" + i + ")").text() + '">' + $(a).find("title:eq(" + i + ")").text() + "</a></span></li>").appendTo("#cungchuyenmuc")}})});</script>
<style>
ul#cungchuyenmuc{margin-top:3px;}
#cungchuyenmuc li{margin-left: 40px;list-style: decimal-leading-zero outside none;margin-top:2px;width:45%;float:left}
#cungchuyenmuc span{position: absolute;display:inline-block;width:380px;height:16px;overflow:hidden;margin-bottom:-3px;}
#cungchuyenmuc a{text-decoration:none!important;color:#333;font: 12px Tahoma;}
#cungchuyenmuc a:hover{color:#ba3814;}</style>
{JAVASCRIPT}
<script type="text/javascript">//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
_atc.cwait = 0;
$('.addthis_button').mouseup(function(){
if ($('#at15s').css('display') == 'block') {
addthis_close();
}
});
});
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
try
{
var regId = parseInt(id, 10);
if( isNaN(regId) ) { regId = 0; }
if( regId > 0)
{
$('.post--' + id).toggle(0, function()
{
if( $(this).is(":visible") )
{
$('#hidden-title--' + id).html(hiddenMsgLabel.visible);
}
else
{
$('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
}
});
}
}
catch(e) { }
return false;
};
//]]>
</script>
<script type="text/javascript">
$(document).ready(function(){
var topic_title = '{TOPIC_TITLE}';
var topic_url = '{TOPIC_URL}';
$('#n-site_infom h1').html('<a href="'+topic_url+'">'+topic_title+'</a>');
$('#n-site_infom p').html('<a class="button flat blue" href="#goto_comment">Bình luận về bài viết này ngay!</a>');
});
</script>
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
<ul>
<!-- BEGIN switch_plus_menu -->
<li>
<script type="text/javascript">//<![CDATA[
var url_favourite = '{switch_user_logged_in.U_FAVOURITE_JS_PLUS_MENU}';
var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
insert_plus_menu_new('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
//]]>
</script>
</li>
<!-- END switch_plus_menu -->
<li><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a></li>
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
<!-- BEGIN watchtopic -->
<li>{S_WATCH_TOPIC}</li>
<!-- END watchtopic -->
</ul>
<p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
<p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->
<div class="pun-crumbs noprint">
<p class="crumbs">
<a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
<strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
<!-- BEGIN switch_twitter_btn -->
<span id="twitter_btn" style="margin-left: 6px; ">
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</span>
<!-- END switch_twitter_btn -->
<!-- BEGIN switch_fb_likebtn -->
<span id="fb_likebtn" style="margin-left: 6px; ">
<iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:auto; height:21px;" allowTransparency="true"></iframe>
</span>
<!-- END switch_fb_likebtn -->
</p>
</div>
<div class="boxes post_boxes paged">
<div class="paged-head clearfix">
<!-- BEGIN topicpagination -->
<p class="paging">{PAGINATION}</p>
<!-- END topicpagination -->
</div>
<h1 id="boxes_title">
<p class="right">
<!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" class="button flat red">Tạo mới</a>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}" class="button flat blue">Trả lời</a>
<!-- END switch_user_authreply -->
</p>
<span>
<p class="h2" direction="#goto_comment">
<a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
{L_MESSAGE} [{PAGE_NUMBER}]
</p>
</span>
</h1>
<div id="gpoll_display">
{POLL_DISPLAY}
</div>
<div id="all_boxes">
<!-- BEGIN postrow -->
<!-- BEGIN hidden -->
<p class="p-hidden">{postrow.hidden.MESSAGE}</p>
<!-- END hidden -->
<!-- BEGIN displayed -->
<!-- BEGIN first_post_br -->
</div>
<hr id="first-post-br" />
<div class="main-content topic">
<!-- END first_post_br -->
<div class="a_box post-{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
<a name="{postrow.displayed.U_POST_ID}" class="fake_pos"></a>
<div id="a_box_padding"{postrow.displayed.THANK_BGCOLOR}>
<p id="abhead_title">
<strong class="right gbp_count" id="p{postrow.displayed.U_POST_ID}">{postrow.displayed.COUNT_POSTS}</strong>
{postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a> {postrow.displayed.POST_DATE_NEW}
</p>
<div id="abox_head">
<span id="abox_img">{postrow.displayed.POSTER_AVATAR}</span>
<h4>
<span id="profile_username">
{postrow.displayed.POSTER_NAME}
<div class="profile_box">
<span id="online_stt">{postrow.displayed.ONLINE_IMG}</span>
<div id="pcover_box" style="background-image: url(img/header.jpg);"></div>
<span id="puavtar">{postrow.displayed.POSTER_AVATAR}</span>
<h2>{postrow.displayed.POSTER_NAME}</h2>
<!-- BEGIN profile_field -->
<p>{postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}</p>
<!-- END profile_field -->
<p>{postrow.displayed.POSTER_RPG}</p>
<div id="link_box">
{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
</div>
</div>
</span><br/>
<small>{postrow.displayed.POSTER_RANK_NEW}</small>
</h4>
<div class="sub_n_rank rank_img">
{postrow.displayed.RANK_IMAGE}
<b></b>
</div>
</div>
<div id="abox_descript" class="post-entry_content"{postrow.displayed.THANK_BGCOLOR}>
<!-- BEGIN switch_vote_active -->
<div class="vote gensmall">
<!-- BEGIN switch_vote -->
<div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
<!-- END switch_vote -->
<!-- BEGIN switch_bar -->
<div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
<!-- BEGIN switch_vote_plus -->
<div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
<!-- END switch_vote_plus -->
<!-- BEGIN switch_vote_minus -->
<div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
<!-- END switch_vote_minus -->
</div>
<!-- END switch_bar -->
<!-- BEGIN switch_no_bar -->
<div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
<!-- END switch_no_bar -->
<!-- BEGIN switch_vote -->
<div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
<!-- END switch_vote -->
</div>
<!-- END switch_vote_active -->
<div>
<div><div class="postbody">{postrow.displayed.MESSAGE}</div></div>
<!-- BEGIN switch_attachments -->
<dl class="attachbox">
<dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
<dd>
<!-- BEGIN switch_post_attachments -->
<dl class="file">
<dt>
<img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />
<!-- BEGIN switch_dl_att -->
<a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
<!-- END switch_dl_att -->
<!-- BEGIN switch_no_dl_att -->
{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
<!-- END switch_no_dl_att -->
</dt>
<!-- BEGIN switch_no_comment -->
<dd>
<em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
</dd>
<!-- END switch_no_comment -->
<!-- BEGIN switch_no_dl_att -->
<dd>
<em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
</dd>
<!-- END switch_no_dl_att -->
<dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
</dl>
<!-- END switch_post_attachments -->
</dd>
</dl>
<!-- END switch_attachments -->
<div class="clear"></div>
</div>
<p style="color:#999;"><small><i>
{postrow.displayed.EDITED_MESSAGE}
</i></small></p>
<!-- BEGIN switch_signature -->
<div class="post_singature">
{postrow.displayed.SIGNATURE_NEW}
</div>
<!-- END switch_signature -->
</div>
<div id="post_tools">
{postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
</div>
</div>
</div>
<!-- END displayed -->
<!-- END postrow -->
</div>
<div class="main-foot clearfix">
<p class="options">
<input type="hidden" name="t" value="{TOPIC_ID}" />
<!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
<input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
<!-- BEGIN viewtopic_bottom -->
{S_TOPIC_ADMIN}
<!-- END viewtopic_bottom -->
</p>
</div>
<a name="bottomtitle"></a>
<h1 id="boxes_title">
<p class="right">
<!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" class="button flat red">Tạo mới</a>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}" class="button flat blue">Trả lời</a>
<!-- END switch_user_authreply -->
</p>
<span>
<p class="h2">
<a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
{L_MESSAGE} [{PAGE_NUMBER}]
</p>
</span>
</h1>
<div class="paged-foot clearfix">
<!-- BEGIN topicpagination -->
<p class="paging">{PAGINATION}</p>
<!-- END topicpagination -->
</div>
</div>
<div class="pun-crumbs">
<p class="crumbs">
<a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
<strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
</p>
</div>
<!-- BEGIN promot_trafic -->
<div class="main" id="ptrafic_close" style="display:none">
<div class="main-head clearfix">
<p class="h2">{PROMOT_TRAFIC_TITLE}</p>
<p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></p>
</div>
</div>
<div class="main" id="ptrafic_open" style="display:''">
<div class="main-head clearfix">
<p class="h2">{PROMOT_TRAFIC_TITLE}</p>
<p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></p>
</div>
<div class="main-content clearfix">
<!-- BEGIN link -->
» <a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
<!-- END link -->
</div>
</div>
<!-- END promot_trafic -->
<!-- BEGIN switch_forum_rules -->
<div class="main" id="forum_rules">
<div class="main-head clearfix">
<p class="h2">{L_FORUM_RULES}</p>
</div>
<table class="main-content frm">
<tr>
<!-- BEGIN switch_forum_rule_image -->
<td class="logo">
<img src="{RULE_IMG_URL}" />
</td>
<!-- END switch_forum_rule_image -->
<td class="rules entry-content">
{RULE_MSG}
</td>
</tr>
</table>
</div>
<!-- END switch_forum_rules -->
<!-- BEGIN switch_user_logged_in -->
<div id="gquickreply">
<a name="quickreply" id="goto_comment" class="fake_pos"></a>
{QUICK_REPLY_FORM}
</div>
<!-- END switch_user_logged_in -->
<div id="pun-info" class="main">
<div class="main-content">
<div id="stats">
<p>{L_TABS_PERMISSIONS} <br />{S_AUTH_LIST}</p>
</div>
</div>
</div>
<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.post-entry .entry-content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<center><div><iframe src="http://www.facebook.com/plugins/comments.php?href=http://www.iadung.tk/{TOPIC_URL}
" scrolling="no" frameborder="0" data-num-posts="20" style="border:none;overflow:hidden;width:600px;height:220px;" allowTransparency="true"></iframe> </div></center>
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
Lowie- CPPurpleMember
-
Ngày đăng ký : 24/06/2011
Số bài : 1345
CPP : 231
Châm ngôn sống : Dẫu hiên ngang giữa đất trời, VỢ DÂM BẠN ĐỂU thì đời cũng xong!
Re: [Ver 2] Quick reply for SCEditor[✔]
View:
Fix hộ em đi bác [You must be registered and logged in to see this image.]
- Code:
<style>
/* Avatar bên cạnh reply */
.imgholder{
position:relative;
width:120px;
height:120px;
border-radius:100px;
float:left;
margin:40px 30px;
}
/* thumbnails style */
.imgholder img{
position:absolute;
left:0;
top:0;
width:120px;
height:120px;
z-index:5;
border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
opacity:0.3;
filter: alpha(opacity = 30);
box-shadow:0 0 5px #000;
-moz-box-shadow:0 0 5px #000;
-webkit-box-shadow:0 0 5px #000;
transform: scale(0.5,0.5);
-ms-transform: scale(0.5,0.5);
-moz-transform: scale(0.5,0.5);
-webkit-transform: scale(0.5,0.5);
transition:
opacity 1s,
transform 1s ease-in-out 0.3s;
-moz-transition:
opacity 1s,
-moz-transform 1s ease-in-out 0.3s;
-webkit-transition:
opacity 1s,
-webkit-transform 1s ease-in-out 0.3s;
}
.imgholder:hover img{
opacity:1;
filter: alpha(opacity = 100);
transform: scale(1,1);
-ms-transform: scale(1,1);
-moz-transform: scale(1,1);
-webkit-transform: scale(1,1);
}
.imgholder figcaption{
position:absolute;
left:-5px;
top:40%;
width:130px;
color:#004E87;
font-weight:bold;
text-shadow:-1px -1px 0 #fff;
z-index:4;
transition:
top 0.5s ease-out;
-moz-transition:
top 0.5s ease-out;
-webkit-transition:
top 0.5s ease-out;
}
.imgholder:hover figcaption{
top:120%;
}
/* decorations style */
.imgholder .circle{
position:absolute;
border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
}
.imgholder .outer1{
top:-8px;
left:-8px;
width:120px;
height:120px;
z-index:2;
border:8px solid;
border-color:#DEEBFC;
box-shadow:0 0 3px #AFD3FF;
-moz-ox-shadow:0 0 3px #AFD3FF;
-webkit-box-shadow:0 0 3px #AFD3FF;
background: #ffffff;
background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e2efff 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e2efff));
background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#e2efff 100%);
background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#e2efff 100%);
background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#e2efff 100%);
background: radial-gradient(center, ellipse cover, #ffffff 0%,#e2efff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2efff',GradientType=1 );
transform:rotate(90deg);
-ms-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
transition:
transform 1.8s ease-in-out,
box-shadow 1s ease-out,
border-color 1.5s;
-moz-transition:
-moz-transform 1.8s ease-in-out,
-moz-box-shadow 1s ease-out,
border-color 1.5s;
-webkit-transition:
-webkit-transform 1.8s ease-in-out,
-webkit-box-shadow 1s ease-out,
border-color 1.5s;}
.imgholder:hover .outer1{
border-color:#0088EA #7FC9FF #0088EA #7FC9FF;
box-shadow:0 0 10px #0285E2;
-moz-box-shadow:0 0 10px #0285E2;
-webkit-box-shadow:0 0 10px #0285E2;
transform:rotate(-10deg);
-ms-transform:rotate(-10deg);
-moz-transform:rotate(-10deg);
-webkit-transform:rotate(-10deg);}
.imgholder .outer2{
top:-18px;
left:-18px;
width:136px;
height:136px;
z-index:1;
border:10px solid;
border-color: #D6E5FC #9BC8FF #D6E5FC #9BC8FF;
box-shadow:0 0 20px #8EB9FF;
-moz-box-shadow:0 0 20px #8EB9FF;
-webkit-box-shadow:0 0 20px #8EB9FF;
opacity:0;
filter: alpha(opacity = 0);
transform: scale(1.3,1.3) rotate(180deg);
-ms-transform: scale(1.3,1.3) rotate(180deg);
-moz-transform: scale(1.3,1.3) rotate(180deg);
-webkit-transform: scale(1.3,1.3) rotate(180deg);
transition:
opacity 0.5s,
transform 0.7s ease-out;
-moz-transition:
opacity 0.5s,
-moz-transform 0.7s ease-out;
-webkit-transition:
opacity 0.5s,
-webkit-transform 0.7s ease-out;}
.imgholder:hover .outer2{
opacity:0.9;
filter: alpha(opacity = 90);
transform: scale(1,1) rotate(-10deg);
-ms-transform: scale(1,1) rotate(-10deg);
-moz-transform: scale(1,1) rotate(-10deg);
-webkit-transform: scale(1,1) rotate(-10deg);}
/*rut ron chu ki*/
.sig-content{clear:none;max-height:150px;overflow:hidden}.sig-content:hover{max-height:100%}
.sig-content{clear:both;padding:.5em 1em;position:relative}
.sig-content .sig-line{border-color:#ddd;border-top-style:solid;border-top-width:1px;display:block;margin:0 auto;padding-bottom:.5em;width:250px}
.ts3{margin-top:-45px;}.ts1{margin-top:-100px;}.ts2{margin-top:-100px;}
.kethon1{background-image: url("http://vnsharing.net/forum/vnsshop/lovers/bg/BG22.jpg");}
.postmain blockquote {
background: url("http://i44.servimg.com/u/f44/15/64/85/86/quote10.gif") no-repeat scroll 0 0 #FDF9F9; /*Background và màu nền*/
border-color: #E7BABA; /*Màu đường viền*/
border-style: solid; /*Style đường viền*/
border-width: 1px 1px 1px 20px;
color: #C25252; /*Màu chữ*/
margin: 10px 0 10px 10px;
overflow: auto;
padding: 28px 10px 10px;
width: 90%;
}
.postmain blockquote:hover {
background: url("http://i44.servimg.com/u/f44/15/64/85/86/quote-13.gif") no-repeat scroll 0 0 #FFFFFF; /*background và màu nền khi rê chuột vào*/
}
.codebox {
background: url("http://i44.servimg.com/u/f44/15/64/85/86/code10.gif") no-repeat scroll 0 0 #F5F8FA; /*Background và màu nền*/
border-color: #D7E8F0; /*Màu đường viền*/
border-style: solid; /*Style đường viền*/
border-width: 1px 1px 1px 20px;
color: #000000; /*Màu chữ*/
font: 13px/16px 'Courier New',Courier,monospace; /*style của chữ*/
margin: 10px 0 10px 10px;
max-height: 500px;
min-height: 16px;
overflow: auto;
padding: 28px 10px 10px;
width: 90%;
}
.codebox:hover {
background: url("http://i44.servimg.com/u/f44/15/64/85/86/code-h10.gif") no-repeat scroll 0 0 #FFFFFF;
/*background và màu nền khi rê chuột vào*/}
div[id*="c9"][style="background-color:#ffe5cf;"] {
background: url(http://i11.servimg.com/u/f11/17/98/40/25/g10.png)no-repeat right bottom;
}
.pun .user{width:12em}
.pun .postmain{margin-left:14em}
.pun .post .user,.postfoot{margin-left: auto;}
.postmain .postfoot,.pun .postmain{margin:0}
.postmain .user{margin:0;width:100%;padding:0;border-bottom:1px dashed #CCC}
.pun .postmain .posthead {margin:0}
.postmain .username{font-variant:small-caps;font-weight:bold}
.postmain .user-basic-info div{display:inline-block}
.user-ident{text-align:center}
.postmain .user-ident{float:left}
.postmain .user-info{float:right}
.pun .post {
border-width: 0 0 1px;
}.pun .entry-content {
padding: .8em;
}
/* vote */
#profile-advanced-details .autobot{color:#2220fb!important;font-size:14px!important;text-shadow:1px 1px 1px #000!important}
.post .post-options{height:22px;position:relative}
.hihi {background-color: #1F537B;color: #DEDFDF;font-weight: 400;padding: 0.7em 0.1em;}
.numtopF{margin-right:-12px!important}
a.mainmenu[href='/groups'],a.mainmenu[href='/privmsg?folder=inbox'],#left,#textarea_content dt,#dulieutip,#dulieupostter,#sapxepdulieu{display:none}
.ost,.share,.c3zvau .qua,.no{background-position:5px 50%;background-repeat:no-repeat;border:1px solid #C2D5E3;margin:6px 2px 0;padding:5px 8px 5px 25px}
.share{background-image:url(http://i43.servimg.com/u/f43/16/03/04/56/fav10.png)}.qua{background-image:url(http://i43.servimg.com/u/f43/16/03/04/56/no10.gif);padding-left:29px!important}.no{padding:5px 8px}
.no .vop{background:url(http://i42.servimg.com/u/f42/17/92/41/65/discou10.png) no-repeat left center;padding:0 0 0 18px}
.no .vom{background:url(http://i42.servimg.com/u/f42/17/92/41/65/discou11.png) no-repeat left center;padding:0 0 0 18px}
.vote-button{float:left;width:60px}
.c3zplus:hover{background-color:#ebedf4;border-color:#9dacce}
.c3zminus:hover{background-color:#ebedf4;border-color:#9dacce}
.c3zplus {
background: url(http://i42.servimg.com/u/f42/17/92/41/65/discou10.png) no-repeat scroll 0 0 #E0E0E0;
background-position: 6px 36%;
background-repeat: no-repeat;
border: 1px solid #E0E0E0;
border-radius: 3px 3px 3px 3px;
color: white!important;
display: block;
float: left;
height: 13px;
margin: -4px 2px 0;
padding: 4px 4px 5px 24px;
position: relative;
text-align: left;
width: 45px;
}
.pun #main .main-content.topic {
background: #fff!important;
border: 1px solid #DDD!important;
border-radius: 4px;
margin: 0;
padding: 10px!important;
box-shadow: 0 0 12px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 12px rgba(0,0,0,0.5);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.user>div{margin:12px}
.postmain .post-entry{clear:left}
.pun .post .user{margin-left: 0;
float: left;
width: 100%;
background: #F7F7F7;
border-bottom: 1px solid #DDD;
}
.pun .post .user {
margin-top: 0;
}
.pun .user .user-ident {
display: block;
float: left;
padding: 10px;
padding-top: 0;
}.pun .user-ident .user-basic-info {
display: table;
margin-left: 10px;
}
.post .postmain .user .user-basic-info a img {
width: 150px;
height: 150px;
padding: 5px;
background: white;
border-radius: 4px;
border: 1px solid #DDD;
}
b.username {
width: 20em;
display: inline-block;
float: left;
font-size: 12px;
}
b.username strong {
float: none !important;
font-size: 12px;
}
.pun .posthead {
border-top: 1px solid #D7D7D7;
border-bottom: 1px solid #D7D7D7;
background: #E6E6E6 url('http://i16.servimg.com/u/f16/15/23/22/46/highli10.png') repeat-x 0 0;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 10px;
text-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px;
color: #777;
}
.pun .paged-foot, .pun .paged-head {
background: none;
border: none;
padding-bottom: 7px;
}
.main .main-head.crumbb {
border: 0;
border-bottom: 1px solid #EAEAEA;
background: whiteSmoke url("http://i16.servimg.com/u/f16/15/23/22/46/highli11.png") repeat-x 0 0;
color: #333;
padding: 7px;
font-size: 12px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-radius: 4px 4px 0 0;
overflow: hidden;
box-shadow: none;
}
.crumbs {
text-align: right;
}
/* đóng khung trong vew */
.chupy {
Padding-left: 2px;
Padding-right: 2px;
Padding-top: 2px;
Padding-bottom: 2px;
Background-color: rgb(240,240,240);
Border-top: 1px solid #dddddd;
Border-right: 1px solid #dddddd;
Border-left: 4px solid #c4c4c4;
Border-bottom: 1px solid #c4c4c4;
Margin-bottom: 3px;
}
.user-info {width: 172px;float: right;}
</style>
<script type="text/javascript">//<![CDATA[
$(window).load(function(){$(".post").first().find('a[href*="mode=quote"]').remove();$('div.post-entry').find('img').each(function () {var relx = $('div.post-entry').attr('id');var $this = $(this), width = $this.width();var src = $this.attr('src');var a = $('<a/>').attr('href', src).addClass('lightbox').attr('rel', "op"+i);if (width > 200) {$this.wrap(a);}});});//]]> </script>
<script type="text/javascript">//<![CDATA[
$(window).load(function(){var relx = $('div.post-entry ').attr('id');$('a[href$=".png"]').addClass('topictit').attr('rel', "op"+i);});//]]> </script>
<style>#fa_ticker_block .module.main, .pun .main .main-content p.message {
padding: 8px 35px 8px 14px;
margin: 8px !important;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #D9EDF7;
border-color: #BCE8F1;
color: #3A87AD;
}.pun .frm .frm-form table {
border: none !important;
}</style>
<script type="text/javascript">//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
_atc.cwait = 0;
$('.addthis_button').mouseup(function(){
if ($('#at15s').css('display') == 'block') {
addthis_close();
addthis_close();
}
});
});
var code="Copyright By notme. Edit by IceFox";
function level(Posts,Coins,Thanked){var d=(Posts*2+Coins*1);var e=(d/1500);var f=Math.floor((e-Math.floor(e))*100);var g=Math.floor(e+parseInt(1));if(g<2){(g="1 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'>]")};if(g<3){(g="2 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'>]")};if(g<4){(g="3 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'>]")};if(g<5){(g="4 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'>]")};if(g<6){(g="5 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'>]")};if(g<7){(g="6 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'>]")};if(g<8){(g="7 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'>]")};if(g<9){(g="8 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'>]")};if(g<10){(g="9 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'>]")};if(g<11){(g="10 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'>]")};if(g<12){(g="11 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'>]")};if(g<13){(g="12 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'>]")};if(g<14){(g="13 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'>]")};if(g<15){(g="14 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'>]")};if(g<16){(g="15 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'>]")};if(g<17){(g="16 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'>]")};if(g<18){(g="17 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'>]")};if(g<19){(g="18 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'>]")};if(g<20){(g="19 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'>]")};if(g<21){(g="20 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'>]")};if(g<22){(g="21 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'>]")};if(g<23){(g="22 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'>]")};if(g<24){(g="23 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'>]")};if(g<25){(g="24 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'>]")};if(g<26){(g="25 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'>]")};if(g<27){(g="26 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'>]")};if(g<28){(g="27 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'>]")};if(g<29){(g="28 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'>]")};if(g<30){(g="29 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'>]")};if(g<31){(g="30 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'>]")&&(f="99")};var h=(Math.floor((Thanked*1)+(Posts*1)+(Coins*1)));if(h>15000){h=15000};if(d>50000){(d=50000)};var i=(Math.floor((h/15000)*100)-2);var j=(Math.floor((d/50000)*100)-2);document.write('<fieldset style="padding:7px;width: 145px;border: 0px solid #D4D4D4;color: gray;font-size: 7pt;border-radius: 2px;"><legend><font color="red"><b>Cấp độ : '+g+'</b></font></legend><b><font color=orange> Tài năng : </font></b>('+d+' / 50000)<div class="strengthbg"><div class="strengthbg2"><fieldset style="padding: 1px;border: 1px solid #666;border-radius: 3px 3px 3px 3px;"><img src="/users/2211/12/43/96/album/orange10.gif" width="'+j+'%" title="'+d+'" height="9px"><img src="/users/2211/12/43/96/album/hp1010.gif" width="2px" title="'+d+'" height="9px"></fieldset></div></div><b><font color=green> Uy tín : </font></b>('+h+' / 15000)<div class="abilitybg"><div class="abilitybg2"><fieldset style="padding: 1px;border: 1px solid #666;border-radius: 3px 3px 3px 3px;"><img src="/users/2211/12/43/96/album/green110.gif" width="'+i+'%" title="'+h+'" height="9px"><img src="/users/2211/12/43/96/album/mp1010.gif" width="2px" title="'+h+'" height="9px"></fieldset></div></div><font color=RoyalBlue1> <b>Kinh nghiệm :</b></font> '+f+'%<div class="expbg"><div class="expbg2"><fieldset style="padding: 1px;border: 1px solid #666;border-radius: 3px 3px 3px 3px;"><img src="/users/2211/12/43/96/album/blue10.gif" width="'+(f-1)+'%" title="'+(f)+'%" height="9px"><img src="/users/2211/12/43/96/album/exp1010.gif" width="2px" title="'+(f)+'%" height="9px"></fieldset></div></div></fieldset>')};
//]]>
</script>
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
<ul>
<!-- BEGIN switch_plus_menu -->
<li>
<script type="text/javascript">//<![CDATA[
var url_favourite = '{switch_user_logged_in.U_FAVOURITE_JS_PLUS_MENU}';
var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
insert_plus_menu_new('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
//]]>
</script>
</li>
<!-- END switch_plus_menu -->
<li><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a></li>
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
<!-- BEGIN watchtopic -->
<li>{S_WATCH_TOPIC}</li>
<!-- END watchtopic -->
</ul>
<p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
<p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->
<div class="main paged">
<div class="paged-head clearfix">
<!-- BEGIN topicpagination -->
<p class="paging">{PAGINATION}</p>
<!-- END topicpagination -->
<p class="posting">
<!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
<!-- END switch_user_authreply -->
</p>
</div>
{POLL_DISPLAY}
<br /><br />
<div class="main-content topic">
<div class="maii">
<div class="main-head crumbb clearfix">
<p class="crumbs">
<a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
<strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
<!-- BEGIN switch_twitter_btn -->
<span id="twitter_btn" style="margin-left: 6px; ">
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</span>
<!-- END switch_twitter_btn -->
<!-- BEGIN switch_fb_likebtn -->
<span id="fb_likebtn" style="margin-left: 6px; ">
<iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:auto; height:21px;" allowTransparency="true"></iframe>
</span>
<!-- END switch_fb_likebtn -->
</p>
</div>
<!-- BEGIN postrow -->
<!-- BEGIN displayed -->
<div id="u8" class="post"{postrow.displayed.THANK_BGCOLOR}>
<div id="p{postrow.displayed.U_POST_ID}" class="posthead"{postrow.displayed.THANK_BGCOLOR}>
<h2>
<b class="username">
{postrow.displayed.POSTER_NAME} {postrow.displayed.ONLINE_IMG}</b>
<strong>{postrow.displayed.COUNT_POSTS}</strong> {postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a> {postrow.displayed.POST_DATE_NEW}
</h2>
</div>
<a name="{postrow.displayed.U_POST_ID}"></a>{postrow.displayed.POSTER_NAME}
<div class="postmain"{postrow.displayed.THANK_BGCOLOR}>
<div id="c9" class="postbody"{postrow.displayed.THANK_BGCOLOR}>
<div class="user"><div class="user-ident">
<div class="user-basic-info" style="float:left;">
<br>{postrow.displayed.POSTER_AVATAR}<br>
<table width="150px"><fieldset style="width: 150px; height: 100%; border: 1px solid; margin: 5px; padding: 5px 10px;"><legend>Cấp bậc</legend><div class="smallfont" align="center" style="max-height: 100%; overflow-y: auto;">
<em class="userTitle" itemprop="title"><b>{postrow.displayed.POSTER_RANK_NEW}</b></em>
<span class="rankn"><div class="rank2"><center>{postrow.displayed.RANK_IMAGE}</center></div></span>
</div></fieldset>
</table>
<div class="left"></div>
<div class="right"></div>
</div></div>
<div class="user-info">
<!-- BEGIN profile_field -->
<div class="chupy">
{postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
</div>
<!-- END profile_field -->
</div>
<br /><br /><br /><br />
<table>
<tr>
<td>
<script>level(<!-- BEGIN profile_field -->'{postrow.displayed.profile_field.CONTENT}',<!-- END profile_field -->1);</script>
</td><td>
{postrow.displayed.POSTER_RPG}
</td></tr></table>
</div>
<div class="post-entry">
<div class="entry-content">
<div>
<div class="ing">{postrow.displayed.MESSAGE}</div>
<!-- BEGIN switch_attachments -->
<dl class="attachbox">
<dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
<dd>
<!-- BEGIN switch_post_attachments -->
<dl class="file">
<dt>
<img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />
<!-- BEGIN switch_dl_att -->
<a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
<!-- END switch_dl_att -->
<!-- BEGIN switch_no_dl_att -->
{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
<!-- END switch_no_dl_att -->
</dt>
<!-- BEGIN switch_no_comment -->
<dd>
<em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
</dd>
<!-- END switch_no_comment -->
<!-- BEGIN switch_no_dl_att -->
<dd>
<em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
</dd>
<!-- END switch_no_dl_att -->
<dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
</dl>
<!-- END switch_post_attachments -->
</dd>
</dl>
<!-- END switch_attachments -->
<div class="clear"></div>
</div>
<p>
{postrow.displayed.EDITED_MESSAGE}
</p>
</div>
</div>
</div>
<!-- BEGIN switch_signature -->
<div class="sig-content">
{postrow.displayed.SIGNATURE_NEW}
</div>
<!-- END switch_signature -->
<div class="postfoot">
<div class="user-contact">
</div>
<div class="post-options">
<div style="float: left; left:220px;position:absolute;top:2px;">
<!-- BEGIN switch_vote_active -->
<div class="vote vote-button">
<!-- BEGIN switch_vote -->
<a target="v{postrow.displayed.U_POST_ID}" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}" alt="c3zplus" class="c3zplus lvote"><span style="margin-left: -2px; color: #3B5998;">+ Rep</span></a>
<!-- END switch_vote -->
</div>
<div class="vote vote-button">
<!-- BEGIN switch_vote -->
<!-- END switch_vote -->
</div><div id="v{postrow.displayed.U_POST_ID}" class="loadding" style="display: none"><img src="http://i43.servimg.com/u/f43/16/03/04/56/icon_l12.gif"> Chờ chút nhé ^^! </div>
<!-- END switch_vote_active -->
</div>
<div style="text-align: right;">{postrow.displayed.THANK_IMG}{postrow.displayed.QUOTE_IMG}{postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.REPORT_IMG}</div></div>
<div style="clear:both;"></div>
</div>
<p style="border-bottom: 1px solid #ddd;">
<div class="hihi clearfix" style="background-color: #fff;"><font color="black">
<!-- BEGIN switch_vote_active -->
<iframe name="v{postrow.displayed.U_POST_ID}" class="ajaxvote" style="display:none"></iframe>
<!-- BEGIN switch_no_bar -->
<span class="c3zvau v{postrow.displayed.U_POST_ID}" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">{postrow.displayed.switch_vote_active.L_VOTE_TITLE}</span>
<!-- END switch_no_bar -->
<!-- BEGIN switch_bar -->
<span class="c3zvau v{postrow.displayed.U_POST_ID}" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">{postrow.displayed.switch_vote_active.L_VOTE_TITLE}</span>
<!-- END switch_bar -->
<!-- END switch_vote_active -->
<div style="float:right;font-weight:bold;text-align:right">
<a href="#top" class="postbit" style="margin:0;" original-title="">Back to top</a>
<div align="center" style="width:600px;display:none; padding-top:6px" ></div></div>
</font></div> </span>
</div>
</div>
<!-- END displayed -->
<!-- BEGIN hidden -->
<p class="p-hidden">{postrow.hidden.MESSAGE}</p>
<!-- END hidden -->
<!-- END postrow -->
</div>
</div><style>.maii {
background: #FAFAFA !important;
border: 1px solid #DDD !important;
border-radius: 4px;
}</style>
<div class="main-foot clearfix">
<p class="h2">
<a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a>
{L_MESSAGE} [{PAGE_NUMBER}]
</p>
<p class="options">
<input type="hidden" name="t" value="{TOPIC_ID}" />
<!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
<input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
<!-- BEGIN viewtopic_bottom -->
{S_TOPIC_ADMIN}
<!-- END viewtopic_bottom -->
</p>
</div>
<a name="bottomtitle"></a>
<div class="paged-foot clearfix">
<!-- BEGIN topicpagination -->
<p class="paging">{PAGINATION}</p>
<!-- END topicpagination -->
<p class="posting">
<!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
<!-- END switch_user_authreply -->
</p>
</div>
</div>
<div class="pun-crumbs">
<p class="crumbs">
<a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
<strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
</p>
</div>
<!-- BEGIN promot_trafic -->
<div class="main" id="ptrafic_close" style="display:none">
<div class="main-head clearfix">
<p class="h2">{PROMOT_TRAFIC_TITLE}</p>
<p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></p>
</div>
</div>
<div class="main" id="ptrafic_open" style="display:''">
<div class="main-head clearfix">
<p class="h2">{PROMOT_TRAFIC_TITLE}</p>
<p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></p>
</div>
<div class="main-content clearfix">
<!-- BEGIN link -->
» <a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
<!-- END link -->
</div>
</div>
<!-- END promot_trafic -->
<!-- BEGIN switch_forum_rules -->
<div class="main" id="forum_rules">
<div class="main-head clearfix">
<p class="h2">{L_FORUM_RULES}</p>
</div>
<table class="main-content frm">
<tr>
<!-- BEGIN switch_forum_rule_image -->
<td class="logo">
<img src="{RULE_IMG_URL}" />
</td>
<!-- END switch_forum_rule_image -->
<td class="rules entry-content">
{RULE_MSG}
</td>
</tr>
</table>
</div>
<!-- END switch_forum_rules -->
<!-- BEGIN switch_user_logged_in -->
<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->
<div id="pun-info" class="main">
<div class="main-content">
<div id="stats">
<p>{L_TABS_PERMISSIONS} <br />{S_AUTH_LIST}</p>
</div>
</div>
</div>
<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.post-entry .entry-content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
<script type="text/javascript">
function chvote(a, b) {
"Message not voted" == b && (b = "c3zone z vietk 0% (0 vote)");
var d = parseInt(b.split(" ")[3], 10) / 100,
c = parseInt(b.split(" ")[4].substr(1), 10),
b = "Message reputation : " + Math.round(100 * ("c3zplus" == a ? (d * c + 1) / (c + 1) : d * c / (c + 1))) + "% (" + (c + 1) + " vote)";
return votetrans(b)
}
$(".c3zvau").each(function () {
var a = $(this).text();
$(this).html(votetrans(a))
});
function votetrans(a) {
if ("Message not voted" == a) return "<span class='qua'>Ấn + Rep nếu bạn thấy bài viết hay nhé ^^</span>";
var b = parseInt(a.split(" ")[3], 10) / 100,
a = parseInt(a.split(" ")[4].substr(1), 10),
d = 0 != b ? "<span class=vop>" + Math.round(b * a) + "+</span>" : "",
c = 0 != b && 1 != b ? ' <span style="color:#C2D5E3">|</span> ' : "",
a = 1 != b ? "<span class=vom>" + Math.round(a - b * a) + "-</span>" : "",
b = Math.round(100 * b);
return "<span class=no>" + d + c + a + "</span> <span class=qua>Chất lượng: " + b + "%</span>"
}
$(".lvote").click(function () {
"c3zplus" == $(this).attr("alt") ? $(this).parent().html("").next().html("") : $(this).parent().html("").prev().html("");
var a = $(this).attr("target"),
b = $(this).attr("alt"),
d = $("." + a).attr("title");
$("#" + a).show();
$("." + a).html(chvote(b, d));
$("#" + a).fadeIn("slow").animate({
opacity: 1
}, 1500).fadeOut("slow", function () {
$("." + a).fadeOut("slow").animate({
opacity: 1
}, 1E3).fadeIn()
});
$("." + $(this).attr("target")).removeAttr("title")
});
</script>
<script src="http://a3forum.rforum.biz/12001.js" type="text/javascript"></script>
<script src="http://a3forum.rforum.biz/11124.js" type="text/javascript"></script>
<!-- BEGIN switch_user_logged_out -->
<script src="http://vn-icefox.forum.st/17503.js" type="text/javascript"></script>
<!-- END switch_user_logged_out -->
<script type="text/javascript">
jQuery(document).ready(function(){jQuery('#quick_reply').before(' <div class="imgholder"><div class="outer1 circle"></div><div class="outer2 circle"></div><figure><div id="quick-avatar"></div></figure></div> ')});jQuery(document).ready(function(){jQuery.get('/profile?mode=editprofile&page_profil=avatars',function(data){link=jQuery('.frm dl dd img',data).attr('src');if(link){jQuery('#quick-avatar').html('<center><a href="/profile?mode=editprofile&page_profil=avatars"><img src="'+link+'" alt="" /></a></center>')}else{jQuery('#quick-avatar').html('')}})});
</script>
<script type="text/javascript">
// Viết bởi doannamthai - diendan.chinhphuc.info;
// Written by doannamthai - diendan.chinhphuc.info;
$(function () {
$('#quick_reply input[name="post"]').click(function(a){
a.preventDefault();
var g = $("#text_editor_textarea").sceditor('instance').val();
var href = $('a[href*="mode=reply"]').attr("href");
var value = $("#text_editor_textarea").sceditor("instance").val().replace(/\s/g, '').length;
if(10 < value){
$('<div class="lreply"><img src="http://i35.servimg.com/u/f35/15/64/85/86/ajax-l10.gif"/></div>').appendTo(".frm-buttons");
$.post(href, {
"message" : g,
"auth[]": $("#quick_reply input[name='auth[]']:last").val(),
"lt" : $("#quick_reply input[name='lt']").val(),
"post": "Send"
}, function(t) {
if(t.indexOf("Flood") != -1 && $("html").attr("xml:lang") == "vi"){
alert("Lỗi!\nBạn phải chờ 5 giây mới có thể gửi bài");
$(".lreply").remove();
}
else if(t.indexOf("Flood") != -1 && $("html").attr("xml:lang") != "vi"){
alert("Error!\nYou must wait 5 second before replying");
$(".lreply").remove();
}
if(t.indexOf("A new") != -1 && $("html").attr("xml:lang") == "vi"){
alert("Lỗi!\nĐã có người gửi bài trước bạn.\nBạn phải F5 lại trang để tiếp tục.\nChú ý : Bạn nên lưu lại tin nhắn nếu không muốn mất ");
$(".lreply").remove();
}
else if(t.indexOf("A new") != -1 && $("html").attr("xml:lang") != "vi"){
alert("Error!\nSomeone had replied before your post\nYou must refresh the page to continue.\nNotice : You should save or copy your message if you don't want it gone");
$(".lreply").remove();
}
else {
var f = $(t).find(".message a:first").attr('href');
var idpost = f.split('#')[1];
location.href = f;
$.get(f , function(z){
$("#quick_reply input[name='auth[]']:last").val($(z).find("#quick_reply input[name='auth[]']:last").val());
$("#quick_reply input[name='lt']").val($(z).find("#quick_reply input[name='lt']").val());
$(z).find(".post--"+idpost).hide().insertAfter(".post:last").slideDown(400);
});
$("#text_editor_textarea").sceditor('instance').val("");
$(".lreply").remove();
}
});
}
else {
if($("html").attr("xml:lang") == "vi" ) {
alert("Xin lỗi\nNội dung quá ngắn không thể gửi bài !\nBạn cần nhập thêm "+ (10 - value) +" ký tự nữa.");
}
else {
alert("Sorry\nThe content is too short to send as post !\nYou must write "+ (10 - value) +" characters more.");
}
}
});
});
</script>
Fix hộ em đi bác [You must be registered and logged in to see this image.]
K.-Kun- CPModerator
-
Ngày đăng ký : 22/11/2012
Số bài : 1511
CPP : 639
Châm ngôn sống : Không bao giời đi ngược lại với lời nói của mình! Đó chính là nhẫn đạo của tôi
Re: [Ver 2] Quick reply for SCEditor[✔]
@truongchun
trong view tìm : <div class="a_box post-{postrow.displayed.U_POST_ID}" sửa thành
<div class="post a_box post--{postrow.displayed.U_POST_ID}"
trong view tìm : <div class="a_box post-{postrow.displayed.U_POST_ID}" sửa thành
<div class="post a_box post--{postrow.displayed.U_POST_ID}"
Get Over- CPModerator
-
Ngày đăng ký : 05/10/2012
Số bài : 362
CPP : 487
Châm ngôn sống : Ngọn gió sẽ đưa ta vi vu trên dòng đời cuộc sống
Re: [Ver 2] Quick reply for SCEditor[✔]
Kirigaya Kazuto đã viết:View:
- Code:
<style>
/* Avatar bên cạnh reply */
.imgholder{
position:relative;
width:120px;
height:120px;
border-radius:100px;
float:left;
margin:40px 30px;
}
/* thumbnails style */
.imgholder img{
position:absolute;
left:0;
top:0;
width:120px;
height:120px;
z-index:5;
border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
opacity:0.3;
filter: alpha(opacity = 30);
box-shadow:0 0 5px #000;
-moz-box-shadow:0 0 5px #000;
-webkit-box-shadow:0 0 5px #000;
transform: scale(0.5,0.5);
-ms-transform: scale(0.5,0.5);
-moz-transform: scale(0.5,0.5);
-webkit-transform: scale(0.5,0.5);
transition:
opacity 1s,
transform 1s ease-in-out 0.3s;
-moz-transition:
opacity 1s,
-moz-transform 1s ease-in-out 0.3s;
-webkit-transition:
opacity 1s,
-webkit-transform 1s ease-in-out 0.3s;
}
.imgholder:hover img{
opacity:1;
filter: alpha(opacity = 100);
transform: scale(1,1);
-ms-transform: scale(1,1);
-moz-transform: scale(1,1);
-webkit-transform: scale(1,1);
}
.imgholder figcaption{
position:absolute;
left:-5px;
top:40%;
width:130px;
color:#004E87;
font-weight:bold;
text-shadow:-1px -1px 0 #fff;
z-index:4;
transition:
top 0.5s ease-out;
-moz-transition:
top 0.5s ease-out;
-webkit-transition:
top 0.5s ease-out;
}
.imgholder:hover figcaption{
top:120%;
}
/* decorations style */
.imgholder .circle{
position:absolute;
border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
}
.imgholder .outer1{
top:-8px;
left:-8px;
width:120px;
height:120px;
z-index:2;
border:8px solid;
border-color:#DEEBFC;
box-shadow:0 0 3px #AFD3FF;
-moz-ox-shadow:0 0 3px #AFD3FF;
-webkit-box-shadow:0 0 3px #AFD3FF;
background: #ffffff;
background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e2efff 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e2efff));
background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#e2efff 100%);
background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#e2efff 100%);
background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#e2efff 100%);
background: radial-gradient(center, ellipse cover, #ffffff 0%,#e2efff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2efff',GradientType=1 );
transform:rotate(90deg);
-ms-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
transition:
transform 1.8s ease-in-out,
box-shadow 1s ease-out,
border-color 1.5s;
-moz-transition:
-moz-transform 1.8s ease-in-out,
-moz-box-shadow 1s ease-out,
border-color 1.5s;
-webkit-transition:
-webkit-transform 1.8s ease-in-out,
-webkit-box-shadow 1s ease-out,
border-color 1.5s;}
.imgholder:hover .outer1{
border-color:#0088EA #7FC9FF #0088EA #7FC9FF;
box-shadow:0 0 10px #0285E2;
-moz-box-shadow:0 0 10px #0285E2;
-webkit-box-shadow:0 0 10px #0285E2;
transform:rotate(-10deg);
-ms-transform:rotate(-10deg);
-moz-transform:rotate(-10deg);
-webkit-transform:rotate(-10deg);}
.imgholder .outer2{
top:-18px;
left:-18px;
width:136px;
height:136px;
z-index:1;
border:10px solid;
border-color: #D6E5FC #9BC8FF #D6E5FC #9BC8FF;
box-shadow:0 0 20px #8EB9FF;
-moz-box-shadow:0 0 20px #8EB9FF;
-webkit-box-shadow:0 0 20px #8EB9FF;
opacity:0;
filter: alpha(opacity = 0);
transform: scale(1.3,1.3) rotate(180deg);
-ms-transform: scale(1.3,1.3) rotate(180deg);
-moz-transform: scale(1.3,1.3) rotate(180deg);
-webkit-transform: scale(1.3,1.3) rotate(180deg);
transition:
opacity 0.5s,
transform 0.7s ease-out;
-moz-transition:
opacity 0.5s,
-moz-transform 0.7s ease-out;
-webkit-transition:
opacity 0.5s,
-webkit-transform 0.7s ease-out;}
.imgholder:hover .outer2{
opacity:0.9;
filter: alpha(opacity = 90);
transform: scale(1,1) rotate(-10deg);
-ms-transform: scale(1,1) rotate(-10deg);
-moz-transform: scale(1,1) rotate(-10deg);
-webkit-transform: scale(1,1) rotate(-10deg);}
/*rut ron chu ki*/
.sig-content{clear:none;max-height:150px;overflow:hidden}.sig-content:hover{max-height:100%}
.sig-content{clear:both;padding:.5em 1em;position:relative}
.sig-content .sig-line{border-color:#ddd;border-top-style:solid;border-top-width:1px;display:block;margin:0 auto;padding-bottom:.5em;width:250px}
.ts3{margin-top:-45px;}.ts1{margin-top:-100px;}.ts2{margin-top:-100px;}
.kethon1{background-image: url("http://vnsharing.net/forum/vnsshop/lovers/bg/BG22.jpg");}
.postmain blockquote {
background: url("http://i44.servimg.com/u/f44/15/64/85/86/quote10.gif") no-repeat scroll 0 0 #FDF9F9; /*Background và màu nền*/
border-color: #E7BABA; /*Màu đường viền*/
border-style: solid; /*Style đường viền*/
border-width: 1px 1px 1px 20px;
color: #C25252; /*Màu chữ*/
margin: 10px 0 10px 10px;
overflow: auto;
padding: 28px 10px 10px;
width: 90%;
}
.postmain blockquote:hover {
background: url("http://i44.servimg.com/u/f44/15/64/85/86/quote-13.gif") no-repeat scroll 0 0 #FFFFFF; /*background và màu nền khi rê chuột vào*/
}
.codebox {
background: url("http://i44.servimg.com/u/f44/15/64/85/86/code10.gif") no-repeat scroll 0 0 #F5F8FA; /*Background và màu nền*/
border-color: #D7E8F0; /*Màu đường viền*/
border-style: solid; /*Style đường viền*/
border-width: 1px 1px 1px 20px;
color: #000000; /*Màu chữ*/
font: 13px/16px 'Courier New',Courier,monospace; /*style của chữ*/
margin: 10px 0 10px 10px;
max-height: 500px;
min-height: 16px;
overflow: auto;
padding: 28px 10px 10px;
width: 90%;
}
.codebox:hover {
background: url("http://i44.servimg.com/u/f44/15/64/85/86/code-h10.gif") no-repeat scroll 0 0 #FFFFFF;
/*background và màu nền khi rê chuột vào*/}
div[id*="c9"][style="background-color:#ffe5cf;"] {
background: url(http://i11.servimg.com/u/f11/17/98/40/25/g10.png)no-repeat right bottom;
}
.pun .user{width:12em}
.pun .postmain{margin-left:14em}
.pun .post .user,.postfoot{margin-left: auto;}
.postmain .postfoot,.pun .postmain{margin:0}
.postmain .user{margin:0;width:100%;padding:0;border-bottom:1px dashed #CCC}
.pun .postmain .posthead {margin:0}
.postmain .username{font-variant:small-caps;font-weight:bold}
.postmain .user-basic-info div{display:inline-block}
.user-ident{text-align:center}
.postmain .user-ident{float:left}
.postmain .user-info{float:right}
.pun .post {
border-width: 0 0 1px;
}.pun .entry-content {
padding: .8em;
}
/* vote */
#profile-advanced-details .autobot{color:#2220fb!important;font-size:14px!important;text-shadow:1px 1px 1px #000!important}
.post .post-options{height:22px;position:relative}
.hihi {background-color: #1F537B;color: #DEDFDF;font-weight: 400;padding: 0.7em 0.1em;}
.numtopF{margin-right:-12px!important}
a.mainmenu[href='/groups'],a.mainmenu[href='/privmsg?folder=inbox'],#left,#textarea_content dt,#dulieutip,#dulieupostter,#sapxepdulieu{display:none}
.ost,.share,.c3zvau .qua,.no{background-position:5px 50%;background-repeat:no-repeat;border:1px solid #C2D5E3;margin:6px 2px 0;padding:5px 8px 5px 25px}
.share{background-image:url(http://i43.servimg.com/u/f43/16/03/04/56/fav10.png)}.qua{background-image:url(http://i43.servimg.com/u/f43/16/03/04/56/no10.gif);padding-left:29px!important}.no{padding:5px 8px}
.no .vop{background:url(http://i42.servimg.com/u/f42/17/92/41/65/discou10.png) no-repeat left center;padding:0 0 0 18px}
.no .vom{background:url(http://i42.servimg.com/u/f42/17/92/41/65/discou11.png) no-repeat left center;padding:0 0 0 18px}
.vote-button{float:left;width:60px}
.c3zplus:hover{background-color:#ebedf4;border-color:#9dacce}
.c3zminus:hover{background-color:#ebedf4;border-color:#9dacce}
.c3zplus {
background: url(http://i42.servimg.com/u/f42/17/92/41/65/discou10.png) no-repeat scroll 0 0 #E0E0E0;
background-position: 6px 36%;
background-repeat: no-repeat;
border: 1px solid #E0E0E0;
border-radius: 3px 3px 3px 3px;
color: white!important;
display: block;
float: left;
height: 13px;
margin: -4px 2px 0;
padding: 4px 4px 5px 24px;
position: relative;
text-align: left;
width: 45px;
}
.pun #main .main-content.topic {
background: #fff!important;
border: 1px solid #DDD!important;
border-radius: 4px;
margin: 0;
padding: 10px!important;
box-shadow: 0 0 12px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 12px rgba(0,0,0,0.5);
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.user>div{margin:12px}
.postmain .post-entry{clear:left}
.pun .post .user{margin-left: 0;
float: left;
width: 100%;
background: #F7F7F7;
border-bottom: 1px solid #DDD;
}
.pun .post .user {
margin-top: 0;
}
.pun .user .user-ident {
display: block;
float: left;
padding: 10px;
padding-top: 0;
}.pun .user-ident .user-basic-info {
display: table;
margin-left: 10px;
}
.post .postmain .user .user-basic-info a img {
width: 150px;
height: 150px;
padding: 5px;
background: white;
border-radius: 4px;
border: 1px solid #DDD;
}
b.username {
width: 20em;
display: inline-block;
float: left;
font-size: 12px;
}
b.username strong {
float: none !important;
font-size: 12px;
}
.pun .posthead {
border-top: 1px solid #D7D7D7;
border-bottom: 1px solid #D7D7D7;
background: #E6E6E6 url('http://i16.servimg.com/u/f16/15/23/22/46/highli10.png') repeat-x 0 0;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 10px;
text-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px;
color: #777;
}
.pun .paged-foot, .pun .paged-head {
background: none;
border: none;
padding-bottom: 7px;
}
.main .main-head.crumbb {
border: 0;
border-bottom: 1px solid #EAEAEA;
background: whiteSmoke url("http://i16.servimg.com/u/f16/15/23/22/46/highli11.png") repeat-x 0 0;
color: #333;
padding: 7px;
font-size: 12px;
font-weight: 300;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-radius: 4px 4px 0 0;
overflow: hidden;
box-shadow: none;
}
.crumbs {
text-align: right;
}
/* đóng khung trong vew */
.chupy {
Padding-left: 2px;
Padding-right: 2px;
Padding-top: 2px;
Padding-bottom: 2px;
Background-color: rgb(240,240,240);
Border-top: 1px solid #dddddd;
Border-right: 1px solid #dddddd;
Border-left: 4px solid #c4c4c4;
Border-bottom: 1px solid #c4c4c4;
Margin-bottom: 3px;
}
.user-info {width: 172px;float: right;}
</style>
<script type="text/javascript">//<![CDATA[
$(window).load(function(){$(".post").first().find('a[href*="mode=quote"]').remove();$('div.post-entry').find('img').each(function () {var relx = $('div.post-entry').attr('id');var $this = $(this), width = $this.width();var src = $this.attr('src');var a = $('<a/>').attr('href', src).addClass('lightbox').attr('rel', "op"+i);if (width > 200) {$this.wrap(a);}});});//]]> </script>
<script type="text/javascript">//<![CDATA[
$(window).load(function(){var relx = $('div.post-entry ').attr('id');$('a[href$=".png"]').addClass('topictit').attr('rel', "op"+i);});//]]> </script>
<style>#fa_ticker_block .module.main, .pun .main .main-content p.message {
padding: 8px 35px 8px 14px;
margin: 8px !important;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #D9EDF7;
border-color: #BCE8F1;
color: #3A87AD;
}.pun .frm .frm-form table {
border: none !important;
}</style>
<script type="text/javascript">//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
_atc.cwait = 0;
$('.addthis_button').mouseup(function(){
if ($('#at15s').css('display') == 'block') {
addthis_close();
addthis_close();
}
});
});
var code="Copyright By notme. Edit by IceFox";
function level(Posts,Coins,Thanked){var d=(Posts*2+Coins*1);var e=(d/1500);var f=Math.floor((e-Math.floor(e))*100);var g=Math.floor(e+parseInt(1));if(g<2){(g="1 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'>]")};if(g<3){(g="2 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'>]")};if(g<4){(g="3 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'>]")};if(g<5){(g="4 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'>]")};if(g<6){(g="5 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'>]")};if(g<7){(g="6 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_yell10.gif'>]")};if(g<8){(g="7 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'>]")};if(g<9){(g="8 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'>]")};if(g<10){(g="9 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'>]")};if(g<11){(g="10 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'>]")};if(g<12){(g="11 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'>]")};if(g<13){(g="12 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_red10.gif'>]")};if(g<14){(g="13 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'>]")};if(g<15){(g="14 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'>]")};if(g<16){(g="15 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'>]")};if(g<17){(g="16 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'>]")};if(g<18){(g="17 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'>]")};if(g<19){(g="18 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_grey10.gif'>]")};if(g<20){(g="19 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'>]")};if(g<21){(g="20 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'>]")};if(g<22){(g="21 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'>]")};if(g<23){(g="22 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'>]")};if(g<24){(g="23 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'>]")};if(g<25){(g="24 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_gree10.gif'>]")};if(g<26){(g="25 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'>]")};if(g<27){(g="26 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'>]")};if(g<28){(g="27 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'>]")};if(g<29){(g="28 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'>]")};if(g<30){(g="29 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'>]")};if(g<31){(g="30 [<img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'><img src='http://i34.servimg.com/u/f34/17/54/83/01/s_blue10.gif'>]")&&(f="99")};var h=(Math.floor((Thanked*1)+(Posts*1)+(Coins*1)));if(h>15000){h=15000};if(d>50000){(d=50000)};var i=(Math.floor((h/15000)*100)-2);var j=(Math.floor((d/50000)*100)-2);document.write('<fieldset style="padding:7px;width: 145px;border: 0px solid #D4D4D4;color: gray;font-size: 7pt;border-radius: 2px;"><legend><font color="red"><b>Cấp độ : '+g+'</b></font></legend><b><font color=orange> Tài năng : </font></b>('+d+' / 50000)<div class="strengthbg"><div class="strengthbg2"><fieldset style="padding: 1px;border: 1px solid #666;border-radius: 3px 3px 3px 3px;"><img src="/users/2211/12/43/96/album/orange10.gif" width="'+j+'%" title="'+d+'" height="9px"><img src="/users/2211/12/43/96/album/hp1010.gif" width="2px" title="'+d+'" height="9px"></fieldset></div></div><b><font color=green> Uy tín : </font></b>('+h+' / 15000)<div class="abilitybg"><div class="abilitybg2"><fieldset style="padding: 1px;border: 1px solid #666;border-radius: 3px 3px 3px 3px;"><img src="/users/2211/12/43/96/album/green110.gif" width="'+i+'%" title="'+h+'" height="9px"><img src="/users/2211/12/43/96/album/mp1010.gif" width="2px" title="'+h+'" height="9px"></fieldset></div></div><font color=RoyalBlue1> <b>Kinh nghiệm :</b></font> '+f+'%<div class="expbg"><div class="expbg2"><fieldset style="padding: 1px;border: 1px solid #666;border-radius: 3px 3px 3px 3px;"><img src="/users/2211/12/43/96/album/blue10.gif" width="'+(f-1)+'%" title="'+(f)+'%" height="9px"><img src="/users/2211/12/43/96/album/exp1010.gif" width="2px" title="'+(f)+'%" height="9px"></fieldset></div></div></fieldset>')};
//]]>
</script>
<!-- BEGIN switch_user_logged_in -->
<div id="pun-visit" class="clearfix">
<ul>
<!-- BEGIN switch_plus_menu -->
<li>
<script type="text/javascript">//<![CDATA[
var url_favourite = '{switch_user_logged_in.U_FAVOURITE_JS_PLUS_MENU}';
var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
insert_plus_menu_new('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
//]]>
</script>
</li>
<!-- END switch_plus_menu -->
<li><a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a></li>
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a></li>
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></li>
<!-- BEGIN watchtopic -->
<li>{S_WATCH_TOPIC}</li>
<!-- END watchtopic -->
</ul>
<p>{LOGGED_AS}. {LAST_VISIT_DATE}</p>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<div id="pun-visit">
<p>{L_NOT_CONNECTED} {L_LOGIN_REGISTER}</p>
</div>
<!-- END switch_user_logged_out -->
<div class="main paged">
<div class="paged-head clearfix">
<!-- BEGIN topicpagination -->
<p class="paging">{PAGINATION}</p>
<!-- END topicpagination -->
<p class="posting">
<!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
<!-- END switch_user_authreply -->
</p>
</div>
{POLL_DISPLAY}
<br /><br />
<div class="main-content topic">
<div class="maii">
<div class="main-head crumbb clearfix">
<p class="crumbs">
<a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
<strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
<!-- BEGIN switch_twitter_btn -->
<span id="twitter_btn" style="margin-left: 6px; ">
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</span>
<!-- END switch_twitter_btn -->
<!-- BEGIN switch_fb_likebtn -->
<span id="fb_likebtn" style="margin-left: 6px; ">
<iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:auto; height:21px;" allowTransparency="true"></iframe>
</span>
<!-- END switch_fb_likebtn -->
</p>
</div>
<!-- BEGIN postrow -->
<!-- BEGIN displayed -->
<div id="u8" class="post"{postrow.displayed.THANK_BGCOLOR}>
<div id="p{postrow.displayed.U_POST_ID}" class="posthead"{postrow.displayed.THANK_BGCOLOR}>
<h2>
<b class="username">
{postrow.displayed.POSTER_NAME} {postrow.displayed.ONLINE_IMG}</b>
<strong>{postrow.displayed.COUNT_POSTS}</strong> {postrow.displayed.ICON} <a href="{postrow.displayed.POST_URL}">{postrow.displayed.POST_SUBJECT}</a> {postrow.displayed.POST_DATE_NEW}
</h2>
</div>
<a name="{postrow.displayed.U_POST_ID}"></a>{postrow.displayed.POSTER_NAME}
<div class="postmain"{postrow.displayed.THANK_BGCOLOR}>
<div id="c9" class="postbody"{postrow.displayed.THANK_BGCOLOR}>
<div class="user"><div class="user-ident">
<div class="user-basic-info" style="float:left;">
<br>{postrow.displayed.POSTER_AVATAR}<br>
<table width="150px"><fieldset style="width: 150px; height: 100%; border: 1px solid; margin: 5px; padding: 5px 10px;"><legend>Cấp bậc</legend><div class="smallfont" align="center" style="max-height: 100%; overflow-y: auto;">
<em class="userTitle" itemprop="title"><b>{postrow.displayed.POSTER_RANK_NEW}</b></em>
<span class="rankn"><div class="rank2"><center>{postrow.displayed.RANK_IMAGE}</center></div></span>
</div></fieldset>
</table>
<div class="left"></div>
<div class="right"></div>
</div></div>
<div class="user-info">
<!-- BEGIN profile_field -->
<div class="chupy">
{postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
</div>
<!-- END profile_field -->
</div>
<br /><br /><br /><br />
<table>
<tr>
<td>
<script>level(<!-- BEGIN profile_field -->'{postrow.displayed.profile_field.CONTENT}',<!-- END profile_field -->1);</script>
</td><td>
{postrow.displayed.POSTER_RPG}
</td></tr></table>
</div>
<div class="post-entry">
<div class="entry-content">
<div>
<div class="ing">{postrow.displayed.MESSAGE}</div>
<!-- BEGIN switch_attachments -->
<dl class="attachbox">
<dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
<dd>
<!-- BEGIN switch_post_attachments -->
<dl class="file">
<dt>
<img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />
<!-- BEGIN switch_dl_att -->
<a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
<!-- END switch_dl_att -->
<!-- BEGIN switch_no_dl_att -->
{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
<!-- END switch_no_dl_att -->
</dt>
<!-- BEGIN switch_no_comment -->
<dd>
<em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
</dd>
<!-- END switch_no_comment -->
<!-- BEGIN switch_no_dl_att -->
<dd>
<em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
</dd>
<!-- END switch_no_dl_att -->
<dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
</dl>
<!-- END switch_post_attachments -->
</dd>
</dl>
<!-- END switch_attachments -->
<div class="clear"></div>
</div>
<p>
{postrow.displayed.EDITED_MESSAGE}
</p>
</div>
</div>
</div>
<!-- BEGIN switch_signature -->
<div class="sig-content">
{postrow.displayed.SIGNATURE_NEW}
</div>
<!-- END switch_signature -->
<div class="postfoot">
<div class="user-contact">
</div>
<div class="post-options">
<div style="float: left; left:220px;position:absolute;top:2px;">
<!-- BEGIN switch_vote_active -->
<div class="vote vote-button">
<!-- BEGIN switch_vote -->
<a target="v{postrow.displayed.U_POST_ID}" href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}" alt="c3zplus" class="c3zplus lvote"><span style="margin-left: -2px; color: #3B5998;">+ Rep</span></a>
<!-- END switch_vote -->
</div>
<div class="vote vote-button">
<!-- BEGIN switch_vote -->
<!-- END switch_vote -->
</div><div id="v{postrow.displayed.U_POST_ID}" class="loadding" style="display: none"><img src="http://i43.servimg.com/u/f43/16/03/04/56/icon_l12.gif"> Chờ chút nhé ^^! </div>
<!-- END switch_vote_active -->
</div>
<div style="text-align: right;">{postrow.displayed.THANK_IMG}{postrow.displayed.QUOTE_IMG}{postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.REPORT_IMG}</div></div>
<div style="clear:both;"></div>
</div>
<p style="border-bottom: 1px solid #ddd;">
<div class="hihi clearfix" style="background-color: #fff;"><font color="black">
<!-- BEGIN switch_vote_active -->
<iframe name="v{postrow.displayed.U_POST_ID}" class="ajaxvote" style="display:none"></iframe>
<!-- BEGIN switch_no_bar -->
<span class="c3zvau v{postrow.displayed.U_POST_ID}" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">{postrow.displayed.switch_vote_active.L_VOTE_TITLE}</span>
<!-- END switch_no_bar -->
<!-- BEGIN switch_bar -->
<span class="c3zvau v{postrow.displayed.U_POST_ID}" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">{postrow.displayed.switch_vote_active.L_VOTE_TITLE}</span>
<!-- END switch_bar -->
<!-- END switch_vote_active -->
<div style="float:right;font-weight:bold;text-align:right">
<a href="#top" class="postbit" style="margin:0;" original-title="">Back to top</a>
<div align="center" style="width:600px;display:none; padding-top:6px" ></div></div>
</font></div> </span>
</div>
</div>
<!-- END displayed -->
<!-- BEGIN hidden -->
<p class="p-hidden">{postrow.hidden.MESSAGE}</p>
<!-- END hidden -->
<!-- END postrow -->
</div>
</div><style>.maii {
background: #FAFAFA !important;
border: 1px solid #DDD !important;
border-radius: 4px;
}</style>
<div class="main-foot clearfix">
<p class="h2">
<a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a>
{L_MESSAGE} [{PAGE_NUMBER}]
</p>
<p class="options">
<input type="hidden" name="t" value="{TOPIC_ID}" />
<!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
<input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
<!-- BEGIN viewtopic_bottom -->
{S_TOPIC_ADMIN}
<!-- END viewtopic_bottom -->
</p>
</div>
<a name="bottomtitle"></a>
<div class="paged-foot clearfix">
<!-- BEGIN topicpagination -->
<p class="paging">{PAGINATION}</p>
<!-- END topicpagination -->
<p class="posting">
<!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" class="{POST_IMG_CLASS}" alt="{L_POST_NEW_TOPIC}" /></a>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" class="i_reply" alt="{L_POST_REPLY_TOPIC}" /></a>
<!-- END switch_user_authreply -->
</p>
</div>
</div>
<div class="pun-crumbs">
<p class="crumbs">
<a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC} »
<strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
</p>
</div>
<!-- BEGIN promot_trafic -->
<div class="main" id="ptrafic_close" style="display:none">
<div class="main-head clearfix">
<p class="h2">{PROMOT_TRAFIC_TITLE}</p>
<p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="" border="0" /></a></p>
</div>
</div>
<div class="main" id="ptrafic_open" style="display:''">
<div class="main-head clearfix">
<p class="h2">{PROMOT_TRAFIC_TITLE}</p>
<p class="options"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="" border="0" /></a></p>
</div>
<div class="main-content clearfix">
<!-- BEGIN link -->
» <a href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
<!-- END link -->
</div>
</div>
<!-- END promot_trafic -->
<!-- BEGIN switch_forum_rules -->
<div class="main" id="forum_rules">
<div class="main-head clearfix">
<p class="h2">{L_FORUM_RULES}</p>
</div>
<table class="main-content frm">
<tr>
<!-- BEGIN switch_forum_rule_image -->
<td class="logo">
<img src="{RULE_IMG_URL}" />
</td>
<!-- END switch_forum_rule_image -->
<td class="rules entry-content">
{RULE_MSG}
</td>
</tr>
</table>
</div>
<!-- END switch_forum_rules -->
<!-- BEGIN switch_user_logged_in -->
<a name="quickreply"></a>
{QUICK_REPLY_FORM}
<!-- END switch_user_logged_in -->
<div id="pun-info" class="main">
<div class="main-content">
<div id="stats">
<p>{L_TABS_PERMISSIONS} <br />{S_AUTH_LIST}</p>
</div>
</div>
</div>
<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.post-entry .entry-content', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
<script type="text/javascript">
function chvote(a, b) {
"Message not voted" == b && (b = "c3zone z vietk 0% (0 vote)");
var d = parseInt(b.split(" ")[3], 10) / 100,
c = parseInt(b.split(" ")[4].substr(1), 10),
b = "Message reputation : " + Math.round(100 * ("c3zplus" == a ? (d * c + 1) / (c + 1) : d * c / (c + 1))) + "% (" + (c + 1) + " vote)";
return votetrans(b)
}
$(".c3zvau").each(function () {
var a = $(this).text();
$(this).html(votetrans(a))
});
function votetrans(a) {
if ("Message not voted" == a) return "<span class='qua'>Ấn + Rep nếu bạn thấy bài viết hay nhé ^^</span>";
var b = parseInt(a.split(" ")[3], 10) / 100,
a = parseInt(a.split(" ")[4].substr(1), 10),
d = 0 != b ? "<span class=vop>" + Math.round(b * a) + "+</span>" : "",
c = 0 != b && 1 != b ? ' <span style="color:#C2D5E3">|</span> ' : "",
a = 1 != b ? "<span class=vom>" + Math.round(a - b * a) + "-</span>" : "",
b = Math.round(100 * b);
return "<span class=no>" + d + c + a + "</span> <span class=qua>Chất lượng: " + b + "%</span>"
}
$(".lvote").click(function () {
"c3zplus" == $(this).attr("alt") ? $(this).parent().html("").next().html("") : $(this).parent().html("").prev().html("");
var a = $(this).attr("target"),
b = $(this).attr("alt"),
d = $("." + a).attr("title");
$("#" + a).show();
$("." + a).html(chvote(b, d));
$("#" + a).fadeIn("slow").animate({
opacity: 1
}, 1500).fadeOut("slow", function () {
$("." + a).fadeOut("slow").animate({
opacity: 1
}, 1E3).fadeIn()
});
$("." + $(this).attr("target")).removeAttr("title")
});
</script>
<script src="http://a3forum.rforum.biz/12001.js" type="text/javascript"></script>
<script src="http://a3forum.rforum.biz/11124.js" type="text/javascript"></script>
<!-- BEGIN switch_user_logged_out -->
<script src="http://vn-icefox.forum.st/17503.js" type="text/javascript"></script>
<!-- END switch_user_logged_out -->
<script type="text/javascript">
jQuery(document).ready(function(){jQuery('#quick_reply').before(' <div class="imgholder"><div class="outer1 circle"></div><div class="outer2 circle"></div><figure><div id="quick-avatar"></div></figure></div> ')});jQuery(document).ready(function(){jQuery.get('/profile?mode=editprofile&page_profil=avatars',function(data){link=jQuery('.frm dl dd img',data).attr('src');if(link){jQuery('#quick-avatar').html('<center><a href="/profile?mode=editprofile&page_profil=avatars"><img src="'+link+'" alt="" /></a></center>')}else{jQuery('#quick-avatar').html('')}})});
</script>
<script type="text/javascript">
// Viết bởi doannamthai - diendan.chinhphuc.info;
// Written by doannamthai - diendan.chinhphuc.info;
$(function () {
$('#quick_reply input[name="post"]').click(function(a){
a.preventDefault();
var g = $("#text_editor_textarea").sceditor('instance').val();
var href = $('a[href*="mode=reply"]').attr("href");
var value = $("#text_editor_textarea").sceditor("instance").val().replace(/\s/g, '').length;
if(10 < value){
$('<div class="lreply"><img src="http://i35.servimg.com/u/f35/15/64/85/86/ajax-l10.gif"/></div>').appendTo(".frm-buttons");
$.post(href, {
"message" : g,
"auth[]": $("#quick_reply input[name='auth[]']:last").val(),
"lt" : $("#quick_reply input[name='lt']").val(),
"post": "Send"
}, function(t) {
if(t.indexOf("Flood") != -1 && $("html").attr("xml:lang") == "vi"){
alert("Lỗi!\nBạn phải chờ 5 giây mới có thể gửi bài");
$(".lreply").remove();
}
else if(t.indexOf("Flood") != -1 && $("html").attr("xml:lang") != "vi"){
alert("Error!\nYou must wait 5 second before replying");
$(".lreply").remove();
}
if(t.indexOf("A new") != -1 && $("html").attr("xml:lang") == "vi"){
alert("Lỗi!\nĐã có người gửi bài trước bạn.\nBạn phải F5 lại trang để tiếp tục.\nChú ý : Bạn nên lưu lại tin nhắn nếu không muốn mất ");
$(".lreply").remove();
}
else if(t.indexOf("A new") != -1 && $("html").attr("xml:lang") != "vi"){
alert("Error!\nSomeone had replied before your post\nYou must refresh the page to continue.\nNotice : You should save or copy your message if you don't want it gone");
$(".lreply").remove();
}
else {
var f = $(t).find(".message a:first").attr('href');
var idpost = f.split('#')[1];
location.href = f;
$.get(f , function(z){
$("#quick_reply input[name='auth[]']:last").val($(z).find("#quick_reply input[name='auth[]']:last").val());
$("#quick_reply input[name='lt']").val($(z).find("#quick_reply input[name='lt']").val());
$(z).find(".post--"+idpost).hide().insertAfter(".post:last").slideDown(400);
});
$("#text_editor_textarea").sceditor('instance').val("");
$(".lreply").remove();
}
});
}
else {
if($("html").attr("xml:lang") == "vi" ) {
alert("Xin lỗi\nNội dung quá ngắn không thể gửi bài !\nBạn cần nhập thêm "+ (10 - value) +" ký tự nữa.");
}
else {
alert("Sorry\nThe content is too short to send as post !\nYou must write "+ (10 - value) +" characters more.");
}
}
});
});
</script>
Fix hộ em đi bác [You must be registered and logged in to see this image.]
Tìm <div id="u8" class="post"{postrow.displayed.THANK_BGCOLOR}> sửa thành
<div id="u8" class="post post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR}>
Get Over- CPModerator
-
Ngày đăng ký : 05/10/2012
Số bài : 362
CPP : 487
Châm ngôn sống : Ngọn gió sẽ đưa ta vi vu trên dòng đời cuộc sống
Lowie- CPPurpleMember
-
Ngày đăng ký : 24/06/2011
Số bài : 1345
CPP : 231
Châm ngôn sống : Dẫu hiên ngang giữa đất trời, VỢ DÂM BẠN ĐỂU thì đời cũng xong!
Re: [Ver 2] Quick reply for SCEditor[✔]
test xong cái ver 2 luôn hoạt động rất tốt trên view của mình quá hay like cho thái
Re: [Ver 2] Quick reply for SCEditor[✔]
Co' the lam vieng border roi mau` tu tu mat dan di dc không . Cho dep
Re: [Ver 2] Quick reply for SCEditor[✔]
Thái ơi sao của tớ nó cứ có hình này sau mỗi bài được gửi lên thôi
[You must be registered and logged in to see this image.]
[You must be registered and logged in to see this image.]
Re: [Ver 2] Quick reply for SCEditor[✔]
Mình có góp ý thế này , cái load ấy .
Để tại vị trí khung viết bài ở giữa , vị trí khung viết bài để chế độ ko chỉnh sửa gì được ( cái đó quên lệnh rồi , nhớ cái input đó màu vàng vàng)
Để tại vị trí khung viết bài ở giữa , vị trí khung viết bài để chế độ ko chỉnh sửa gì được ( cái đó quên lệnh rồi , nhớ cái input đó màu vàng vàng)
Re: [Ver 2] Quick reply for SCEditor[✔]
HoàngTửNaivip5p đã viết:Thái ơi sao của tớ nó cứ có hình này sau mỗi bài được gửi lên thôi
[You must be registered and logged in to see this image.]
Cái đó là nút notifi của tagging system
Get Over- CPModerator
-
Ngày đăng ký : 05/10/2012
Số bài : 362
CPP : 487
Châm ngôn sống : Ngọn gió sẽ đưa ta vi vu trên dòng đời cuộc sống
Re: [Ver 2] Quick reply for SCEditor[✔]
Là sao ?phutu01 đã viết:thái ơi trả lời nhanh này k có add cái nút chữ kí
Get Over- CPModerator
-
Ngày đăng ký : 05/10/2012
Số bài : 362
CPP : 487
Châm ngôn sống : Ngọn gió sẽ đưa ta vi vu trên dòng đời cuộc sống
Re: [Ver 2] Quick reply for SCEditor[✔]
Gửi bài k có chữ kí kèm theo , Nút edit bài thì chỗ chữ kí chưa đánh đấu . Bt replay thì có đánh dấu hoặc trả lời topic
Re: [Ver 2] Quick reply for SCEditor[✔]
dìm thêm quả nữa tl nhanh bao giờ cũng mất giai đoạn thông báo có người post bài trước trong lúc mình post
Lowie- CPPurpleMember
-
Ngày đăng ký : 24/06/2011
Số bài : 1345
CPP : 231
Châm ngôn sống : Dẫu hiên ngang giữa đất trời, VỢ DÂM BẠN ĐỂU thì đời cũng xong!
Re: [Ver 2] Quick reply for SCEditor[✔]
truongchun đã viết:dìm thêm quả nữa tl nhanh bao giờ cũng mất giai đoạn thông báo có người post bài trước trong lúc mình post
Có đọc kỹ code không vậy mà bảo không có
Get Over- CPModerator
-
Ngày đăng ký : 05/10/2012
Số bài : 362
CPP : 487
Châm ngôn sống : Ngọn gió sẽ đưa ta vi vu trên dòng đời cuộc sống
Re: [Ver 2] Quick reply for SCEditor[✔]
phutu01 đã viết:Gửi bài k có chữ kí kèm theo , Nút edit bài thì chỗ chữ kí chưa đánh đấu . Bt replay thì có đánh dấu hoặc trả lời topic
MÌnh dùng vẫn bt mà có sao đâu
Get Over- CPModerator
-
Ngày đăng ký : 05/10/2012
Số bài : 362
CPP : 487
Châm ngôn sống : Ngọn gió sẽ đưa ta vi vu trên dòng đời cuộc sống
Re: [Ver 2] Quick reply for SCEditor[✔]
Tôi chịu gửi xong , edit topic k thấy nó tích vào cái nút hiện chữ ký
Re: [Ver 2] Quick reply for SCEditor[✔]
Chắc là phải tải lại trang nó mới load chữ kýElric đã viết:Cho mình hỏi sao nó không hiện chữ ký vậy
Get Over- CPModerator
-
Ngày đăng ký : 05/10/2012
Số bài : 362
CPP : 487
Châm ngôn sống : Ngọn gió sẽ đưa ta vi vu trên dòng đời cuộc sống
Re: [Ver 2] Quick reply for SCEditor[✔]
Không hiện chữ ký [You must be registered and logged in to see this image.]
K.-Kun- CPModerator
-
Ngày đăng ký : 22/11/2012
Số bài : 1511
CPP : 639
Châm ngôn sống : Không bao giời đi ngược lại với lời nói của mình! Đó chính là nhẫn đạo của tôi
Trang 1 trong tổng số 2 trang • 1, 2
Similar topics
» [Help] Fix lỗi Quick Reply For SCEditor[✔]
» Quick Reply For SCEditor
» [phpbb3 & Invision] Quick Reply For SCEditor
» Xin giúp sửa lỗi tại bảng Quick Reply và Post Reply
» Ko thấy Allow quick reply
» Quick Reply For SCEditor
» [phpbb3 & Invision] Quick Reply For SCEditor
» Xin giúp sửa lỗi tại bảng Quick Reply và Post Reply
» Ko thấy Allow quick reply
Trang 1 trong tổng số 2 trang
Permissions in this forum:
Bạn không có quyền trả lời bài viết