|
Знак пола / Gender
Gender Image In Postbit
Значок пола в постбите
-----------------------------------
What this mod does is to show user's gender in postbit. Users can choose to show it or not. All is done by template modding.
File mod: 0
Template mod: 1
Plugin: 1
File Uploads: 3 gender images
### UPLOAD gender dir to your /forum/image/gender dir ###
1. Go to AdminCP => User Profile Field Manager => Add New User Profile Field
Profile Field Type: Single Selection Menu
Title: Gender
Description: Tell the world your gender.
Options:
Undisclosed
Male
Female
Set Default: No
Field Editable To User: Yes
Display Page: Edit Profile
Once you got it done, write down your field# . i.e field5
2. Open postbit(_legacy) template,
FIND:
HTML Code:
<div>
$vbphrase[posts]: $post[posts]
</div>
BELOW, ADD:
HTML Code:
<if condition="$post[fieldX] != ''"><div>
Gender: <img src="images/gender/$post[fieldX].gif" title="$post[fieldX]" align="center">
</div></if>
<!----- That's it! Enjoy! ----->
----------------------------------------------------------------------
Gender Stats on Forumhome Addon
Before install the plugin.xml read the gender_stats_language.txt!
Tested on:
3.5.0
3.5.1
>>>
|