[Toàn tập] fix lỗi cho Quà tặng âm nhạc Ver.6
Thay lại thành:
Fix lại link js của vân đồn nữa :Trong Index_body tìm =>
nguồn : 4all
- Lỗi thứ 1:Bấm vào bài hát luôn hiện loadding
bao quanh nó chưa
- Code:
<div class="postbody">{postrow.displayed.MESSAGE</div>
- Lỗi thứ 2: click vào bị sang trang gửi bài => xem lại topic_list _box : Tìm :
- Code:
<!-- END icon --> ........đến..........<!-- BEGIN switch_description -->
- Code:
<td
class="{topics_list_box.row.ROW_CLASS}"
onmouseover='this.className="row2"'
onmouseout='this.className="{topics_list_box.row.ROW_CLASS}"'
width="100%">
<script type="text/javascript">$(function(){$(".xname").hide();});</script>
<div class="topictitle" style="display:block;">
{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}
<h2 class="topic-title">
<a class="topictitle" class="krokodil"
href="{topics_list_box.row.U_VIEW_TOPIC}"><span
onmouseover="showtip('Tiêu đề: <font
color=yellow>{topics_list_box.row.TOPIC_TITLE}</font><br
/>
Thời gian: <font color=#00e6ff>{topics_list_box.row.LAST_POST_TIME}</font><br />
<font
color=#FF00FF>{topics_list_box.row.REPLIES}</font> trả lời |
<font color=#FF00FF>{topics_list_box.row.VIEWS}</font> lượt
xem');"
onmouseout="hidetip();">{topics_list_box.row.TOPIC_TITLE}</span></a>
<span
class="xname" style="float: right;"><span
onmouseover="showtip('Click để xem thông tin về thành viên này!');"
onmouseout="hidetip();"><strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span><br/></span>
</h2>
</div>
- Lỗi thứ 3: ko hiện lời bài hát : thay đổi lại #23eb41 trong Index_Body & CSS thành mã màu ưng ý
- Lỗi thứ 3:ko hiện thông tin người gửi =>Tìm trong view topic body
- Code:
{postrow.displayed.POSTER_AVATAR}
{postrow.displayed.POSTER_AVATAR} |
- Code:
<span class="poster-profile">{postrow.displayed.POSTER_AVATAR}</span>
Fix lại link js của vân đồn nữa :Trong Index_body tìm =>
- Code:
http://vandonstar.googlecode.com/files/VDS_qtan_v6.js
- Code:
http://mrdark.googlecode.com/files/VDS_qtan_v6.js
- Bổ sung: Ẩn quà tặng âm nhạc ver6 trên recent topics => link js này của ๖๖ۣۜMình đã fix ẩn QTAN
- Code:
http://mrdark.googlecode.com/files/VDS_qtan_v6.js
- Code:
<script type="text/javascript">$(function(){$("div.a1tg3td:contains('»')").remove();})</script>
-
- Code:
<script type="text/javascript" src="http://teen9b.googlecode.com/files/Tabview.js"></script>
nguồn : 4all
No Comment.