Questions tagged [buddyboss]

17 questions
1
vote
1 answer

Conditionally load documents in BuddyBoss profiles

I am trying to make the current user's documents only accessible to the current user and admins. I am currently trying to add a filter when you are not on your own profile, you will not see the documents. The documents are still showing…
Allie
  • 105
  • 9
1
vote
1 answer

Issue with sending Buddypress/Buddyboss message as anonymous user

I have created a custom function that adds a checkbox to the end of newly composed private messages within Buddyboss/Buddypress that allows the user to send messages anonymously. If the check box is ticked, then the sender id should be 55, as I've…
0
votes
0 answers

Mass PM on Buddyboss / Buddypress: Performance issue

I want to implement an admin-feature to send a direct PM to every user of my Buddypress plattform on specific occasions. I found the PHP function messages_message_sent already which works great when used like so: $msg = array( 'recipients' =>…
tim
  • 9,896
  • 20
  • 81
  • 137
0
votes
1 answer

How can I add members Sliders in buddyboss message page?

I want to add all members slider before the message box. Please see the image. In the red area, I want to add all members slider. I think buddyboss already have this widget. Bussyboss message page, Where to place the members slider function…
0
votes
1 answer

Custom Members Loop with custom order by

I have a custom Members Loop in Buddypress including pagination (max. 25 entrys per page) where I want to show some members based on a pre-sorted List of user-ids. These user-ids come from a custom table of mine and are sorted based on one…
tim
  • 9,896
  • 20
  • 81
  • 137
0
votes
1 answer

Buddyboss Admin or moderator label show and title show

I want to add a label side the user name who posted a post on groups or activity the label will be admin or moderator if A admin post it will show admin label or if the moderator post it will show the moderator label i successfully added those label…
0
votes
0 answers

How to disable the "featured image" on buddyboss theme wordpress?

What I'm struggling to achieve is not to disable the "featured image" completely, because I need the thumbnail while sharing the link. I'm just trying not to let it appear on posts. I know how to hide it using CSS, but I'd like not to let it to load…
Kardo
  • 1,658
  • 4
  • 32
  • 52
0
votes
0 answers

How can we specify limit to single tags shortcode in buddyboss [bbp-single-tag id=$tag_id]

Here I have used boddyboss, now I want show specfic topics but boddyboss provides all topics using [bbp-single-tag id=80]. I have tried [bbp-single-tag id="80" posts_per_page="5"] like this shortcode but still not fix. Is there any option to show…
0
votes
0 answers

How do I add the topic author to the recipients list in bbPress?

I want that the author of a topic or reply in bbPress (or actually BuddyBoss but they have forked bbPress into their system) automatically gets a notification and not only those who have subscribed to the forum or topic. Out-of-the-box the author…
Torben
  • 9
  • 4
0
votes
1 answer

How to send BuddyBoss Push notifications with OneSignal to a custom PWA?

I'm currently working on a Social Platform, which is hosted on wordpress with the BuddyBoss theme and plugins. The community is working fine and I also want to launch it as an app. I would really like to have Push notifications in this app, so that…
0
votes
0 answers

Get the associated social group of a learn dash group

I'm trying through your API to get the associated social buddy boss group of a learn dash group. To be more clear, this is what I'd like to…
0
votes
0 answers

Buddypress: How to create secondary membersloop?

I have a list of favorited user ids in PHP. I want to create a secondary membersloop within Buddyboss under a new permalink, e.g. mypage.com/members/favorited which only shows the given list of user ids. The inclusion of only the specific favorited…
tim
  • 9,896
  • 20
  • 81
  • 137
0
votes
0 answers

Buddyboss Group Types Menu..nested/submenus?

I'm using Buddyboss and trying to arrange the group types in nested groups, eg. Continent -> Country -> Region. I am aware of hooks and actions/filters but not yet coded this type of thing, so am wondering how this would be achieved - I guess I need…
user1684099
  • 139
  • 1
  • 3
  • 10
0
votes
0 answers

Buddycommerce Membership Display

I'm integrating buddyboss with buddycommerce, so we can see the type of membership. but we can only see our membership (current user), how do we get other users to see our membership type, or we can see another user membership displayed on buddyboss…
0
votes
0 answers

how to set the "Course" as default tab in buddyboss navigation group

I want to set the Course as the default tab in Buddyboss -> navigation group. But there's no option or list to change those in the navigation group settings. Please someone help me with this... Thanks
1
2