BuddyDev

Search

Join hidden group 404 error page

  • Participant
    Level: Enlightened
    Posts: 40
    Jaume Aragay on #5412

    When trying to join a hidden group I get a 404 error page when clicking to join.

    I’ve found a solution but, again, it does not work. This is the code:

    /* *** */

    On line ~1026 of buddypress/bp-templates/bp-legacy/js/buddypress.js, replace

    jq(‘#groups-dir-list’).on(‘click’, ‘.group-button a’, function() {

    with

    jq(‘#groups-dir-list, #item-meta’).on(‘click’, ‘.group-button a’, function() {

    /* *** */

    Any idea on how to solve it?

    This is the link I get to a page that does not exist:

    http://mydomain.com/groups/my-group-name//request-membership/?_wpnonce=xxxxxxxxxx

    Thanks.

  • Participant
    Level: Enlightened
    Posts: 40
    Jaume Aragay on #5413

    BTW, the WordPress site is in Spanish. (For if it affects the resulting URL…)

  • Participant
    Level: Enlightened
    Posts: 40
    Jaume Aragay on #5549

    Has anyone tried joining a private group? Do you have the same problem? Please try it! Thanks in advance! 😉

  • Keymaster
    (BuddyDev Team)
    Posts: 24211
    Brajesh Singh on #5550

    Hi Jaume,
    How are you allowing people to join hidden group? Hidden groups should not be visible to the users.

  • Participant
    Level: Enlightened
    Posts: 40
    Jaume Aragay on #5552

    Did I say hidden?! My mistake! PRIVATE Groups! 😉

  • Participant
    Level: Enlightened
    Posts: 40
    Jaume Aragay on #5553

    If you can change the topic for me, please, then this post may help someone else in the future too! 😉

You must be logged in to reply to this topic.

This topic is: not resolved