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
Yes

fid=4
I hardly know what would be the issue then, Unless you give any ACP logins so I could edit it myself. (If you trust Angel)
Okay I trust you.
Alright, I've edited and its working. Please check and confirm.. Smile

Good luck! Wink
Yes its working, but is the a snipet I can add to the coding that shows who has not set there gender yet?
(2011-06-10, 07:55 PM)Abandon Wrote: [ -> ]Yes its working, but is the a snipet I can add to the coding that shows who has not set there gender yet?

You've to do this with Template Conditionals Plugin. Install that plugin and then;
<if $post['fidX'] != "" then>
<br/>Gender:&nbsp;<img src="{$mybb->settings['bburl']}/images/{$post['fidX']}.gif" />
</if>

Now the Gender image will be shown on Users who edited it in UserCP. Wink
Pages: 1 2