Kết quả 1 đến 1 của 1
-
11-02-14, 03:09 PM #1
Gender in Postbit or Postbit Legacy - vB 4.0.x Inc GOLD
What is this?
This is a little Mod & Template edit that adds a 'Gender' for you Members to choose and displays their 'Gender and a nice little icon' in their Postbit.
Instructions in the "READ ME" file (pdf) , pictures and SCREENSHOTS are all included in the Attached file ' Gender in Postbit'.
Complete this in 4 Steps:-
STEP ONE; Create a New Profile Field:
AdminCP -> User Profile Fields -> Add New User Profile Field ->
And do the following:
Profile Field Type: Single-Selection Menu
Click Continue
Add New User Profile field: Single-Selection Menu
Title: Gender:
Description: Please Select your Gender
Profile Field Category: Uncatagorized
Options: Male , Female
Set Default: None
Display Order: (Chosen By You)
Field Required: Yes, at registration & profile updating (You don’t have to make it compulsory)
Field Editable By User: Yes
Private Field: No
Field Searchable On Members List: Yes
Show On Members List: Yes
Optional Output:
Allow User to input their own value for this option: No
Max length of allowed user input: 100
Field Length: 25
Regular Expression: Leave this EMPTY
Display Page:
Which page displays this option? Edit Profile
SAVE & Note the ‘field’ number as you need to replace the ‘X’ with it in the two positions (2) containing ‘fieldX’
STEP 2; Add a Phrase:
AdminCP -> Languages & Phrases -> Phrase Manager -> Add New Phrase (Center button on the bottom):
Phrase Type: GLOBAL
Product: vBulletin
Varname: gender
Text: Gender
SAVE
STEP 3; Postbit or Postbit_Legacy Template (whichever one you use):
AdminCP -> Styles and Templates -> Style Manager -> (style that you use – Mine is ‘Default Style’) -> << >> -> Postbit
Templates -> Postbit (or Postbit _legacy, depending on which one YOU use)
FIND:
Code:
PHP Code:<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt>: <dd>{vb:raw post.joindate}</dd></vb:if><br />
ADD BELOW:
PHP Code:<!-- Wy Gender in postbit Start -->
<vb:if condition="$post['fieldX']"> <dt>Gender:</dt> <dd><img src="http://WWW.YOUR FORUM
ADDRESS.COM/images/misc/{vb:raw post.fieldX}.gif" alt="" /></dd></vb:if>
<!-- Wy Gender in postbit End -->
Code:
PHP Code:<!-- Wy Gender in postbit Start -->
<vb:if condition="$post['fieldX']"><dt>{vb:rawphrase gender}</dt> <dd><img src="{vb:stylevar imgdir_misc}/{vb:raw post.fieldX}.gif" alt="{vb:raw post.fieldX}" /></dd></vb:if>
<!-- Wy Gender in postbit End -->
Replace the Red Text with YOUR forum address.
STEP 4; Upload the Images:
Upload the ‘Male.gif’ and the ‘Female.gif’ to the ‘images/misc’ directory of your forum’s route.
THAT’S IT !
To view it in your profile: Edit your Profile and choose your “Gender”.
Please Click the Install and Rate the Mod – Many Thanks.
Edited on Wednesday 7th July 2010. Reason: Two more Screenshots added and made the "Single-Selection Menu" Bold.Khách viếng thăm hãy cùng PandavB xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
Các Chủ đề tương tự
-
How to reduce space in postbit
Bởi PandavB trong diễn đàn vBulletin 4.x Template ModificationsTrả lời: 0Bài viết cuối: 11-02-14, 02:42 PM -
Postbit Legacy Poster User Info: (Centered)
Bởi PandavB trong diễn đàn vBulletin 4.x Template ModificationsTrả lời: 0Bài viết cuối: 11-02-14, 02:37 PM -
eTiKeT™ 2011 Posbit_legacy - Postbit
Bởi PandavB trong diễn đàn vBulletin 4.x Template ModificationsTrả lời: 0Bài viết cuối: 11-02-14, 02:35 PM -
GamerCards Block in Profile Sidebar and Postbit
Bởi PandavB trong diễn đàn vBulletin 4.x Add-onsTrả lời: 0Bài viết cuối: 11-02-14, 08:58 AM -
Google Adsense Postbit Integration
Bởi KingSky trong diễn đàn vBulletin 3.8 Add-onsTrả lời: 0Bài viết cuối: 10-02-14, 12:18 PM