Forum Replies Created
-
In reply to: change the "term" avatar to "profile photo"
You could edit the .po/.mo files and do a custom translation there, I’ve done so on a Swedish site, should work for English sites too, using the right locale.
But +1 for replacing once and for all what many people think is an animated 3D movie title, with something that is a bit more descriptive 😉
In reply to: Friendships are missing in Requests and InvitesI finally got down to make a ticket out of it, if people have similar problems: https://buddypress.trac.wordpress.org/ticket/5372
In reply to: Friends and friend request pages not foundI’ve created a ticket here now, for those with similar issues like me: https://buddypress.trac.wordpress.org/ticket/5372
In reply to: Friendships are missing in Requests and InvitesDon’t know if this is helpful, but both these return bool(false) when not disabling profile sync:
var_dump(bp_has_members( 'type=alphabetical&include=' . bp_get_friendship_requests() )) var_dump($members_template->has_members())So is this a WordPress bug then..?
In reply to: Friendships are missing in Requests and InvitesThanks. However, the only place I can find those are in the bp-friends and bp-members directories of the core plugin. No match in either plugins or themes. Don’t feel comfortable editing those myself..
In reply to: Friendships are missing in Requests and InvitesNo news here? I can confirm that the problem exist with only 1 plugin active (BuddyPress), network activated or not, and may be connected to the issue where the names of group members don’t show up at all (if the user hasn’t edited their WordPress profile name that is, then it’s cool).
In reply to: Friends and friend request pages not foundOK, I think I have narrowed it down to the Profile sync checkbox – checking this (thus disabling WP-BP sync) shows me the friend request list again. Without having to disable Extended Profiles in BP that is.
Now, how do I get back that sync again.. :/
In reply to: Friends and friend request pages not foundDarn, the problem still exists – disabling Invite Anyone no longer solves it :/ Can’t find out why though. I get correct numeric indicators (“1 Friends”) in the menus but “no pending…” in page. Guess I’ll go bug hunting elsewhere then..
In reply to: Friends and friend request pages not foundDisabling the plugin Invite Anyone did the trick, which is worrysome since I love that functionality.. But now at least I can see my pending requests again, without having to disable parts of BP itself.
In reply to: Friends and friend request pages not foundSame here, although I don’t get a 404 but a “no pending friendship” message – disabling Extended Profiles shows me the list. Am I doing something wrong? I’m using BuddyBoss + a child theme, FWIW.
In reply to: Friendships are missing in Requests and InvitesI’m having the same issue here, or is it the other way around maybe? I can see my pending invites if Extended profiles checkbox is unchecked – enabling it gives me “no pending friendships”. What to try next?
Any new light on this one? Handling default notifications would be awesome.
In reply to: Private messaging auto complete WITHOUT friends+1, looking for the same thing. Ideally, the autocomplete functionality shouldn’t even be loaded if Friends is disabled (as it is now, I mean).