Show info on profile page

HiI have a problem that I have a a custom field for users profile page and that field is connected to apigees custom attributes. I also want to show the data in that field on their profile page but I can't get anything to show up there. I even tried to install profile2 those profiles does only show up in edit mode.

Feels like the apigee themes hides the profile page?

Solved Solved
1 4 314
1 ACCEPTED SOLUTION

The problem was that in the theme "Apigee Responsive" it was hard-coded to only show the name. So the fix was to create a sub-theme of it and overwrite the user-profile.tpl.php and write out the information that one wants.

Steps on creating a sub-theme found here

https://docs.apigee.com/api-platform/publish/drupal/customizing-theme

View solution in original post

4 REPLIES 4

The problem was that in the theme "Apigee Responsive" it was hard-coded to only show the name. So the fix was to create a sub-theme of it and overwrite the user-profile.tpl.php and write out the information that one wants.

Steps on creating a sub-theme found here

https://docs.apigee.com/api-platform/publish/drupal/customizing-theme

@Olof Haglund , Glad you found the fix. Please feel free to share same with community & i am sure it will be helpful for others in future.

Thank you in advance !!

Changed the answer with how to fix it.

Awesome , Thank You @Olof Haglund !!