<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "modify Gender"]]></title>
		<link>https://proxy2.de/forum/posts/list/6.php</link>
		<description><![CDATA[Latest messages posted in the topic "modify Gender"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>modify Gender</title>
				<description><![CDATA[ I want to modify Gender <br /> applied <img src="https://proxy2.de/forum//images/smilies/ed515dbff23a0ee3241dcc0a601c9ed6.gif" /> <br /> Gender: Male , Male2 , Female , Female2 , Female3<br /> modify code How do  step<br /> thankyou <br /> [img]http://image.ohozaa.com/i/ea1/cVdkQm.png[/img]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7933/26890.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7933/26890.php</link>
				<pubDate><![CDATA[Tue, 10 Mar 2015 15:56:26]]> GMT</pubDate>
				<author><![CDATA[ admin2]]></author>
			</item>
			<item>
				<title>modify Gender</title>
				<description><![CDATA[ It's easy but why so many?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7933/26891.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7933/26891.php</link>
				<pubDate><![CDATA[Wed, 11 Mar 2015 00:54:27]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Re:modify Gender</title>
				<description><![CDATA[ I'm not the expert, <img src="https://proxy2.de/forum//images/smilies/2786c5c8e1a8be796fb2f726cca5a0fe.gif" />  but I'll try ]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7933/26892.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7933/26892.php</link>
				<pubDate><![CDATA[Wed, 11 Mar 2015 05:07:58]]> GMT</pubDate>
				<author><![CDATA[ admin2]]></author>
			</item>
			<item>
				<title>modify Gender</title>
				<description><![CDATA[ 1 - edit templates/form_gender.php to add the new inputs. Make sure they all have a value that is a single letter.<br /> <br /> 2 - Open lib/gb.class.php and find<br /> <br /> [code]if ($this-&gt;db-&gt;VARS["allow_gender"]==1) {<br />     $GENDER = ($row['gender']=="f") ? "&nbsp;&lt;img src=\"$GB_PG[base_url]/img/female.gif\" width=\"12\" height=\"12\"&gt;" : "&nbsp;&lt;img src=\"$GB_PG[base_url]/img/male.gif\" width=\"12\" height=\"12\"&gt;";<br /> } else {<br />     $GENDER = '';<br /> }[/code]<br /> <br /> replace with<br /> <br /> [code]if ($this-&gt;db-&gt;VARS["allow_gender"]==1) {<br />     if ($row['gender'] == 'f') {<br />         $GENDER = "&nbsp;&lt;img src=\"$GB_PG[base_url]/img/female.gif\" width=\"12\" height=\"12\"&gt;";<br />     } elseif ($row['gender'] == 'm') {<br />         $GENDER = "&nbsp;&lt;img src=\"$GB_PG[base_url]/img/male.gif\" width=\"12\" height=\"12\"&gt;";<br />     } else {<br />         $GENDER = '';<br />     }<br /> }[/code]<br /> <br /> Adding more elseif to include the new options you added.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7933/26893.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7933/26893.php</link>
				<pubDate><![CDATA[Wed, 11 Mar 2015 09:23:45]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Re:modify Gender</title>
				<description><![CDATA[ thankyou Carbonize]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7933/26894.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7933/26894.php</link>
				<pubDate><![CDATA[Wed, 11 Mar 2015 12:35:35]]> GMT</pubDate>
				<author><![CDATA[ admin2]]></author>
			</item>
	</channel>
</rss>