- Tham gia
- 28/02/2015
- Bài viết
- 17,149
- Được Like
- 12,745
Làm đẹp Tooltip trong Latest Box Xenforo, cách làm như sau:
Vào template node_forum_level_2 tìm:
thay bằng:
Demo:
Trước
Sau
Chúc các bạn thành công.
Vào template node_forum_level_2 tìm:
Mã:
<span class="lastThreadTitle"><span>{xen:phrase latest}:</span> <a href="{xen:link posts, $forum.lastPost}" title="{$forum.lastPost.title}">{$forum.lastPost.title}</a></span>
thay bằng:
Mã:
<span class="lastThreadTitle"><span>{xen:phrase latest}:</span> <a href="{xen:link posts, $forum.lastPost}" class="Tooltip" title="{$forum.lastPost.title}">{$forum.lastPost.title}</a></span>
Demo:
Trước
Sau
Nguồn: xenforo.com
Bài viết liên quan
Bài viết mới