Search Results for 'buddyboss'
-
Search Results
-
Topic: Pending signups – editor
Hi guys,
I was wondering if someone can tell me how to allow an editor profile to deal with pending signups of buddyboss.
When using adminimize or any other plugin, the signups and/or users are not showing in the dashboard of the editor.
Best,
Topic: Forum Cover Photo Blank
Hello,
New to the forum, been searching everywhere and I do not see this question asked anywhere.
I am on:
– WP 5.8.2
– BuddyBoss Theme 1.8.1
– https://cnftcentral.ioWhen groups/Forums are created By Members, the cover Photo for the Forum is missing…
If you visit my site you will notice that all forums do have a cover photo but that’s because I went as an admin on the forum post and added the Featured Image manually. I really cannot go & add a Featured image each & every time a user starts a forum…
Is there a way around this so the user cam apply a cover photo to, not only the group but, the forum as well? I really cannot figure this out, I have tried everything!
Thanks in advance!
Hi,
I need help for changing the URL structure of the buddyboss member pages so that instead of the username, the URL contains the userid.For all the member pages.
For eg:
From: https://domain.com/members/johndoe/messages/
To: https://plattslive.com/members/2/messages/From: https://domain.com/members/johndoe/*/
To: https://plattslive.com/members/2/*/On the activity feed, the three horizontal dots at the top right of the activity, used to be clickable by the post owner, or by admin. Somehow, that functionality is no longer there. Putting your mouse over the three horizontal dots does nothing.
Tried on three browsers.
But, if you find a post that has comments, you CAN click those “More Options” dots on the reply.
Anyone know what’s going on?
WordPress 5.8
MemberPress Plus 1.9.21
BuddyBoss Platform 1.7.6 (No BB Theme)I have created a study website where user can access online courses. I am using the buddyboss theme with WordPress 5.7.2 version. I want to add a feature called “Study-Buddy” which shows a random user from only the student user type. If the user hits the ‘Find Study-Buddy’ button it shows a random student. If the student doesn’t like the random choice then he/she can find another one. Can anyone please suggest how can I implement this feature.
Hi,
Using
function profile_tab_event() { global $bp; bp_core_new_nav_item( array( 'name' => 'Events', 'slug' => 'event', 'screen_function' => 'event_screen', 'show_for_displayed_user' => false, 'position' => 70, 'parent_url' => bp_loggedin_user_domain() . '/event/', 'parent_slug' => $bp->profile->slug, 'default_subnav_slug' => 'event' ) ); } add_action( 'bp_setup_nav', 'profile_tab_event' ); function event_screen() { // Add title and content here - last is to call the members plugin.php template. add_action( 'bp_template_title', 'event_title' ); add_action( 'bp_template_content', 'event_content' ); bp_core_load_template( 'buddypress/members/single/plugins' ); } function event_title() { echo 'Events'; } function event_content() { echo 'Content'; }I created a new tab for users. But how can this be limited to specific user types? Different user types see different tab and/or different content in the tab?
I suppose it could use this code:
$member_type = bp_get_member_type( bp_displayed_user_id() ); if ( $member_type == 'userA' ) {Though not sure how to apply it.
Any suggestions would help.
using buddyboss theme