-
Ted started the question Re: Global activity filter not working in single page in the forum Boss. theme 9 years, 5 months ago
Hi @vapvarun, I commented out that line and mentions are still appearing in the member’s personal wall. Thanks
Re: Hi @surfied mentions can be part of post updates
You can comment
//add_filter(‘buddyboss_wall_query_wall_activity_ids_mentions’, ‘filter_wall_mentions’);That will work, and it will remove all mentions.
Regards -
Ted started the question Re: Global activity filter not working in single page in the forum Boss. theme 9 years, 5 months ago
Hi @vapvarun, I commented out that line and mentions are still appearing in the member’s personal wall. Thanks
Re: Hi @surfied mentions can be part of post updates
You can comment
//add_filter(‘buddyboss_wall_query_wall_activity_ids_mentions’, ‘filter_wall_mentions’);That will work, and it will remove all mentions.
Regards -
Ted replied to the question Global activity filter not working in single page in the forum Boss. theme 9 years, 5 months ago
Hi @vapvarun, sorry I know you were closing this, but I have a quick question. The code you provided above is displaying tagged updates (@mentions) posted by another member to the tagged member’s wall. How do I keep the wall to only display updates posted by that wall’s member?
-
Ted replied to the question hashbuddy, buddypress-activity-stream-hashtags in comments in the forum BuddyBoss Wall 9 years, 5 months ago
Hi @vapvarun, How do I style the page in above screenshots to look similar to the mentions page?
-
Ted replied to the question hashbuddy, buddypress-activity-stream-hashtags in comments in the forum BuddyBoss Wall 9 years, 6 months ago
sounds good. thanks @vapvarun!
-
Ted replied to the question hashbuddy, buddypress-activity-stream-hashtags in comments in the forum BuddyBoss Wall 9 years, 6 months ago
It’s (github.com/hwdsbcommons/buddypress-activity-stream-hashtags) working fine now on a fresh install with latest Boss/Wall updates. The comment hashtag link is going to the comment hashtag page fine. But wondering if you would know how to include the original activity update in the comment hashtag page (currently just returning the comment alone)
-
Ted replied to the question hashbuddy, buddypress-activity-stream-hashtags in comments in the forum BuddyBoss Wall 9 years, 6 months ago
Hi @vapvarun, it works in the original activity stream just like in your screenshot. Clicking the hashtag link from original update works fine and will take you to the hashtag page. But clicking the hashtag link from a comment will take you to “Sorry, there was no activity found. Please try a different filter.”
-
Ted started the question hashbuddy, buddypress-activity-stream-hashtags in comments in the forum BuddyBoss Wall 9 years, 6 months ago
Hey guys, these plugins are working fine with Boss theme, without Buddyboss Wall installed. However, with Buddyboss Wall installed and activated, it works in an update/post, but not working in the comment of an update/post.
-
Ted replied to the question change my likes link, show likers usernames in the forum BuddyBoss Wall 9 years, 6 months ago
Ah, I see. Sounds good @tjchester.
-
Ted replied to the question Display photos count in member header in the forum BuddyBoss Media 9 years, 6 months ago
Works perfectly now! Thanks @tjchester!
-
Ted replied to the question Display photos count in member header in the forum BuddyBoss Media 9 years, 6 months ago
Thanks @tjchester! I added that to my child themes function.php and added the following to line 87 of members/single/member-header.php, but the count is incorrect and showing as zero.
<a href="<?php bp_displayed_user_link(); ?>photos">
[Read more]
<span>
<p><?php echo (int)… -
Ted started the question change my likes link, show likers usernames in the forum BuddyBoss Wall 9 years, 6 months ago
Hey guys,
How can I change the “My Likes” link from sitename.com/members/username/activity/favorites/ to sitename.com/members/username/activity/likes/ ?
For logged out users, how can I display the usernames who likes an update, rather than e.g. “2 people like this.”?
For a logged in user, it’s currently showing “You like this.” How can I get it…[Read more]