• Hi:

    This question has been posted before, but I did not see an answer … I have installed the plugin and it works great – on the first page. When I try to go to page 2 (or last page), it displays the first page. I can search and will see last name beginning with R for example, but paging does not work. Suggestions??

    Thanks!
    Allen

    http://wordpress.org/extend/plugins/members-list/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Go to the file: class/members.php

    line 321: in the get_query($p) function

    change to
    return $this->url.'&page='.$p.'&query='.$_GET['query'].'&by='.$_GET['by'].'&type='.$_GET['type'].'&sort='.$this->sort.'&order='.$this->order.'&byradius='.$_GET['byradius'].'&radius='.$_GET['radius'];

    added an ‘&’ to before page=

    Plugin Author ternstyle

    (@mpraetzel)

    I’ll be looking to incorporate this fix into the next version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Members List Plugin] Pagination problem’ is closed to new replies.