By Bethany Amborn on Saturday, 03 May 2014
Posted in General Issues
Likes 0
Views 1K
Votes 0
Right under the user name, there is a symbol an value for gender. Is there a way to show anything else here? I have 2-3 fields that I would like to appear here.
Hello Beth,

I am really sorry for the delay of this reply as it is a weekend for us here. Yep, it's possible if you are trying to display "simple values". If you load up the file /components/com_easysocial/themes/wireframe/profile/default.header.php you could just use the code below to output some values,


<?php

echo $user->getFieldValue('CUSTOM_FIELD_UNIQUE_KEY');
?>
·
Saturday, 03 May 2014 16:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

Easy fix for this, thanks mark

could be worth adding a option in the backend!

Alex
·
Tuesday, 06 May 2014 05:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

We will be adding more widget options on field in upcoming 1.3.
·
Tuesday, 06 May 2014 10:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jason,

Great news, thank you for the heads up
·
Tuesday, 06 May 2014 16:30
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Alex
·
Wednesday, 07 May 2014 02:18
·
0 Likes
·
0 Votes
·
0 Comments
·
I have just updated Easy Social to 1.3.8
Keen to add and display some fields in this area near gender too. Where do I find the widget option on fields? I am in Editing Profiles Types and cannot see any change from last version.
Please advise.
·
Monday, 13 October 2014 02:40
·
0 Likes
·
0 Votes
·
0 Comments
·
I can't find anything either. Did this maybe get scrapped from the release?
·
Monday, 13 October 2014 14:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

This feature is pushed in favor for some other features currently.
·
Monday, 13 October 2014 17:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Pffffttt....
Well how do I do this then?
Can you explain very basically for me as I am not a developer but my needs to do this don't go away.
I would like the answer to a question asked at registration displayed in the heading area right near where gender is displayed. Thank you in advance Jason Rey.
Tom
·
Tuesday, 14 October 2014 18:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Depending on what theme are you using, go to the file:

/components/com_easysocial/themes/wireframe[or frosty]/profile/default.header.php

With the field's unique key, just do a:


<?php echo $user->getFieldValue('YOURFIELDUNIQUEKEY')->value; ?>


Please take note that the value property varies, depending on which field you are targetting. It can be an array, object, or pure string.
·
Tuesday, 14 October 2014 18:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post