MyBB Community Forums

Full Version: Displaying the icons of gender
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I have attempted this, as well as another method (here: http://community.mybb.com/thread-129592.html), but no matter how I go about it, the images just do not appear.

This problem was also described in this very thread.

What is the secret? How to get the images to actually appear?
Can anyone help with the code to display location?? I am in no need of a image..
(2012-11-19, 01:32 AM)Pitmaster Wrote: [ -> ]Can anyone help with the code to display location?? I am in no need of a image..

Why would you post a question asking how to display text of a person's location in a thread asking how to display an image of a person's gender? Confused
(2010-12-27, 05:43 AM)Yaldaram Wrote: [ -> ]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;

(2010-12-27, 05:53 AM)brad-t Wrote: [ -> ]That's text, not an icon.

(2010-12-27, 02:55 PM)Yaldaram Wrote: [ -> ]
(2010-12-27, 05:53 AM)Uncontrol Wrote: [ -> ]That's text, not an icon.

I didn't said its an icon BTW;
(2010-12-27, 05:43 AM)Yaldaram Wrote: [ -> ]To add gender text;
:s

(2012-11-19, 03:19 AM)geekywebadmin Wrote: [ -> ]
(2012-11-19, 01:32 AM)Pitmaster Wrote: [ -> ]Can anyone help with the code to display location?? I am in no need of a image..

Why would you post a question asking how to display text of a person's location in a thread asking how to display an image of a person's gender? Confused


Why would you ask this question if you read through the entire thread and when it is quite clear Yaldaram originally posted how to add it as text.. Just looking for the answer, if you cannot help, then why say anything??
Um, because posting a question unrelated to the title or discussion of a thread, in my experience, isn't the best way to get your question answered.

Typically posting a new question might get an answer in its own thread.

As evidence by the fact that no one has answered your question, because it's buried on page two of an old and unrelated thread.

Sorry to offend.
BTW how to replace standard online\offline icons [Image: buddy_offline.gif] to gender online\offline icons?
Pages: 1 2 3