Removing age and sex

Hi, I am building a buiness portal, not a dating site and in most cases the way it is presented in Dolphin is inappropriate, so I am trying to excorcize it wherever  I can.   When I hit my "members" menu item, a search with sex, age and country come up.  How do I get rid of that search box?  It doesn't seem to be one of the three on the search builder.  Then when I go to the "simple search" that I defined, it still has blocks for ID, NICKNAME, AND TAG at the top even though I never defined those.  Why are they there, and how do I get rid of them?  The field I defined for simple search are right below that - the search works, but the search results have age, sex and city right below the nickname.  How do I get rid of the age and sex stuff there?  Can I add custom fields?  What file defines this.

Rob

Quote · 19 Aug 2008

MrPowless vids.... Excellent tutorials!

Go here to browse them.

~~ Lorren

Quote · 20 Aug 2008

templates/tmpluni/page4html  remove:

__search_by_id__

__search_by_nick__

__search_by_tag__
inc.members.inc.php comment lines as shown below:

//$age_str = ($p_arr['DateOfBirth'] != "0000-00-00" ? (_t("_y/o", age( $p_arr['DateOfBirth'] )) .' ') : "");
//$age_only = ($p_arr['DateOfBirth'] != "0000-00-00" ? ( age( $p_arr['DateOfBirth'] )) : "");
//$y_o_sex = $age_str . _t("_".$p_arr['Sex']);
thers another section for couple lines 293+

I have video tutorials to help you mrpowless.com
Quote · 20 Aug 2008

Hey Rob...

Did this work for you step by step? Or were there further things necessary.

~~ Lorren

Quote · 3 Sep 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.