- Tham gia
- 28/02/2015
- Bài viết
- 17,142
- Được Like
- 12,745
Hiện tại trong box đăng ký mặc định của Xenforo thường chỉ có 1 vài thông tin tên, mail, pass, ngày sinh, giới tính... khi các bạn đăng ký. Sau đây mình sẽ hướng dẫn các bạn thêm thông tin như nơi ở, nghề nghiệp, trang chủ... vào trong phần đăng ký thành viên.
Code thêm thông tin nơi ở:
Code thêm thông tin nghề nghiệp:
Code thêm thông tin trang chủ:
Tìm Template register_form chèn những đoạn code trên dưới đoạn code này:
Chúc các bạn thành công.
Mã:
<dl class="ctrlUnit">
<dt><label for="ctrl_location">{xen:phrase location}:</label></dt>
<dd><input type="text" name="location" value="{$visitor.location}" id="ctrl_location" class="textCtrl OptOut" /></dd>
</dl>
Code thêm thông tin nghề nghiệp:
Mã:
<dl class="ctrlUnit">
<dt><label for="ctrl_occupation">{xen:phrase occupation}:</label></dt>
<dd><input type="text" name="occupation" value="{$visitor.occupation}" id="ctrl_occupation" class="textCtrl OptOut" /></dd>
</dl>
Code thêm thông tin trang chủ:
Mã:
<dl class="ctrlUnit">
<dt><label for="ctrl_homepage">{xen:phrase home_page}:</label></dt>
<dd><input type="url" name="homepage" value="{$visitor.homepage}" id="ctrl_homepage" class="textCtrl" /></dd>
</dl>
Tìm Template register_form chèn những đoạn code trên dưới đoạn code này:
Mã:
<dl class="ctrlUnit" style="display: none">
<dt><label for="ctrl_{$fieldMap.timezone}">{xen:phrase time_zone}:</label></dt>
<dd>
<select name="{$fieldMap.timezone}" class="textCtrl {xen:if $fields.timezoneAuto, 'AutoTimeZone'} OptOut" id="ctrl_{$fieldMap.timezone}">
<xen:foreach loop="$timeZones" key="$identifier" value="$name">
<option value="{$identifier}" {xen:selected "{$identifier} == {$fields.timezone}"}>{$name}</option>
</xen:foreach>
</select>
</dd>
</dl>
Chúc các bạn thành công.
Nguồn: forumit24h.net
Bài viết liên quan
Bài viết mới