By Andy on Wednesday, 02 December 2015
Posted in Technical Issues
Replies 7
Likes 0
Views 0.9K
Votes 0
It looks like the RELATIONSHIP STATUS custom field is missing the 'Show on Registration' parameter that the other fields have... currently it doesn't appear on the front-end registration page if you have included it as a custom field in that user profile.

Don't need a quick fix on my site... just reporting it as a general issue.
Hi Andy,

Thanks for the heads up. We will fix this in the next release of easysocial. In the meantime you can go to your /media/com_easysocial/apps/fields/user/relationship/config/config.json and remove the following line of code.
http://screencast.com/t/tKPlPbFj .

Hope these help.
·
Thursday, 03 December 2015 16:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Andy,

Thanks for the heads up. We will fix this in the next release of easysocial. In the meantime you can download my attachment below and place it inside your /media/com_easysocial/apps/fields/user/relationship/config/ folder.

Hope these help.
·
Thursday, 03 December 2015 16:30
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Ezrul,

Can I also have this file now? I want to launch my site on 25th. December. Thnx.
Robert
·
Sunday, 13 December 2015 20:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Robert,

Unfortunately our forum does not allow to attach a .json file format here, hence you need to modify the file yourself. You can go to your /media/com_easysocial/apps/fields/user/relationship/config/config.json and remove the following line of code. http://screencast.com/t/tKPlPbFj .

Hope these help.
·
Monday, 14 December 2015 11:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ezrul,

no it didn't worked out. I didn't see you relationship status field in the registration formular. Do i need to concider maybe other configuration items in EasySocial in order to see the relationship fields?

Thx.
Robert
·
Tuesday, 15 December 2015 03:20
·
0 Likes
·
0 Votes
·
0 Comments
·
And i noticed in the souce code this ] instead of this } right? Almost in the last row.


{
"title": {
"default": "PLG_FIELDS_RELATIONSHIP_DEFAULT_TITLE"
},

"description": {
"default": "PLG_FIELDS_RELATIONSHIP_DEFAULT_DESCRIPTION"
},

"relationshiptype": {
"label" : "PLG_FIELDS_RELATIONSHIP_CONFIG_RELATIONSHIP_TYPE",
"tooltip" : "PLG_FIELDS_RELATIONSHIP_CONFIG_RELATIONSHIP_TYPE_TOOLTIP",
"type" : "checkbox",
"option" : [
{
"value": "na",
"label": "PLG_FIELDS_RELATIONSHIP_NA",
"default": true,
"connect": false
},
{
"value": "single",
"label": "PLG_FIELDS_RELATIONSHIP_SINGLE",
"disable": true,
"default": true,
"connect": false
},
{
"value": "relationship",
"label": "PLG_FIELDS_RELATIONSHIP_RELATIONSHIP",
"default": true,
"connect": true
},
{
"value": "engaged",
"label": "PLG_FIELDS_RELATIONSHIP_ENGAGED",
"default": true,
"connect": true
},
{
"value": "married",
"label": "PLG_FIELDS_RELATIONSHIP_MARRIED",
"default": true,
"connect": true
},
{
"value": "complicated",
"label": "PLG_FIELDS_RELATIONSHIP_COMPLICATED",
"default": true,
"connect": true
},
{
"value": "open",
"label": "PLG_FIELDS_RELATIONSHIP_OPEN",
"connect": true
},
{
"value": "widowed",
"label": "PLG_FIELDS_RELATIONSHIP_WIDOWED",
"connect": false
},
{
"value": "separated",
"label": "PLG_FIELDS_RELATIONSHIP_SEPARATED",
"connect": false
},
{
"value": "divorced",
"label": "PLG_FIELDS_RELATIONSHIP_DIVORCED",
"connect": false
}
]
}


}
·
Tuesday, 15 December 2015 03:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Robert,

I am really sorry for the delay of this reply.

Yes that's correct. Perhaps you can try to check the settings from your backend > easysocial > profile types > select your profile > custom field > relationship field > view, and see if the following options is enable or not, http://screencast.com/t/oXCNcfqG39BX .
·
Tuesday, 15 December 2015 14:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post