Hướng dẫn:
color=blue]Chèn thêm vào cuối overall_footer_end[/color]
- ACP> Display> Templates> QLTT> Overall_footer_end
- copy và dán script sau vô cuối
- bấm save rùi :ok:
Thêm trong recent_topic,
- ACP> Display> Templates> Portal > Recent_topics
- tìm chỗ hiểm thị link muốn rút ngắn thêm class này vào:
ví dụ: rút ngắn tiêu đề
thì tìm :
Demo:
[You must be registered and logged in to see this link.]
Nguồn:
Chinhphục
color=blue]Chèn thêm vào cuối overall_footer_end[/color]
- ACP> Display> Templates> QLTT> Overall_footer_end
- copy và dán script sau vô cuối
- Code:
<script>$("a.krokodil").each(function(){
if ($(this).text().length > 65) {$(this).text($(this).text().substr(0, 62));$(this).append('...');
}
});</script>
- bấm save rùi :ok:
Thêm trong recent_topic,
- ACP> Display> Templates> Portal > Recent_topics
- tìm chỗ hiểm thị link muốn rút ngắn thêm class này vào:
- Code:
class="krokodil"
ví dụ: rút ngắn tiêu đề
thì tìm :
- Code:
{classical_row.recent_topic_row.L_TITLE}
- Code:
<span class="krokodil">
{classical_row.recent_topic_row.L_TITLE}
</span>
Demo:
[You must be registered and logged in to see this link.]
Nguồn:
Chinhphục
No Comment.