-
Christina started the question Photo Tag Notifications Don't Clear in the forum BuddyBoss Media 8 years, 11 months ago
When a user is tagged in a photo they get a notification on the bell icon. When they click on the notification they are taken to the post with the photo they were tagged in but the notification is not marked read and stays listed under the bell icon on the site.
-
Christina replied to the question Like notifications don't mark read in the forum BuddyBoss Wall 9 years, 1 month ago
@markob17 you must have another plugin that is creating those. Do you have http://buddydev.com/plugins/buddypress-activity-comment-notifier/ installed perhaps?
-
Christina replied to the question Like notifications don't mark read in the forum BuddyBoss Wall 9 years, 1 month ago
I figured out how to stop the like notifications. Here is what worked for me:
[Read more]
function ls_remove_likes_notification() {
$notification_handler = BuddyBoss_Wall_Like_Notification::get_instance();
remove_action( 'bp_activity_add_user_favorite', array( $notification_handler, 'add_like_notification' ), 10 );
}
add_action( 'bp_init',… -
Christina started the question Change Activity Page Title in the forum Boss. theme 9 years, 1 month ago
How can I change the page title of the main site wide Activity page to something other than ‘Activity’? I’m using the Text Changes plugin to to string replacements but nothing I enter for Text Domain or Text Context seems to work.
-
Christina replied to the question Like notifications don't mark read in the forum BuddyBoss Wall 9 years, 1 month ago
Is there a way to just disable the onsite notifications of likes?
-
Christina replied to the question No delete confirmation for new posts in the forum Boss. theme 9 years, 1 month ago
Thank you for the link to more info!
-
Christina replied to the question User @tag autocomplete search in the forum Boss. theme 9 years, 1 month ago
I did some more digging, it looks like this issue is with BuddyPress core. It isn’t caused by any plugins. It appears the BuddyPress core provides the @tagging functionality and not Boss theme or Wall. The issue is as I described above, it searches all xprofile fields and not just username. But it only uses the first 5 results and filters those by…[Read more]
-
Christina started the question Like notifications don't mark read in the forum BuddyBoss Wall 9 years, 1 month ago
The new notifications for likes are great. But they don’t get marked as read when you click on the notification in the list at top of the site. We are using the Boss theme. Can you add the function so these notifications get marked read once you’ve clicked to view the activity it goes with?
-
Christina started the question No delete confirmation for new posts in the forum Boss. theme 9 years, 1 month ago
If I click the trash icon to delete an old activity update post, I get a confirmation dialog asking if I’m sure. However, if I post a new activity update and then click the trash icon it just immediately deletes the post without any confirmation dialog. Seems like a bug, or at least an issue that should be handled.
-
Christina started the question User @tag autocomplete search in the forum Boss. theme 9 years, 1 month ago
We have the Boss theme with the Wall, Media & Global Search plugins. Users can @tag each other in updates etc. and the autocomplete dropdown comes up. The issue we are having though seems to be that the autocomplete is searching all the extended fields of the user profile even though we have most of them unchecked in Global Search settings. It…[Read more]
-
Christina started the question Double Posting in the forum Boss. theme 9 years, 5 months ago
We have a lot of double posting happening on our site by users, both on their wall and especially in groups. I can get it to happen myself if I click the post button repeatedly when posting. I suspect it is worse for users on slower computers or internet connections. Any suggestions for helping avoid this or improvements you could make to the Boss…[Read more]
-
Christina started the question Double Posting in the forum Boss. theme 9 years, 5 months ago
We have a lot of double posting happening on our site by users, both on their wall and especially in groups. I can get it to happen myself if I click the post button repeatedly when posting. I suspect it is worse for users on slower computers or internet connections. Any suggestions for helping avoid this or improvements you could make to the Boss…[Read more]
-
Christina replied to the question News feed of private groups are not private in the forum BuddyBoss Wall 9 years, 5 months ago
Glad to find this. We were having this problem also. Users not happy!
-
Christina replied to the question Autosuggest broken for Messages To: field in the forum Boss. theme 9 years, 6 months ago
It appears to have been a bug in the BuddyPress Global Search plugin. I updated that and the issue went away.
-
Christina started the question Autosuggest broken for Messages To: field in the forum Boss. theme 9 years, 6 months ago
Autosuggest suggestions pop-up when you start typing a username to send a message to, but it is not possible to actually choose one of the suggestions. See the attached video for demonstration.
-
Christina replied to the question Profile photos rotated when uploaded from mobile in the forum Boss. theme 9 years, 6 months ago
Fair enough. It would be really nice if you would provide an option to fix profile photos as well so we didn’t need a separate plugin with nearly duplicate functionality. Thanks!
-
Christina replied to the question "Add Friend" instead of "Private Message" in the forum Boss. theme 9 years, 6 months ago
I figured it out… you have a bug. The function bp_is_friend() does not return a boolean. It returns a string ‘is_friend’, ‘not_friends’, or ‘pending’. To fix the bug I changed lines 112 & 136 to:
if(‘not_friends’==bp_is_friend(bp_displayed_user_id())) {
-
Christina replied to the question "Add Friend" instead of "Private Message" in the forum Boss. theme 9 years, 6 months ago
I figured it out… you have a bug. The function bp_is_friend() does not return a boolean. It returns a string ‘is_friend’, ‘not_friends’, or ‘pending’. To fix the bug I changed lines 112 & 136 to:
[code]
if(‘not_friends’==bp_is_friend(bp_displayed_user_id())) {
[/code] -
Christina replied to the question "Add Friend" instead of "Private Message" in the forum Boss. theme 9 years, 6 months ago
That code just removed the “Private Message” option but then there is no button at all, just the “…”. I don’t think the code you gave me is the correct code you meant.
Actually, it seems to me the default code that is in member-header.php at lines 136 & 137 should already do what I want, but it isn’t working. The friend button is not being…[Read more]
-
Christina started the question Profile photos rotated when uploaded from mobile in the forum Boss. theme 9 years, 6 months ago
Is there a suggested solution for profiles photos that are rotated when uploaded from mobile for the profile photos? I see there is a setting in BB Media to fix mobile rotation, but I assume that doesn’t apply to profile photos?
- Load More