[ Resolved ] Profile Info – UserPro Forums https://forum.userproplugin.com/forums/topic/profile-info/feed/ Thu, 02 May 2024 20:03:37 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/profile-info/#post-16859 <![CDATA[[ Resolved ] Profile Info]]> https://forum.userproplugin.com/forums/topic/profile-info/#post-16859 Sat, 11 Jan 2014 15:05:10 +0000 Jay Dalisay How would you display the username info/fields from slug without using any shortcode?
…/profile/username

echo name
echo twitter
echo country
etc…

]]>
https://forum.userproplugin.com/forums/topic/profile-info/#post-16908 <![CDATA[Reply To: [ Resolved ] Profile Info]]> https://forum.userproplugin.com/forums/topic/profile-info/#post-16908 Sun, 12 Jan 2014 00:12:27 +0000 Jay Dalisay figured it out.

]]>
https://forum.userproplugin.com/forums/topic/profile-info/#post-17086 <![CDATA[Reply To: [ Resolved ] Profile Info]]> https://forum.userproplugin.com/forums/topic/profile-info/#post-17086 Mon, 13 Jan 2014 23:21:52 +0000 Adriano Maia global $userpro;
$user_id = get_current_user_id();
echo userpro_profile_data(‘first_name’, $user_id);

example! Just change the first_name to any info…

]]>
https://forum.userproplugin.com/forums/topic/profile-info/#post-17090 <![CDATA[Reply To: [ Resolved ] Profile Info]]> https://forum.userproplugin.com/forums/topic/profile-info/#post-17090 Tue, 14 Jan 2014 05:21:24 +0000 Hi all,

If you post in the “Tutorials / Integrations / How-to” section, please keep in mind this is not a support page. This is a section where people are encouraged to share how to’s for integration and to show tutorials on how to accomplish different things with UserPro. If you post a question, asking “How to” do something and you figure it out, please post your solution. Help the rest of the people looking for solutions.

If you do not have a solution you are wanting to post, please post in the support section of the forums. Otherwise this section will just become cluttered with support questions and that is not what this section is intended for.

Thanks @adriano Maia for posting your soltion.

Thanks for your cooperation.

]]>
https://forum.userproplugin.com/forums/topic/profile-info/#post-17101 <![CDATA[Reply To: [ Resolved ] Profile Info]]> https://forum.userproplugin.com/forums/topic/profile-info/#post-17101 Tue, 14 Jan 2014 08:17:05 +0000 admin API function can do that with php.

http://userproplugin.com/userpro/forums/topic/userpro_profile_data/

]]>