• Resolved patoel

    (@patoel)


    Hi, i try to make some template for user profile, i already put like direction, but i want to cuztomised the content, which is i would like to separate between about info and blog or other content that user has made.

    So i make separate column which is left would be profile image, profile name and all user detail data, and on the right side would be tab with blog and etc that would be load on tab. so all user detail not load on tab but load on static left side.

    Can you assist me, how i can call the all user data so i can put on the left side

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter patoel

    (@patoel)

    Also i have some custom field to, e.g. year graduate (text), how i can call this on custom template?

    I try it using <?php echo $pmrequests->profile_magic_get_user_field_value($uid,’text’);?> still not work

    But its work when call using default field like this <?php echo $pmrequests->profile_magic_get_user_field_value($uid,’user_url’);?>, it would be show the user website url

    Plugin Author ProfileGrid Support

    (@profilegrid0)

    Hello,

    Thank you for writing to us.

    Please make sure that you are putting the correct user field meta key in function.

    ProfileGrid creates the custom user fields with a meta key like ‘pm_field_id.’

    If you still face the issue, please reach out to us through the support page on our site to help you with a fix.

    Thread Starter patoel

    (@patoel)

    ok thanks i got it now how to call each custom fields.

    One thing where i should be edit about tab content? i need put more class on that section

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘User Profile on custom template’ is closed to new replies.