PDA

View Full Version : User titles vb 3.5


Jurhum
10-25-2005, 08:40 AM
Ok.. I know this is possible but not sure how to go about it.

Well, as many might know, titles in Arabic for males and females differ. What I want to achieve is if the user is a female and reached this amount of posts to be given a female title equivalent to that of a male who reach the same post count. And vise versa.. i hope this is understandable.

like let say, Male Admin title is Amir (prince)
Female admin will have to be Amira for princess
and the like...

if this has been done.. i apologise for taking away from your time.

Chris M
10-25-2005, 01:09 PM
You can do this with the Rank System and a modification made by amykhar as opposed to hacking the usertitle system :)

You create 2 usergroups, Male & Female: By default, you select the "Registered" usergroup to be "Male" or "Female", and then create a profile field - You then use amykhar's hack to alter the user's usergroup on registration depending on what they choose, Male or Female...

For the profile field, you make it as follows:

Title: Gender
Description: Select your Gender; Male or Female
Options: Male
Female
Set Default: No
Display Order: *Leave as is or alter to your liking*
Field Required: Yes
Field Editable by User: Only at registration
Private Field: Yes/No (whatever you want)
Field Searchable on Members List: Yes/No (whatever you want)
Show on Members List: Yes/No (whatever you want)

Now Save it :)

Now goto the User Rank Manager, and add titles that correspond to postcounts for the Male and Female usergroups :)

Chris

Jurhum
10-27-2005, 03:30 AM
thnx.. i'll try that