Tagged: error-joinig-private-group
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.
BTW, the WordPress site is in Spanish. (For if it affects the resulting URL…)
Has anyone tried joining a private group? Do you have the same problem? Please try it! Thanks in advance! 😉
Hi Jaume,
How are you allowing people to join hidden group? Hidden groups should not be visible to the users.Did I say hidden?! My mistake! PRIVATE Groups! 😉
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.