This topic has 8 replies, 2 voices, and was last updated 10 years by st.

  • Author
  • #21126
     st
    Participant

    The page numbers (1, 2, etc.) and the right arrow on the members list page is not working.

    Sometimes the links say http://www.domain.com/members/?upage=3 but sometimes they say http://www.domain.com/wp-admin/admin-ajax.php?upage=2 and clicking on either of these links does not change the page or update the browser address bar.

    #21131
     Catalin
    Moderator

    Hello,

    Please provide me the link to your website to be able to replicate your issue.

    Thank you,
    Catalin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #21132
     st
    Participant

    Can I send you a private message or email?

    #21133
     Catalin
    Moderator

    catalin@seventhqueen.com

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #21138
     Catalin
    Moderator

    do you have the theme uploaded at the last available version?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #21140
     st
    Participant

    v2.6.1

    Also the twitter widget was working great but it now says:

    Latest Tweets
    Twitter said: Array

    #21309
     st
    Participant

    It seems that this issue was being caused by another plugin.

    #21382
     Catalin
    Moderator

    Is everything OK with the theme now?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #21428
     st
    Participant

    Yup. Long story short a plugin was changing bp_ajax_querystring from a string to an array. Arrays are supported and the plugin was working on other areas of the site. It was only causing problems for the member directory page.

    COPY CODE
    add_filter('bp_ajax_querystring', 'test', 11, 2);
    
    function test($query_string)
    {
    	return wp_parse_args($query_string);
    }
Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Bug: Member's Page Pagination’ is closed to new replies.

Log in with your credentials

Forgot your details?