Search results question

On a search results page the profile displays the line "28 y/o Male from Anchorage, United States"

 

How would I go about removing this line completely? I looked in browse.php, and profiles.inc.php, but wasn't able to get it to work.

 

Thanks,

Travis

Quote · 29 Sep 2009

templates/tmpl_uni/searchrow.html

<div class="searchrow_block">
<div class="clear_both"></div>
<div style="position:relative;float:left;">
__thumbnail__
</div>
<div class="match_zodiac">
__zodiac_sign__
</div>
<div class="short_desc" style="__add_style_c1__">
__match__
<div class="nick">__nick__</div>
<div class="age_from">__age_sex__ __from__ __city_con__</div>
<div class="desc">__i_am_desc__</div>
</div>

<div class="short_desc" style="__add_style_c2__">
__match2__
<div class="nick">__nick2__</div>
<div class="age_from">__age_sex2__ __from__ __city_con2__</div>
<div class="desc">__i_am_desc2__</div>
</div>

<div class="clear_both"></div>
<div class="links">
__al_im__
__al_kiss__
__al_sendmsg__
__al_fave__
</div>
<br />
<div class="clear_both"></div>
</div>
<div class="clear_both"></div>

Hide this to lines, edit to:

<!--<div class="age_from">__age_sex__ __from__ __city_con__</div>-->

<!--<div class="age_from">__age_sex2__ __from__ __city_con2__</div>-->

Quote · 29 Sep 2009
 
 
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.