MyBB Community Forums
is there a gender mod - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Support (https://community.mybb.com/forum-72.html)
+---- Thread: is there a gender mod (/thread-15882.html)



is there a gender mod - clocktower - 2007-02-01

hi folks is there a gender mod for forums with male,female icons pls Big Grin


RE: is there a gender mod - pepotiger - 2007-02-01

you can set it from you ACP!


RE: is there a gender mod - clocktower - 2007-02-01

i tried that pepotiger but there is a small box thats empty so dunno what or how to do it any tips pls


RE: is there a gender mod - pepotiger - 2007-02-02

in the ACP go to Users and Groups>Custom Profile Fields> press add new profile field.
Name = Gender
Description = any thing you want
Maximum Length = empty
Field Length = leave it defule
Display Order = as you like it to displayed
Field Type = Select box
Selectable Options =
male
famle
Required? = as you want
Editable by User? = yes
Hidden on Profile? = no

and save it, thats all


RE: is there a gender mod - Jed K - 2007-02-02

I think he wants icons for male/female that appear on the postbit depending on what they select...


RE: is there a gender mod - clocktower - 2007-02-02

thank you pepotiger didnt work is there some code to add so that the images show up
did exactly what you said but not show up in forums

plus guys Sad


gender mod is there a plugin for it pls

<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
<span class="smalltext">
	{$post['usertitle']}<br />
	{$post['userstars']}
	{$post['groupimage']}<br />
	{$post['useravatar']}<br />
	{$lang->postbit_posts} {$post['postnum']}<br />
	{$lang->postbit_group} {$usergroup['title']}<br />
	{$lang->postbit_joined} {$post['userregdate']}<br />
	{$lang->postbit_status} {$post['on[/php]
wots in mine ^^^^^
<img src="images/flags/{$post['fid3']}.gif" border="0" alt="{$post['fid3']}" />
to
<img src="images/gender/{$post['fid3']}.gif" border="0" alt="{$post['fid3']}" />
is that ok??

i need to know how to add the correct link so it picks up the gender selection from profile and from the imgs folder so it picks both selection and img up