By default in JiveSBS 4.0.x, the company name field doesn’t exist in the popup but it’s super easy to turn it back on.
I just created a theme and overrode /template/global/view-profile-short.ftl and added one line:
<!– turn company field back on in popup menu–>
<#if targetUserProfile.company?has_content>
<li><strong>Company: ${targetUserProfile.company?html}</strong></li>
</#if>
I like -Dthemes.directory option for the app server which allows you to see changes on the fly.
Note: this works as a theme because the company field existed as a display field in a previous version.
Advertisement


Ken – Weird coincidence. I just asked Jive for this this week, but to make it configurable in the admin consule.
We need to show a custom profile field in the pop-up. Does your solution work for custom profile fields, too?
Jennifer
By: jennbouani on December 12, 2009
at 5:28 pm
Let me check. I know that if I can’t do it, Derek DeMoro can.
By: humanfireplace on December 12, 2009
at 5:37 pm
Something smells in the code when trying to display any custom fields.
By: humanfireplace on December 13, 2009
at 12:07 am
Bummer – thanks for checking into it.
By: jennbouani on December 13, 2009
at 1:42 am
[...] About ← JiveSBS Theming Example: Adding Company Name in Popup Menu [...]
By: JiveSBS: Displaying Extended User Profile Fields « Social Business and Content Management on December 15, 2009
at 1:14 pm