• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn thêm họ tên, ********* cho VBB4

Admin

Well-Known Member
Staff member
Administrator
1. Mod Tên thật

+Chức năng: Hiển thị tên thật của thành viên trong mỗi bài viết.
+Cách làm:
- B1: Vào Admin Control Panel -> User Profile Fields -> Add New User Profile Field -> Profile Field Type/Single-Line Text Box -> Continue
- B2: Nhập các thông tin cần thiết:

Title: Họ và Tên
Description: Họ Và Tên của bạn (6-30 kí tự)
Max length of allowed user input: 30
Field Required: Yes, at registration and profile updating
Field Editable by User: No
Regular Expression: ^[a-zA-Z][a-zA-Z]*.{5,29}$
Which page displays this option?: Edit Profile
Sau đó nhấn Save. Khi đó, trang web sẽ hiển thị mục User Profile Fields in Area, bạn nhìn vào cột Name, dòng Họ và Tên sẽ thấy tên Field như field5, field6,... Giả sử tên field này là fieldx.

2. Mod *********

+Chức năng: Hiển thị ********* của thành viên trong mỗi bài viết.
+Cách làm:
- B1: Vào Admin Control Panel -> User Profile Fields -> Add New User Profile Field -> Profile Field Type/Single-Selection Menu -> Continue
- B2: Nhập các thông tin cần thiết:

Title: *********
Description: ********* của bạn (Mặc định là Bê đê)
Options:
Quote
Bê đê
Nam
Nữ
Set Default: Yes, but No First Blank Option
Field Required: Yes, at registration and profile updating
Field Editable by User: Yes
Which page displays this option?: Edit Profile

Sau đó nhấn Save. Khi đó, trang web sẽ hiển thị mục User Profile Fields in Area, bạn nhìn vào cột Name, dòng ********* sẽ thấy tên Field như field5, field6,... Giả sử tên field này là fieldx.


Chung nhất cho tất cả các phần là mục thứ 3 này nhé!
Đây là bước cuối cùng của tất cả các phần trên

Bạn vào Styles & Templates -> Style Manager -> chọn Style mà diễn đàn bạn đang sử dụng
-- Trong postbit hoặc postbit_legacy template để edit:

Find:
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
Hoặc:

<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
Và thêm bên dưới:
<vb:if condition="$post['fieldx']"><dt>tên profile</dt> <dd>{vb:raw post.fieldx}</dd></vb:if>
Xong.
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top