shortcode and widgets – UserPro Forums https://forum.userproplugin.com/forums/topic/shortcode-and-widgets/feed/ Sun, 19 May 2024 08:45:53 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/shortcode-and-widgets/#post-18018 <![CDATA[shortcode and widgets]]> https://forum.userproplugin.com/forums/topic/shortcode-and-widgets/#post-18018 Tue, 21 Jan 2014 01:29:14 +0000 brincy 1. I’ve installed the plugin but I cant see any widget, is it normal?

2. Can you please tell me why this isn’t working?
$displayname == the_author_meta(‘display_name’, $user_id);
echo do_shortcode(‘[userpro template=view user=’.$displayname.’]’);
//$display_name is correct but it always shows current logged in user.

3. How can I sort the list of the members by last login?

Thank you

]]>
https://forum.userproplugin.com/forums/topic/shortcode-and-widgets/#post-18019 <![CDATA[Reply To: shortcode and widgets]]> https://forum.userproplugin.com/forums/topic/shortcode-and-widgets/#post-18019 Tue, 21 Jan 2014 01:38:07 +0000 admin Hi brincy,

1) Normal. Any shortcode you want to use, make a text widget, insert the shortcode in it. Save. That’s it.

2) It looks like you need the view profile of author right? you can use user=author instead.

3) I am not sure about this one, let me search WordPress API.

Most welcome!

]]>
https://forum.userproplugin.com/forums/topic/shortcode-and-widgets/#post-18848 <![CDATA[Reply To: shortcode and widgets]]> https://forum.userproplugin.com/forums/topic/shortcode-and-widgets/#post-18848 Sat, 25 Jan 2014 14:57:13 +0000 brincy Thanks Support,

1) Ok

2) do you mean: the_user_meta(‘display_name’, $user_id);

3) Ok please let me know, I really need it and I’ve no idea about how to do it

Thank you very much

]]>
https://forum.userproplugin.com/forums/topic/shortcode-and-widgets/#post-19711 <![CDATA[Reply To: shortcode and widgets]]> https://forum.userproplugin.com/forums/topic/shortcode-and-widgets/#post-19711 Sat, 01 Feb 2014 06:34:45 +0000 brincy Hi, do you have any news please?
I need to sort the members by last login, thank you

]]>
https://forum.userproplugin.com/forums/topic/shortcode-and-widgets/#post-22316 <![CDATA[Reply To: shortcode and widgets]]> https://forum.userproplugin.com/forums/topic/shortcode-and-widgets/#post-22316 Fri, 21 Feb 2014 12:44:44 +0000 brincy can you please let me know how can I show members shortcode sorted by last login?

]]>
https://forum.userproplugin.com/forums/topic/shortcode-and-widgets/#post-22420 <![CDATA[Reply To: shortcode and widgets]]> https://forum.userproplugin.com/forums/topic/shortcode-and-widgets/#post-22420 Sat, 22 Feb 2014 00:19:44 +0000 admin Please see this:

http://userproplugin.com/userpro/docs/#shortcode_memberlist

]]>