- Tham gia
- 28/02/2015
- Bài viết
- 17,142
- Được Like
- 12,745
Thêm liên kết Recent Posts vào Navigation Bar
Vào template navigation tìm:
Thay bằng:
Trước
Sau
Chúc các bạn thành công.
Vào template navigation tìm:
Mã:
<li><a href="{xen:link 'watched/threads'}">{xen:phrase watched_threads}</a></li>
</xen:if>
<li><a href="{xen:link 'find-new/posts'}" rel="nofollow">{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase recent_posts}}</a></li>
</xen:hook>
Thay bằng:
Mã:
<li><a href="{xen:link 'watched/threads'}">{xen:phrase watched_threads}</a></li>
</xen:if>
<xen:if is="{$visitor.user_id}">
<li><a href="{xen:link find-new/posts, '', 'recent=1'}" rel="nofollow">{xen:phrase recent_posts}</a></li>
</xen:if>
<li><a href="{xen:link 'find-new/posts'}" rel="nofollow">{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase recent_posts}}</a></li>
</xen:hook>
Trước
Sau
Nguồn: xenforo.com
Bài viết liên quan
Bài viết mới