Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,476 through 2,500 (of 69,061 total)
  • Author
    Search Results
  • #318827
    Slava Abakumov
    Moderator

    @pinkdreambox
    The avatar system is built into BuddyPress. So you don’t need to install an additional plugin for that.

    pinkdreambox
    Participant

    Hi,

    Would like to know if the avatar used seen in screenshot on the BuddyPress Plugin page on wordpress.org is default or we need to install additional plugins?

    screen
    https://ps.w.org/buddypress/assets/screenshot-1.png?rev=1534012

    Thanks,
    PinkDreamBox

    #316954
    idwithin
    Participant

    Hi there I am on Version 5.6 for WordPress and latest BuddyPress version.

    I have forums for this website but they are private at the moment. So I am going to describe my problem as best I can and if need be I can create an account for someone to log in and have a look quickly. The site is https://first-aid-for-stress.com/

    Basically. Everything seems to work fine apart from when I try to access the Forums from two different locations.

    This is all through memberpress as well. As people sign up through that and get access to the private forums.

    Basically when you go into a group you see the Activity Feed. And the example being. You see this activity in one of the Topics “idwithin started the topic ‘Accessing Your Course Material’ in the forum Welcome! Come and say hello”

    When i click on the “Accessing Your Course Material” link to take me to the topic. It gives me this link https://first-aid-for-stress.com/groups/welcome-come-and-say-hello/forum/topic/accessing-your-course-material/ – and a 404 saying Page does not exist.

    Yet when I go into the Tab that says Forum and select the Topic from this list then it works as it should. But gives me a completely different URL – https://first-aid-for-stress.com/members-forum/welcome-come-and-say-hello/forum/topic/accessing-your-course-material/

    This is what I cannot figure out. As there is obviously a problem with how the link is structured. I’ve been through the settings and can’t see anything wrong.

    Thank You i hope I explained it enough.
    Aarom

    #316907
    lynnapp
    Participant

    in my child theme I have added this to the members/single/parts/item-nav

            <label class="toggle" for="toggle">☰ <span>Menu</span></label>
            <input class="toggle" id="toggle" type="checkbox">
    
    <nav class="<?php bp_nouveau_single_item_nav_classes(); ?>" id="object-nav" role="navigation" aria-label="<?php esc_attr_e( 'Member menu', 'buddypress' ); ?>">
    	<?php if ( bp_nouveau_has_nav( array( 'type' => 'primary' ) ) ) : ?>
    		<ul>
       <?php bp_nav_menu(); ?> 
    		</ul>
    	<?php endif; ?>
    </nav>
     

    I have removed the submenu form all the other page fronts
    So this is the problem

    1. The loop for the sub-menus is
    a. Putting the profile menu items under a new submenu under settings
    (this submenu )

    	<ul class="sub-menu">
    		<li id="public-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/#item-header-content">View</a></li>
    		<li id="edit-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/edit/#item-header-content">Edit</a></li>
    		<li id="change-avatar-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-avatar/#item-header-content">Change Profile Photo</a></li>
    		<li id="change-cover-image-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-cover-image/#item-header-content">Change Cover Image</a></li>
    	</ul>

    Here is the source codes for the menus while looking at looking at my own profile not as admin.

    So I was wondering if the walker argument could help with this, but I could not find any documentation on that part.
    Could you point me to where or how to get the profile submenu items under the profile li and not as a sub sub of settings?

    <nav class="main-navs no-ajax bp-navs single-screen-navs user-nav-tabs tabbed-links horizontal users-nav" id="object-nav" role="navigation" aria-label="Member menu">
    		<ul>
       <div class="menu-bp-container"><ul id="menu-bp" class="menu"><li id="front-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/front/#item-header-content">Home</a>
    <ul class="sub-menu">
    	<li id="public-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/front/#item-header-content">View</a></li>
    </ul>
    </li>
    <li id="xprofile-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/profile/#item-header-content">Profile</a></li>
    <li id="activity-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/activity/#item-header-content">Activity</a>
    <ul class="sub-menu">
    	<li id="just-me-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/#item-header-content">Personal</a></li>
    	<li id="activity-mentions-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/mentions/#item-header-content">Mentions</a></li>
    	<li id="activity-favs-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/favorites/#item-header-content">Favorites</a></li>
    	<li id="activity-friends-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/friends/#item-header-content">Friends</a></li>
    	<li id="activity-groups-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/groups/#item-header-content">Groups</a></li>
    </ul>
    </li>
    <li id="friends-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/friends/#item-header-content">Friends <span class="count" style="cursor: pointer;">1</span></a>
    <ul class="sub-menu">
    	<li id="friends-my-friends-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/friends/#item-header-content">Friendships</a></li>
    	<li id="requests-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/friends/requests/#item-header-content">Requests</a></li>
    </ul>
    </li>
    <li id="notifications-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/notifications/#item-header-content">Notifications <span class="count" style="cursor: pointer;">1</span></a>
    <ul class="sub-menu">
    	<li id="notifications-my-notifications-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/notifications/#item-header-content">Unread</a></li>
    	<li id="read-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/notifications/read/#item-header-content">Read</a></li>
    </ul>
    </li>
    <li id="invite-anyone-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/invite-anyone/#item-header-content">Send Invites</a>
    <ul class="sub-menu">
    	<li id="invite-new-members-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/invite-anyone/#item-header-content">Invite New Members</a></li>
    	<li id="sent-invites-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/invite-anyone/sent-invites/#item-header-content">Sent Invites</a></li>
    </ul>
    </li>
    <li id="settings-personal-li" class="menu-parent current-menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/settings/#item-header-content">Settings</a>
    <ul class="sub-menu">
    	<li id="general-personal-li" class="menu-child current-menu-item"><a href="http://localhost/wordpress/members/athlete-lynn/settings/#item-header-content">General</a></li>
    	<li id="notifications-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/notifications/#item-header-content">Email</a></li>
    	<li id="profile-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/profile/#item-header-content">Profile Visibility</a>
    	<ul class="sub-menu">
    		<li id="public-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/#item-header-content">View</a></li>
    		<li id="edit-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/edit/#item-header-content">Edit</a></li>
    		<li id="change-avatar-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-avatar/#item-header-content">Change Profile Photo</a></li>
    		<li id="change-cover-image-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-cover-image/#item-header-content">Change Cover Image</a></li>
    	</ul>
    </li>
    	<li id="invites-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/invites/#item-header-content">Group Invites</a></li>
    	<li id="data-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/data/#item-header-content">Export Data</a></li>
    	<li id="delete-account-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/delete-account/#item-header-content">Delete Account</a></li>
    </ul>
    </li>
    <li id="groups-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/groups/#item-header-content">Groups <span class="no-count">0</span></a>
    <ul class="sub-menu">
    	<li id="groups-my-groups-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/groups/#item-header-content">Memberships</a></li>
    	<li id="invites-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/groups/invites/#item-header-content">Invitations</a></li>
    </ul>
    </li>
    </ul></div> 
    		</ul>
    </nav>
    lilipilon
    Participant

    Hello,

    I install buddypress. A few days ago, user and admin can modify their profile on my website http://lilisoumise.fr

    I make several modification, add/remove several extnesions. I desintall and reinstall my theme and buddypresse several time.

    On settings, the checkbox says that user can edit their profile is checked.

    But on front, when I go on modify on my profile, nothing is displayed

    To edit a profile, you can create here :https://lilisoumise.fr/inscription/

    https://lilisoumise.fr/members/USER/profile/edit/group/1/

    When Is see the code, it says

    div class="profile edit"
    <style data-target = "global" type = "text/css" ==$0
     #bf_hweb{display:none}.bf-alert{display:block;padding:15px;margin-bottom:20px;border:1px solid rgba(0,0,0,0.1);background-color:#fff}.bf-alert.error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.bf-alert.success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bf-alert.warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bf-alert.info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}li.image.bf_image{list-style-type:none;float:left;padding-right:10px}ul.bf_files{padding:0}#poststuff{padding-top:0;min-width:auto}.bf_inputs li{list-style:none}button.bf-draft:disabled,button.bf-submit:disabled{background-color:#c4c4c4}.bf-draft{background:#f2f2f2;border:1px solid rgba(0,0,0,0.12);color:#444}.bf-hidden{display:none !important}#wp-admin-bar-buddyforms-admin-edit-form > a.ab-item:before{content:"\e000";font-family:'icomoon';font-size:27px;padding:0;padding-right:10px}#bf_hweb{display:none !important}.bf-clearfix::after{content:"";clear:both;display:table}
    

    Do you have an idea ?

    Jens
    Participant

    There seems to be no German translation for the “notification-description”.

    “You have 1 new reply to [topic] from [user]”

    And I can´t find a way to add a translation with the plugins “Loco Translate” (https://de.wordpress.org/plugins/loco-translate/) or “Say What?” (https://de.wordpress.org/plugins/say-what/), too. That works perfectly in other cases, but not in this one.

    Wordpress 5.6
    BuddyPress 7.1.0
    bbPress 2.6.6
    Loco Translate 2.5.0
    Say What? 1.9.6

    patrag
    Participant

    I have installed the BuddyPress plugin on my website. Everything went well when I logged on as administrator. However, the problem is when I log in as a subscriber and author I can’t edit my profile.

    When a subscriber clicks the “Edit” button, he redirects to:

    https://[domain]/edit

    instead of

    https://[domain]/members/%5BUSERNAME%5D/profile/edit/group/1/

    I don’t really understand the PHP programming language, can anyone help me how I can change the URL or “Edit” link on any user role profile page to:

    https://[domain]/members/%5BUSERNAME%5D/profile/edit/group/1/

    Thankyou 🙂

    kingfisher64
    Participant

    Hello,

    I was wanting to create a button link in elementor to the BuddyPress user view profile page. I’m struggling to find the correct info.

    There’s basically a link field in elementor available just like this https://pasteboard.co/JI8WdfI.png

    The closest I found was the following:

    https://buddypress.org/support/topic/logged-in-user-profile-link-url/
    https://wordpress.stackexchange.com/questions/35163/add-buddypress-profile-and-messages-link-to-wordpress-menu

    Using Ocean WP theme, Buddypress 7.1.0 (v latest at time of post)

    Kind regards

    #316925
    lynnapp
    Participant

    in my child theme I have added this to the members/single/parts/item-nav
    <label class=”toggle” for=”toggle”>☰ <span>Menu</span></label>
    <input class=”toggle” id=”toggle” type=”checkbox”>

    <nav class=”<?php bp_nouveau_single_item_nav_classes(); ?>” id=”object-nav” role=”navigation” aria-label=”<?php esc_attr_e( ‘Member menu’, ‘buddypress’ ); ?>”>
    <?php if ( bp_nouveau_has_nav( array( ‘type’ => ‘primary’ ) ) ) : ?>

      <?php bp_nav_menu(); ?>

    <?php endif; ?>
    </nav>

    I have removed the submenu form all the other page fronts
    So this is the problem

    1. The loop for the sub-menus is
    a. Putting the profile menu items under a new submenu under settings
    (this submenu )

    	<ul class="sub-menu">
    		<li id="public-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/#item-header-content">View</a></li>
    		<li id="edit-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/edit/#item-header-content">Edit</a></li>
    		<li id="change-avatar-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-avatar/#item-header-content">Change Profile Photo</a></li>
    		<li id="change-cover-image-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-cover-image/#item-header-content">Change Cover Image</a></li>
    	</ul>

    Here is the source codes for the menus while looking at looking at my own profile not as admin.

    So I was wondering if the walker argument could help with this, but I could not find any documentation on that part.
    Could you point me to where or how to get the profile submenu items under the profile li and not as a sub sub of settings?

    <nav class="main-navs no-ajax bp-navs single-screen-navs user-nav-tabs tabbed-links horizontal users-nav" id="object-nav" role="navigation" aria-label="Member menu">
    		<ul>
       <div class="menu-bp-container"><ul id="menu-bp" class="menu"><li id="front-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/front/#item-header-content">Home</a>
    <ul class="sub-menu">
    	<li id="public-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/front/#item-header-content">View</a></li>
    </ul>
    </li>
    <li id="xprofile-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/profile/#item-header-content">Profile</a></li>
    <li id="activity-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/activity/#item-header-content">Activity</a>
    <ul class="sub-menu">
    	<li id="just-me-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/#item-header-content">Personal</a></li>
    	<li id="activity-mentions-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/mentions/#item-header-content">Mentions</a></li>
    	<li id="activity-favs-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/favorites/#item-header-content">Favorites</a></li>
    	<li id="activity-friends-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/friends/#item-header-content">Friends</a></li>
    	<li id="activity-groups-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/groups/#item-header-content">Groups</a></li>
    </ul>
    </li>
    <li id="friends-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/friends/#item-header-content">Friends <span class="count" style="cursor: pointer;">1</span></a>
    <ul class="sub-menu">
    	<li id="friends-my-friends-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/friends/#item-header-content">Friendships</a></li>
    	<li id="requests-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/friends/requests/#item-header-content">Requests</a></li>
    </ul>
    </li>
    <li id="notifications-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/notifications/#item-header-content">Notifications <span class="count" style="cursor: pointer;">1</span></a>
    <ul class="sub-menu">
    	<li id="notifications-my-notifications-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/notifications/#item-header-content">Unread</a></li>
    	<li id="read-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/notifications/read/#item-header-content">Read</a></li>
    </ul>
    </li>
    <li id="invite-anyone-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/invite-anyone/#item-header-content">Send Invites</a>
    <ul class="sub-menu">
    	<li id="invite-new-members-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/invite-anyone/#item-header-content">Invite New Members</a></li>
    	<li id="sent-invites-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/invite-anyone/sent-invites/#item-header-content">Sent Invites</a></li>
    </ul>
    </li>
    <li id="settings-personal-li" class="menu-parent current-menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/settings/#item-header-content">Settings</a>
    <ul class="sub-menu">
    	<li id="general-personal-li" class="menu-child current-menu-item"><a href="http://localhost/wordpress/members/athlete-lynn/settings/#item-header-content">General</a></li>
    	<li id="notifications-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/notifications/#item-header-content">Email</a></li>
    	<li id="profile-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/profile/#item-header-content">Profile Visibility</a>
    	<ul class="sub-menu">
    		<li id="public-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/#item-header-content">View</a></li>
    		<li id="edit-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/edit/#item-header-content">Edit</a></li>
    		<li id="change-avatar-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-avatar/#item-header-content">Change Profile Photo</a></li>
    		<li id="change-cover-image-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-cover-image/#item-header-content">Change Cover Image</a></li>
    	</ul>
    </li>
    	<li id="invites-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/invites/#item-header-content">Group Invites</a></li>
    	<li id="data-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/data/#item-header-content">Export Data</a></li>
    	<li id="delete-account-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/delete-account/#item-header-content">Delete Account</a></li>
    </ul>
    </li>
    <li id="groups-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/groups/#item-header-content">Groups <span class="no-count">0</span></a>
    <ul class="sub-menu">
    	<li id="groups-my-groups-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/groups/#item-header-content">Memberships</a></li>
    	<li id="invites-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/groups/invites/#item-header-content">Invitations</a></li>
    </ul>
    </li>
    </ul></div> 
    		</ul>
    </nav>
    #317234
    andhi1
    Participant

    Hi!
    I have downloaded an installed BuddyPress 7.1.0. on my site: http://blogg.andershidman.se/

    …but I can not create “Login”, Logout” and “Register” menus.

    This is how BuddyPress Settings shows in backend:
    2021-02-16_09-58-54

    This is how the menu options is shown in backend:
    2021-02-16_10-03-39

    What to do?
    BR
    Anders Hidman
    Sweden

    #317171
    r123ze
    Participant

    Hi,

    I’ve created a custom tab called orders for profile members, and i want to create another one but the parent of orders

    currently my tab can be access using this url:

    http://example.com/members/demo/orders

    But i want the “completed”, “pending” new custom tabs to be appended to url of orders tab.

    Not:
    http://example.com/members/admin/completed
    http://example.com/members/admin/pending

    But:
    http://example.com/members/admin/orders/completed
    http://example.com/members/admin/orders/pending

    I tried this:

    Orders tab:

    function profile_tab_orders() {
          global $bp;
          bp_core_new_nav_item( array( 
                'name' => 'All orders', 
                'slug' => 'orders', 
                'screen_function' => 'orders_screen', 
                'position' => 40,
                'parent_url'      => bp_loggedin_user_domain() . '/orders/',
                'parent_slug'     => $bp->profile->slug,
                'default_subnav_slug' => 'orders'
          ) );
    }
    add_action( 'bp_setup_nav', 'profile_tab_orders' );
    
    function orders_screen() {
        add_action( 'bp_template_content', 'orders_content' );
        bp_core_load_template( 'buddypress/members/single/plugins' );
    }
    
    function orders_content() { 
        echo do_shortcode('[orders]');
    }

    Completed tab:

    function profile_tab_orders_completed() {
          global $bp;
          bp_core_new_nav_item( array( 
                'name' => 'completed', 
                'slug' => 'completed', 
                'screen_function' => 'completed_screen', 
                'position' => 40,
                'parent_url' => $bp->loggedin_user->domain . $bp->orders->slug . '/completed',
                'parent_slug' => $bp->orders->slug,
                'default_subnav_slug' => 'completed'
          ) );
    }
    add_action( 'bp_setup_nav', 'profile_tab_completed' );
     
     
    function completed_screen() {
        add_action( 'bp_template_content', 'completed_content' );
        bp_core_load_template( 'buddypress/members/single/plugins' );
    }
    
    function completed_content() { 
        echo do_shortcode('[orders-completed]');
    }

    Can someone suggest me a solution or help me in how to access pending, completed via this url

    /orders/completed

    /orders/pending

    Thanks in advance!

    Jing
    Participant

    Hi, we need some urgent advice.

    We are completing an app based the buddyPress site we launched years ago.

    https://i.ibb.co/rxXN9NG/image-2021-05-06-T05-11-40-687-Z.png

    The badges on the notification will display
    1. number of new messages not yet opened by user.
    2. new friend request
    3. new posts on the forums the user follows.

    As the user checks these new messages, the count displayed in the badge will go down.

    Something like this:

    https://i.ibb.co/txsQ2n6/image-2021-05-06-T05-04-40-027-Z.png

    Or if updating the count is complex, we can go with a badge that clearly indicates there are new messages waiting to be checked.

    Like this
    https://i.ibb.co/0QfC1nD/hudl-notifications-2x.png

    We would like to implement something that is simple and robust without much change to our codes already built.

    Your suggestion is greatly appreciated.

    Jing

    #318669
    nikolas27
    Participant

    Hello, whenever I create a group, all I see is the group photo and the activity. No toolbar, no menu (members, forum, etc)

    any ideas?

    #318648
    myblackf150
    Participant

    Sorry to offend shanebp. After being a member for 10 years and graciously learning from others, this has only been the 3rd question I have actually asked here.
    As I had mentioned above which I don’t think you may had read, I did reach out to their support team and it was futile. I am very aware this is not BuddyBoss support

    Because the BuddyPress platform is built from BuddyPress code I just it may be logical and harmless to ask.

    My question was “Does anyone know any way to enable WP Shortcodes in buddypress/bbpress topics? At least for Admins.

    I only mentioned BuddyPress Platforms because on one of the sites I currently administer, it uses that.
    But by and large, the question was geared towards BuddyPress not BuddyBoss.

    I can understand the frustration it may bring to see how many times people have confused BuddyPress with BuddyBoss, but I am not one of them

    https://buddypress.org/support/search/buddyboss/
    Over 25 pages and counting.

    So mea Culpa,I’m just hoping to find answers that would work in BuddyPress with the hope that it would work that BuddyBoss Platform and I can get some rest from these folks.

    Thank you

    myblackf150
    Participant

    Hello,

    Does anyone know any way to enable WP Shortcodes in buddypress/bbpress topics? At least for Admins.
    There are some plugins such as Quizzes and Polls that provide shortcode that can be easily added/started into a topic where a widget won’t work or is called for.
    I understand that it can be a security concern for just any user to have the ability, but if it was limited to Mods, Admins and Content Providers it would great.

    I did find that GD bbPress tools DOES work (lets you have the function to use any shortcode in topics ) if you initially have it installed prior to installing BuddyPress Platform BUT if you have any other customization or toggles you had enabled on GS bbPress prior to the the BuddyPress install, you are STUCK to what it was set on because I found that BiddyPress Platform locks you out of the config for GD bbpress leaving you to keep as is or removing GD bbpress tools all together. Unfortunately I had to remove it because I did not want one of the settings I previously added. Don’t bother trying to re-install it. It won’t work.
    I found another plugin, bbPress – Do Short Codes – it is abandoned and hasn’t been updated in years but it worked. The problem here was, there was some code in that for some reason clashed with the Buddypress mailbox.

    So in all, I know it can be done and it can work but I am hoping I can find one that works with Buddypress Platform or at least without issue.
    I did reach out to Buddypress Platform tech support and the person who was helping basically closed the ticket regarding the inbox not working as soon as I figured out it was the plugin.
    When asked about shortcodes in topics I was told it was not a feature. O-K.

    Thank you in advance for any help.

    Regards

    Wprdpress 5.7.2
    BuddyBoss Theme and BuddyBoss Platform Pro

    #318640

    In reply to: Open links in new tab

    wbcomdesigns
    Participant
    #318623
    lilipilon95
    Participant

    Hello,

    Since the last update of buddypress, instead of having the profile picture in the account, i have a blank square with “illustration of profile lili pilon”

    It is for all my members.

    to be sure, I deactivate all extension except buddypress and I delete all custom CSS. After this action, the picture are good on the account but not on my website.

    So, I would like to know if there is a parameter of configuration to make to display the pricture which are on the account like before.

    Thanks a lot for your help.

    #318611
    chenryahts
    Participant

    I’m getting the tag <span class=”atwho-query”> auto-added to the last email address in a BuddyPress message. It didn’t tag anyone as a user, it just added this class automatically to a surrounding span tag.

    Is there anyway to stop this behavior? Or at least recognize that a @username =/= an@email.addy ?

    Thank you for any help in the right direction!

    ps. I also commented on an old thread over here on bbpress and thanks to mod @robin-w for pointing me over here!

    #318609
    wbcomdesigns
    Participant

    @hardel that file is not included properly
    https://plugins.svn.wordpress.org/buddypress/trunk/bp-core/css/ the path which are you including have missing file name, only .min is used

    seccyeth
    Participant

    Hi,

    I’m posting here after submitting a ticket to my theme’s support, who told me to do so even though I feel the issue might be on their side. But here I go, just to make sure !

    I’m using the Masterstudy LMS theme/plugin/pro plugin. I installed Buddypress, and everything works fine, except that the only way to add friends is to go to the /member page. This page is not included in any tab of the profile page, although on Masterstudy’s documentation, they show this page displaying under the “Friends” section. So I’m not sure if this is something that’s supposed to be set by default, in which case I have an issue with my website, or if it is something that I should set up myself.

    For now, under my “Friends” tab, I just have added friends or friends requests displayed. But in the profile page, there is no place where the list of members is being displayed, making it impossible for a user to add a friend without going to /member page.

    Am I doing something wrong ? Is there something I should set up ? Should I go back to my theme support ?

    Thanks in advance

    #318601
    hardel
    Participant

    Self-hosted pages are loading and displaying slowly. This is because the browser won’t display them until all assets are loaded and there is a problem with one stylesheet that is included (from wordpress using theme integration):

    <link rel=’stylesheet’ id=’bp–css’ href=’https://rockclass101.com/wp-content/plugins/buddypress/bp-core/css/.min.css?ver=7.3.0&#8242; type=’text/css’ media=’all’ />

    Please see screenshot:

    null

    Why does the head part for the example above contain broken links?

    If I deactivate the BP plugin, the pages load fast. Any ideas on how to solve this issue?

    pristinekirill
    Participant

    Hello, in Buddypress there is a profile, but no default way to create posts. How can I add feature to create posts from user profile frontend? Is there any free plugins or some code/functions from buddypress core API?

    faniela1
    Participant

    Hello there!! Am working on a project using oceanwptheme and pantheon host( free trial) and just realized that my frontend is not completely responsive, some parts of the page can’t be fully view or access any help any style css that I can add? Please please help🙏 thanks

Viewing 25 results - 2,476 through 2,500 (of 69,061 total)
Skip to toolbar