By Alexandre Cayer on Wednesday, 05 November 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 477
Votes 0
Hi Guys,

Another little bug. The widget for gender as been turned off in profile view but this is still showing in browse friend which either doesn't make sense or either a separate option should be set to be able to turned it off.

Same exact issue with badge which I have turn off. See screen.

Alex
Hello Alex,

There's no way to actually tell if the gender field should be enabled / disabled because you have different profile types on the system. You can edit the theme file /components/com_easysocial/themes/wireframe/users/default.list.php and at line 161 remove the codes below,


<?php
$gender = $user->getFieldValue('GENDER');
if ($gender) {
?>
<li><?php echo $gender->toDisplay('listing', true); ?></li>
<?php } ?>
·
Wednesday, 05 November 2014 23:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the guidance, I have added it to my ES BIBLE - CUSTOM CODE BOOK

I'm I correct to say that for the DISCOVER OPTIONS (Browse user and Advanced search) there is no option of any kind yet ?

Ex: The DATING module from BROWSE user... I have no intention to make dating, however the proximity location detect (to detect business in the area) will be more than welcome :P I was just trying to see around from the SETTING, THEME, PROFILE options but sometimes I miss it whatsoever hehehe
·
Thursday, 06 November 2014 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Haha, maybe you want to share your bible with us?
·
Thursday, 06 November 2014 16:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post