Memberslist per_page, not working anymore in 1.0.87 – UserPro Forums https://forum.userproplugin.com/forums/topic/memberslist-per_page-not-working-anymore-in-1-0-87/feed/ Wed, 22 May 2024 03:11:16 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/memberslist-per_page-not-working-anymore-in-1-0-87/#post-37199 <![CDATA[Memberslist per_page, not working anymore in 1.0.87]]> https://forum.userproplugin.com/forums/topic/memberslist-per_page-not-working-anymore-in-1-0-87/#post-37199 Wed, 14 May 2014 11:56:19 +0000 enigma666666 Hi there,

Previously memberslist per_page shortcode functioned properly, but since I updated to V1.0.87, it now only shows 3 members per page. I lost all my shortcodes when I updated as I had to delete the plugin completely due to errors, but I’m pretty sure the shortcode I used before when it functioned properly, was the shortcode below.

I have tried:
userpro template=memberlist per_page=’20’
userpro template=memberlist per_page=20
userpro template=memberlist per_page=”20″

]]>
https://forum.userproplugin.com/forums/topic/memberslist-per_page-not-working-anymore-in-1-0-87/#post-37206 <![CDATA[Reply To: Memberslist per_page, not working anymore in 1.0.87]]> https://forum.userproplugin.com/forums/topic/memberslist-per_page-not-working-anymore-in-1-0-87/#post-37206 Wed, 14 May 2014 12:47:45 +0000 admin This happens in one case only, if your copy is not activated.

if ( get_option(‘userpro_trial’) == 1) {
$per_page = 3;
do_action(‘userpro_pre_form_message’);
}

]]>
https://forum.userproplugin.com/forums/topic/memberslist-per_page-not-working-anymore-in-1-0-87/#post-37218 <![CDATA[Reply To: Memberslist per_page, not working anymore in 1.0.87]]> https://forum.userproplugin.com/forums/topic/memberslist-per_page-not-working-anymore-in-1-0-87/#post-37218 Wed, 14 May 2014 13:14:54 +0000 enigma666666 Ooops! lol. Thank you, I activated it and now its functioning properly.

]]>
https://forum.userproplugin.com/forums/topic/memberslist-per_page-not-working-anymore-in-1-0-87/#post-37234 <![CDATA[Reply To: Memberslist per_page, not working anymore in 1.0.87]]> https://forum.userproplugin.com/forums/topic/memberslist-per_page-not-working-anymore-in-1-0-87/#post-37234 Wed, 14 May 2014 14:08:05 +0000 admin Thank you

]]>