By Armando Lamante on Friday, 04 November 2016
Posted in General
Replies 8
Likes 0
Views 138
Votes 0
I wrote on the forum ... what it cost to do this customization?
Hello Armando,

If you only want to add a new custom field, you don't need to customize it, as it is already possible out of the box. Just edit a profile type at the back end, and insert the dropdown field into the profile field builder.

Then, add the options for your dropdown field and you are good to go
·
Friday, 04 November 2016 18:39
·
0 Likes
·
0 Votes
·
0 Comments
·
I was able to add my own custom fields for profile types . Is there a way to make them look below: introducion on the profile page? or as a filter in the left column?
·
Saturday, 05 November 2016 01:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Great If you want to customize what appears on the sidebar, then this requires some coding. You can add your codes in /Users/components/com_easysocial/themes/wireframe/profile/default/default.php

To get a custom field value, you could do something like this,

[gist]
<?php echo $user->getFieldData('CUSTOM_FIELD_KEY'); ?>
[/gist]

The CUSTOM_FIELD_KEY is configured in the profile field settings as you can see here, http://take.ms/2iDDH
·
Saturday, 05 November 2016 02:07
·
0 Likes
·
0 Votes
·
0 Comments
·
I did it!
Is there a way to integrate them even in users search form?
·
Tuesday, 08 November 2016 00:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Armando,

Seems like you'r using the EasySocial Dating Search module, where it have setting to enable the gender by:
1. Module>EasySocial Dating module>Enable Search gender http://screencast.com/t/cNgRstsT7wS0 http://screencast.com/t/35cNXGgpvvqP
·
Tuesday, 08 November 2016 12:58
·
0 Likes
·
0 Votes
·
0 Comments
·
This displays the sex but I want to bring up the custom fields created above
·
Tuesday, 08 November 2016 22:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Unfortunately, it's not possible to display those fields you created within the search module . You can however use the advanced search to search by fields
·
Tuesday, 08 November 2016 22:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post