- Tham gia
- 28/02/2015
- Bài viết
- 17,142
- Được Like
- 12,745
Profile Page Tab Icon Replacement - Thay thế biểu tượng các tab Profile Page
Template modification đơn giản để thay đổi cách nhìn của các tab profile page của bạn.
Trước
Sau
Đầu tiên vào template PAGE_CONTAINER tìm:
Chèn đoạn code dưới vào sau nó:
Tiếp theo vào template member_view tìm:
Thay bằng:
Ngoài ra còn có một tab "warning", hãy làm theo như bên trên để có thay thế là tốt. Chỉ cần thay thế {xenhrase warnings}
Chúc các bạn thành công.
Template modification đơn giản để thay đổi cách nhìn của các tab profile page của bạn.
Trước
Sau
Đầu tiên vào template PAGE_CONTAINER tìm:
Mã:
<head>
Chèn đoạn code dưới vào sau nó:
Mã:
<link href="//netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.css" rel="stylesheet">
Tiếp theo vào template member_view tìm:
Mã:
<li><a href="{$requestPaths.requestUri}#profilePosts">{xen:phrase profile_posts}</a></li>
<xen:if is="{$showRecentActivity}"><li><a href="{$requestPaths.requestUri}#recentActivity">{xen:phrase recent_activity}</a></li></xen:if>
<li><a href="{$requestPaths.requestUri}#postings">{xen:phrase postings}</a></li>
<li><a href="{$requestPaths.requestUri}#info">{xen:phrase information}</a></li>
Thay bằng:
Mã:
<li><a href="{$requestPaths.requestUri}#profilePosts"><i class="icon-comments-alt icon-large icon-fixed-width"></i></a></li>
<xen:if is="{$showRecentActivity}"><li><a href="{$requestPaths.requestUri}#recentActivity"><i class="icon-time icon-large icon-fixed-width"></i></a></li></xen:if>
<li><a href="{$requestPaths.requestUri}#postings"><i class="icon-edit icon-large icon-fixed-width"></i></a></li>
<li><a href="{$requestPaths.requestUri}#info"><i class="icon-info-sign icon-large icon-fixed-width"></i></a></li>
Ngoài ra còn có một tab "warning", hãy làm theo như bên trên để có thay thế là tốt. Chỉ cần thay thế {xenhrase warnings}
Chúc các bạn thành công.
Nguồn: xenforo.com
Đính kèm
Bài viết liên quan
Bài viết mới