By Chihuahua1606 on Monday, 23 March 2015
Likes 0
Views 1.2K
Votes 0
Hi

I can't get my head round the unique field called "Headline". What does it do ??..
When I added some value in the filed for a certain user and opened its profile, I can't see it anywhere.

I found this doc, However it is still not clear for me...
Ihttp://docs.easysocial.io/administrators/profiles_custom_fields/headline_field

Its default description says "Set a headline to your profile", not saying anything about profile complete.

Could you please shed a light ?

Many thanks
Hello Shimuzu,

I am sorry for the delay of this reply.

Ah. The easysocial documentation still in the process of updating. That is actually is an invalid information due to the copy paste and I am sorry for the confusion caused. Allow me to explain further on what the profile headline does.

Profile headline is actually a custom field that can be set anywhere in users profile "About Me". When a user viewing another user's profile and go to the about me section, the headline can be display there. Refer screenshot example here, http://screencast.com/t/pMd3wgF2bYGn

Regarding on the profile completeness, it is actually an easysocial module to display the current status of profile completeness across the site. You can find the module from your backend > extension manager > module manager > profile completeness.

Hope these can shed some light on your issue
·
Monday, 23 March 2015 11:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for your feedback.
I understood that the headline is just a text field displayed via "About Me" only basically..
·
Tuesday, 24 March 2015 06:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

You're welcome. Thanks for your response.

Have a nice day.
·
Tuesday, 24 March 2015 11:22
·
0 Likes
·
0 Votes
·
0 Comments
·
hello,
what is the difference between the headline field and a text custom field ?
i think that i would be great if we can show this headline in the member's popup !

Mr JOHN DOE
Architect doctor .. based in ..
·
Wednesday, 06 May 2015 17:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jan,

Basically it is almost the same but it might be different for certain users. We purposely separate the textarea and the headline to serve as the flexibility for the user to display their information.
i think that i would be great if we can show this headline in the member's popup !

That might be a great features for easysocial profile. Perhaps you can voice out your idea in our easysocial voice page here, http://stackideas.com/voices/easysocial so that other people can vote
·
Wednesday, 06 May 2015 19:27
·
0 Likes
·
0 Votes
·
0 Comments
·
How can I put the headline into the "es-profile-after-name" module position?

i think that it would be great if we can show this headline in the member's popup !


Looking for this too. Should be easy putting the output line into the profile preview code, isn't it? Can someone provide this?

Where do I find the code of the profile preview at mouseover?
·
Tuesday, 28 July 2015 19:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Le Freak,

Hm, the "headline" that is mentioned is actually a custom field and you actually need to custom code it if you want to display a field on non EasySocial sections.

You could do something like this,


<?php
require_once(JPATH_ADMINISTRATOR . '/components/com_easysocial/includes/foundry.php');

$my = FD::user();
echo $my->getFieldValue('CUSTOM_FIELD_KEY');


You need to define the CUSTOM_FIELD_KEY in your custom field parameters located in Profile Types > Custom Fields > [Click on your headline field] > Advanced
·
Tuesday, 28 July 2015 23:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Going to check this out, thank you very much!
·
Wednesday, 29 July 2015 05:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Thanks for the heads up.
·
Wednesday, 29 July 2015 11:34
·
0 Likes
·
0 Votes
·
0 Comments
·
I was just about to ask this question. Glad I found the 'answer' here.

Am surprised there is so substantial difference between the 'Headline' custom field and the general 'Free Text / About Me' entry, and I hope our developer super stars will make more of it in future releases.

I would agree that if the distinction is made, the power really should be put to some use. It is clearly (well, to me!) intended to allow a person to make some dramatic overall headline comment about themselves, or the world... so I do think it should show fairly prominent on their profile page.

I know I can put that on Voices, but I'm just adding my thoughts here to keep things compact.
·
Friday, 11 December 2015 05:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the input on this Andy, our hands are really so full right now
·
Friday, 11 December 2015 17:58
·
0 Likes
·
0 Votes
·
0 Comments
·
You can check those entries :

http://stackideas.com/forums/show-country-in-location-in-users-profiles-page
http://stackideas.com/forums/add-location-in-profil-popup

We show a custom field (job + location) in the popup hover !
·
Friday, 11 December 2015 18:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing Jan
·
Friday, 11 December 2015 18:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Great Stuff. Thanks for all the hard work to bring us all the miracles. Understood.
·
Friday, 11 December 2015 21:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for understanding Andy
·
Saturday, 12 December 2015 00:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post