Help - Search - Members - Calendar
Full Version: Setting Gender
Invision Power Services > Invision Power Services, Inc. > IPS Company Feedback > IP.Board
WoLeRiNe`
in My Controls, where is settings of Gender?
I haven't this setting shocked.gif
Dan F
In your profile there is a dropdown menu where you can set it.
Sunlite
Go to your own profile page, not your control panel and on the left side under personal info (about the middle) there's a drop down menu for it original.gif
WoLeRiNe`
Thanks, i have found...

It's always SUPER this IPB original.gif
But i wait always IPD and I will wait always...
Quillz
Will 2.2 allow for the gender to be automatically displayed on the postbit, as well, so we don't have to use up a custom profile field?
Keith J. Kacin
QUOTE(drygnfyre @ Sep 20 2006, 06:44 PM) *
Will 2.2 allow for the gender to be automatically displayed on the postbit, as well, so we don't have to use up a custom profile field?


It is already technically shown. Click the drop-down next to someone's name, and it shows their gender image next to the link to view their profile.
Kman_
The gender option should logically also be added to the Profile Information in My Controls.
Desert_Punk
QUOTE(Kman_ @ Sep 20 2006, 10:55 PM) *
The gender option should logically also be added to the Profile Information in My Controls.


lol agreed it took me 15 minutes to find that option blink.gif...lol I'm not to bright though
TCWT
QUOTE(Kman_ @ Sep 20 2006, 06:55 PM) *
The gender option should logically also be added to the Profile Information in My Controls.

ditto
Quillz
QUOTE(Invisionrocks @ Sep 20 2006, 04:08 PM) *
ditto

Ditto, as well. Thus, there could be a "Display gender information on postbit?" option, as I suggested.
Keith J. Kacin
QUOTE
Ditto, as well. Thus, there could be a "Display gender information on postbit?" option, as I suggested.


Postbit? Thinking of another software? tongue.gif biggrin.gif

Anyway, you can add the gender into:
Topic View -> RenderRow

By just adding the following code:
CODE
{$author['_pp_gender_text']}


Or just the image:
CODE
{$author['_pp_gender_image']}


Or if you want to add the image and text:
CODE
{$author['_pp_gender_image']} {$author['_pp_gender_text']}
Quillz
QUOTE(Keith J. Kacin @ Sep 20 2006, 04:30 PM) *
Postbit? Thinking of another software? tongue.gif biggrin.gif

Anyway, you can add the gender into:
Topic View -> RenderRow

By just adding the following code:
CODE
{$author['_pp_gender_text']}


Or just the image:
CODE
{$author['_pp_gender_image']}


Or if you want to add the image and text:
CODE
{$author['_pp_gender_image']} {$author['_pp_gender_text']}

So this will pull the info from the profile, and not a custom profile field? Also, I just refer to any part of a topic view that shows the member info as the "postbit."
Keith J. Kacin
QUOTE(drygnfyre @ Sep 20 2006, 07:38 PM) *
So this will pull the info from the profile, and not a custom profile field? Also, I just refer to any part of a topic view that shows the member info as the "postbit."


I was just joking about the first part. wink.gif


And yes, it pulls it from the profile. Like I mentioned before, this info is already being pulled. When you click the name of someone in this topic, there will be a link to view their profile - directly to the left of that is their gender image.
TCWT
I have set a custom profile field for gender, would I being able to pull that info out to the gender setting of 2.2 ?
Quillz
QUOTE(Invisionrocks @ Sep 20 2006, 04:45 PM) *
I have set a custom profile field for gender, would I being able to pull that info out to the gender setting of 2.2 ?

You might have to delete the current profile field and do what Keith posted instead. This is just speculation, thoughh. wink.gif
gel
QUOTE(drygnfyre @ Sep 21 2006, 07:47 AM) *
You might have to delete the current profile field and do what Keith posted instead. This is just speculation, thoughh. wink.gif

so my members must input gender again? I think make it possible to use old custom profile field better. I believe many boards add gender as a custom profile field before.
Quillz
QUOTE(gel @ Sep 20 2006, 08:40 PM) *
so my members must inout gender again? I think make it ossible to use old custom profile field better. I believe many boards add gender as a custom profile field before.

It might very well be possible. As I said, what I posted was only speculation. So, at worst, your members would have to reinput their gender.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.