Shortcode values problem – UserPro Forums https://forum.userproplugin.com/forums/topic/shortcode-values-problem/feed/ Tue, 30 Apr 2024 23:35:02 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/shortcode-values-problem/#post-32177 <![CDATA[Shortcode values problem]]> https://forum.userproplugin.com/forums/topic/shortcode-values-problem/#post-32177 Mon, 14 Apr 2014 16:31:00 +0000 Andr3w Hi,

I’ve been trying to setup a user profile page but i have an important problem. I’ve seen the different shortcodes in the docs page and the documentation but a don’t know which values has each shortcode.

If is possible, where can i find the information? Can anyone help me with this?

Thanks a lot, regards.

]]>
https://forum.userproplugin.com/forums/topic/shortcode-values-problem/#post-32260 <![CDATA[Reply To: Shortcode values problem]]> https://forum.userproplugin.com/forums/topic/shortcode-values-problem/#post-32260 Tue, 15 Apr 2014 11:13:28 +0000 admin Hi Andrew. Use the api: userpro_profile_data(‘custom_field’, $user_id);

]]>
https://forum.userproplugin.com/forums/topic/shortcode-values-problem/#post-32288 <![CDATA[Reply To: Shortcode values problem]]> https://forum.userproplugin.com/forums/topic/shortcode-values-problem/#post-32288 Tue, 15 Apr 2014 11:41:56 +0000 Andr3w Hi,
Sorry but i don’t understand how can i use the api, ¿Can you explain me?
Thanks,
Regards.

]]>
https://forum.userproplugin.com/forums/topic/shortcode-values-problem/#post-32292 <![CDATA[Reply To: Shortcode values problem]]> https://forum.userproplugin.com/forums/topic/shortcode-values-problem/#post-32292 Tue, 15 Apr 2014 11:53:56 +0000 admin In php :

Would display display name based on the $user_id you want. 🙂

]]>
https://forum.userproplugin.com/forums/topic/shortcode-values-problem/#post-32296 <![CDATA[Reply To: Shortcode values problem]]> https://forum.userproplugin.com/forums/topic/shortcode-values-problem/#post-32296 Tue, 15 Apr 2014 12:11:26 +0000 Andr3w Sorry, maybe i explained wrong. What i want is see the different values for each shortcode that i can use with the plugin to setup and configure the diferent pages (profile, members, etc…)

Per example, in http://userproplugin.com/userpro/ we can view how to Showing a customized Member List. You put this code:

[userpro template=memberlist memberlist_v2=0 memberlist_pic_size=50 memberlist_pic_topspace=0 memberlist_pic_sidespace=0 memberlist_pic_rounded=0 memberlist_paginate=0 memberlist_show_name=0 memberlist_popup_view=1 memberlist_withavatar=1 search=0 per_page=28 memberlist_width=100%]

I found the [userpro template=memberlist] information in docs but i don’t know that exist the other values and i can’t customize shortcodes without this values.

Where can i view this values to customize the shortcodes?

Many thanks,
Regards.

]]>
https://forum.userproplugin.com/forums/topic/shortcode-values-problem/#post-32308 <![CDATA[Reply To: Shortcode values problem]]> https://forum.userproplugin.com/forums/topic/shortcode-values-problem/#post-32308 Tue, 15 Apr 2014 13:35:06 +0000 admin Andrew, I am lost. Please tell me which shortcode you want explaination for? Excuse me please

]]>
https://forum.userproplugin.com/forums/topic/shortcode-values-problem/#post-32344 <![CDATA[Reply To: Shortcode values problem]]> https://forum.userproplugin.com/forums/topic/shortcode-values-problem/#post-32344 Tue, 15 Apr 2014 16:14:32 +0000 Andr3w There are some information about how to configure the shortcodes in shortcode-reference, however, there aren’t all the options of the plugin.
Per example, the template=online option there aren’t in shortcode-reference but we can use it and works fine.

So my question is, if there are any docs that explain all the values of shortcodes to customize by myself.

]]>