» Công Nghệ Thông Tin » Chinh Phục Forumtion » Các Code Hay » Code hiện số lần cảm ơn lên


You are not connected. Please login or register

Code hiện số lần cảm ơn lên

3 posters

Go down  Message [Page 1 of 1]

1Code hiện số lần cảm ơn lên Empty Code hiện số lần cảm ơn lên Mon Aug 15, 2011 12:57 pm

An Hùng BMT

An Hùng BMT
Admin
Admin

Code bên dưới là hiển thị số lần thanks: Ví dụ "được cảm ơn 2 lần chẳn hạn":
Chèn vào view_topic_body:
Code:
<!-- BEGIN switch_vote_active --> 
<div id="kk{postrow.displayed.U_POST_ID}"> <span class="gensmall"><script type="text/javascript">
var str ='{postrow.displayed.switch_vote_active.L_VOTE_TITLE}';

if (str=="Message not voted")
{str="Bài viết này chưa được cảm ơn.";document.write(str);
}
else {str=str.replace("Message reputation :","Được cảm ơn:");
str=str.replace("100%","");
str=str.replace("(","");
str=str.replace(")","");str=str.replace("vote","lần.");
str=str.replace("s","");
document.write(str);
}</script></span></div>
  <!-- END switch_vote_active -->

Nút vote:(Cũng vào view_topic_body luôn)

Code:
<!-- BEGIN switch_vote_active --> 
<div id="kk{postrow.displayed.U_POST_ID}"> <span class="gensmall"><script type="text/javascript">
var str ='{postrow.displayed.switch_vote_active.L_VOTE_TITLE}';

if (str=="Message not voted")
{str="Bài viết này chưa được cảm ơn.";document.write(str);
}
else {str=str.replace("Message reputation :","Được cảm ơn:");
str=str.replace("100%","");
str=str.replace("(","");
str=str.replace(")","");str=str.replace("vote","lần.");
str=str.replace("s","");
document.write(str);
}</script></span></div>
  <!-- END switch_vote_active -->
Code trên là nút vote + có thể làm tương tự để được nút vote -.
Rồi trang trí + màu mè hay khi click vào nó hiện đang load thì các chú tự nghiên cứu nhé. Chỉ thêm thắt vô thôi.
Cuối cùng nếu các bác muốn thử nút thanks này hiệu quả như thế nào thì click vào nút thanks bên dưới.
Khi click không chuyển trang + Hiển thị số lần thanks ngay sau khi click.
+Ý tưởng và nguyên lí: Sử dụng hàm replace, dùng charcode quét tìm con số, thay thế value bằng script sau khi click.

JoOnG

JoOnG
Smod
Smod

ko dckkkkkkkkk

HUNTER_CITY

HUNTER_CITY
Thành Viên
Thành Viên

cho hỏi cách làm chữ kí như vậy làm sao vậy chỉ cho mình với bạn

An Hùng BMT

An Hùng BMT
Admin
Admin

code rê chuột vào hiện chữ kí hả bạn cho vào CSS
Code:
 /*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}
 
vào viewtopic tìm
Code:
{postrow.displayed.SIGNATURE_NEW}
thay =
Code:
            <div class="sig-content">{postrow.displayed.SIGNATURE_NEW}</div>

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum