show the user profile on the author archive – UserPro Forums https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/feed/ Fri, 03 May 2024 23:14:59 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44426 <![CDATA[show the user profile on the author archive]]> https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44426 Mon, 24 Nov 2014 17:01:13 +0000 Mohammed I am trying to show the user profile on the author archive, in my case, it is ’/profile/user/’.

Using the shortcode ‘[userpro template=view’ does not work, Fouad helped me earlier with this: [userpro template=view user=’.get_the_author_meta(‘user_login’).’] but that doesn’t work. Please help.

Thank you

]]>
https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44463 <![CDATA[Reply To: show the user profile on the author archive]]> https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44463 Tue, 25 Nov 2014 12:55:31 +0000 Mohammed ?

]]>
https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44480 <![CDATA[Reply To: show the user profile on the author archive]]> https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44480 Wed, 26 Nov 2014 08:15:04 +0000 MJSupport UserPro Hi Mohammed,

Apologies for the delay.

Can you please add this code in your theme’s function.php file.

add_filter(‘userpro_user_profile_url’, ‘userpro_author_url’, 99, 2);
function userpro_author_url($link, $user_id) {
return get_author_posts_url( $user_id );
}

This will link to author archive instead of userpro profile permalink.
Please try this and Let me know further. Thanks

]]>
https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44503 <![CDATA[Reply To: show the user profile on the author archive]]> https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44503 Wed, 26 Nov 2014 15:06:14 +0000 Mohammed https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44588 <![CDATA[Reply To: show the user profile on the author archive]]> https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44588 Sun, 30 Nov 2014 15:26:41 +0000 Mohammed Hello?

]]>
https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44589 <![CDATA[Reply To: show the user profile on the author archive]]> https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44589 Sun, 30 Nov 2014 15:47:45 +0000 kitesurf I can not see profile picture : http://mwsz.hu/profile/Zita/ just the name. Why?

]]>
https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44590 <![CDATA[Reply To: show the user profile on the author archive]]> https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44590 Sun, 30 Nov 2014 16:33:06 +0000 kitesurf SOLVED ! My avatar pictures were forbidden at wp settings.

]]>
https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44629 <![CDATA[Reply To: show the user profile on the author archive]]> https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44629 Tue, 02 Dec 2014 19:33:46 +0000 Mohammed Hello,

How did you sort this? @support can you help?

]]>
https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44639 <![CDATA[Reply To: show the user profile on the author archive]]> https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44639 Wed, 03 Dec 2014 07:15:12 +0000 MJSupport UserPro Hi Mohammed,

Apologies for delay. As you said you want to show UserPro profile on the author archive page and the url that you have shared – its redirecting to UserPro profile. Please correct me if I misunderstood your query. Also, Can you please share the URL from which its redirecting to UserPro profile via this link http://codecanyon.net/user/DeluxeThemes#contact so that I can see this in action.

]]>
https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44670 <![CDATA[Reply To: show the user profile on the author archive]]> https://forum.userproplugin.com/forums/topic/show-the-user-profile-on-the-author-archive/#post-44670 Wed, 03 Dec 2014 12:21:12 +0000 Mohammed Hi Fouad, replying via contact form now.

Thanks! 🙂

]]>