1 [TIP] tạo icon riêng cho từng box 5/5/2012, 09:43
SupportFM
Thành viên tích cực
vào index_box tìm:
Lưu ý : kích thước icon thay thế phải bằng kích thước của icon mặc định
- Code:
<img
title="{catrow.forumrow.L_FORUM_FOLDER_ALT}"
src="{catrow.forumrow.FORUM_FOLDER_IMG}"
alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}"/>
- Code:
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}"
src="{catrow.forumrow.FORUM_FOLDER_IMG}"
alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}"
value="{catrow.forumrow.FORUM_NAME}" />
- Code:
<!-- BEGIN catrow -->
- Code:
<script type="text/javascript">
$("[value='Tên box cần thay icon']").replaceWith('<img src="link ảnh thay thế">');
</script>
- Code:
$("[value='Tên box cần thay icon']").replaceWith('<img src="link ảnh thay thế">');
Lưu ý : kích thước icon thay thế phải bằng kích thước của icon mặc định