MyBB Community Forums

Full Version: Gender Plugin!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Is There a Plugin that Displays the Gender of the User in the Post Details, when they post. If So can someone direct me to where such plugin is posted.

Please and Thank You!
To add gender icon;

Go to: ACP > Configurations > Custom Profile Field > Add New profile Field > and make one.

Now Go to: ACP > Templates > Postbit Templates > postbit_author_user > edit and find;
{$post['warninglevel']}

add just beneath the following code;

<br/>Gender:&nbsp;<img src="{$mybb->settings['bburl']}/images/{$post['fidX']}.gif" />

Replace "X" with the actual Profile Field ID. Wink

See screen;
[Image: attachment.php?aid=83]
What would be the Profile ID?
(2011-06-10, 06:02 PM)Abandon Wrote: [ -> ]What would be the Profile ID?

It is Custom Profile Field ID. Hover your mouse cursor over to the Custom Field Name in ACP > Configurations > Custom Profile Field > and see the ID in status bar.
Alright,

I need the Images Big Grin
Its already in your ./images/ folder. I think.

edit: search male.gif and female.gif
They are but the aren't showing Sad
UserCP > Edit Profile > and Change your Gender first.
I did
Are you sure you've added the right Profile Field ID ?
Also make sure that its enabled in ACP > Configurations > Custom Profile field >
Pages: 1 2