Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

members directory pagination and ”order by” not working. (9 posts)

Started 1 year, 7 months ago by: marcycapron

  • Profile picture of marcycapron marcycapron said 1 year, 7 months ago:

    http://northwesternconnect.com/members/ I’ll let everyone know if I get it working!

    I deactivated plugins, compared bits of code, etc. I’m using genesisbuddy 1.2…

    thanks in advance!

  • Profile picture of ARHistoryHub ARHistoryHub said 1 year, 6 months ago:

    Bump, I’m having the same issue. Neither order by nor the All or My tabs are working for the members or groups directories, yet the sorting seems to work under Activity. Weird…

  • Profile picture of Andy Smith Andy Smith said 1 year, 5 months ago:

    I’m having the same issue on 1.2.6

  • Profile picture of mutualdesigns mutualdesigns said 1 year, 2 months ago:

    @marcycapron How did you get this working again?

  • Profile picture of Roger Coathup Roger Coathup said 10 months, 3 weeks ago:

    This is often a problem with the Javascript code (from the default theme) requiring a very specific div naming and layout structure. If you change (improve and simplify) the default themes’s html in your theme, then the Javascript for managing the ordering / sorting will no longer work correctly.

  • Profile picture of ARHistoryHub ARHistoryHub said 10 months, 3 weeks ago:

    Seems that Roger nailed it. Having had this problem months and months ago, I simply reverted the offending section of code back to the original and it fixed it. Not sure what change exactly set it off, but with all the customizations and messing about I had been doing, it could have been lots of stuff.

  • Profile picture of jmeher jmeher said 9 months, 1 week ago:

    Thank you, I have been beating my head against the desk for two nights now.

  • Profile picture of xsn0w xsn0w said 9 months ago:

    So what was the solution. I am banging my head still. I have reinstalled every damn .js file I can find from new download from wordpress.org.

  • Profile picture of @mercime @mercime said 9 months ago:

    Basically, the solution was to refrain from renaming divs within HTML structure in child theme of bp-default unless you know what you’re doing and make corresponding change in js where required as well. Re-upload BuddyPress and you should be good to go – unless you’re using a totally customized bp-default child theme then you need to contact theme author.