Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,451 through 2,475 (of 69,129 total)
  • Author
    Search Results
  • #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

    #318587
    chocolateteapot
    Participant

    WordPress Version 5.7.2
    BuddyPress Version 7.3.0

    I need to open links in BuddyPress posts and comments in a new tab.

    I’ve installed Code Snippet and I’m using this function, but it isn’t working.

    function altlab_special_links_activity( $body ) { 
         $body = str_replace(' rel="nofollow"',' rel="nofollow" target="_blank"',$body);
    
        return $body; 
    
    }
    add_filter( 'bp_get_activity_content_body', 'altlab_special_links_activity', 15, 1 );
    

    Any help would be gratefully received, thanks.

    #318576

    In reply to: Buddypress Plugin

    wbcomdesigns
    Participant

    @alice8288 BuddyPress plugin at your site does not communicate back to bp.org. feel free to build your website skeleton using it 🙂

    myblackf150
    Participant

    Hello. I am using BuddyPress and there is a section where users can post YouTube videos.
    It just doesn’t look the same or appealing without thumbnails displayed by the title.
    Is there any way at all to make this work?
    I am using the BuddyPress Boss Theme and support said the only way I may be able to do this is to perhaps hire one of their developers.
    Geeze, I had paid enough.
    I just had to shell out to customize a registration form because there wasn’t a way provided to even change the background color of the page.

    I’d really appreciate it so much!

    Thank you!

    doctrpnyc
    Participant

    Hello. i am using the below code to display new jobs added to the activity field. i want to display the job post title in the feed but it shows as just job. i am using the following code

    bp_activity_set_post_type_tracking_args( ‘job_listing’, array(
    ‘component_id’ => ‘activity’,
    ‘action_id’ => ‘new_job_listing’,
    ‘bp_activity_admin_filter’ => __( ‘admin Jobs’, ‘custom-domain’ ),
    ‘bp_activity_front_filter’ => __( ‘Jobs’, ‘custom-domain’ ),
    ‘contexts’ => array( ‘activity’, ‘member’ ),
    ‘bp_activity_new_post’ => __( ‘%1$s posted a new work opportunity Job‘, ‘drallys’ ),
    ‘bp_activity_new_post_ms’ => __( ‘%1$s posted a new work opportunity Job, on the site %3$s’, ‘drallys’ ),
    ‘position’ => 100,
    ) );
    }
    add_action( ‘init’, ‘customize_page_tracking_args’, 1000 );

    function monkey1980_include_post_type_title( $action, $activity ) {
    if ( empty( $activity->id ) ) {
    return $action;
    }

    if ( ‘new_job_listing’ != $activity->type ) {
    return $action;
    }

    preg_match_all( ‘/<a.*?>([^>]*)<\/a>/’, $activity->action, $matches );

    if ( empty( $matches[1][1] ) || ‘Job’ != $matches[1][1] ) {
    return $action;
    }

    $post_type_title = bp_activity_get_meta( $activity->id, ‘post_title’ );

    if ( empty( $post_type_title ) ) {
    switch_to_blog( $activity->item_id );

    $post_type_title = get_post_field( ‘post_title’, $activity->secondary_item_id );

    // We have a title save it in activity meta to avoid switching blogs too much
    if ( ! empty( $post_type_title ) ) {
    bp_activity_update_meta( $activity->id, ‘post_title’, $post_type_title );
    }

    restore_current_blog();
    }

    return str_replace( $matches[1][1], esc_html( $post_type_title ), $activity->action );
    }
    add_filter( ‘bp_activity_custom_post_type_post_action’, ‘monkey1980_include_post_type_title’, 10, 2 );

    #318558

    In reply to: Hello there.

    Varun Dubey
    Participant

    Hi @terazibey34 yes, BuddyPress can be used with the existing site and it does not impact your existing data or page, it will create a couple of new page for community section https://codex.buddypress.org/getting-started/configure-components/

    #318557

    In reply to: Profil Page

    Varun Dubey
    Participant
    #318552
    milsou
    Participant

    Hello everyone

    I’m new user of Buddypress … and I don’t understad how to create profil page for users.

    Searching and don’t find a clear answer. Thanks for help

    #318547
    terazibey34
    Participant

    I have a site. https://hassasterazi.com How can I switch to the buddypress system without losing any data from this site?

    #318546
    shanebp
    Moderator

    Create an overload of the members-loop.php template.

    Then change this:
    <?php if ( bp_has_members( bp_ajax_querystring( 'members' ) ) ) : ?>

    To this:
    <?php if ( bp_has_members( bp_ajax_querystring( 'members' ) . '&member_type=tutors' ) ) : ?>

    Coequipier.com
    Participant

    I have a BuddyPress social networks in a multi network WordPress install (WordPress multisite), thanks to LH Buddypress Multi Network plugin.

    Everything is up to date.

    How can I prevent people from accessing to a profile page from another blog?

    For example :
    teacherSite, teacherUser
    studentSite, studentUser

    I have restricted access to site for non-member.
    teacherUser can only connect on teacherSite.
    And he can’t see in the directory other users from others blogs.

    If studentUser knows the teacherUser username or if he finds or tests…

    He can go to studentSite.domain.com/members/teacherUser/, and he can see the profile of teacherUser even though teacherUser is not linked to studentSite.

    Fortunately, there is no information (because everything else is well segregated) except the name and the gravatar.

    But he can still make a connection request or send him a private message!
    teacherUser will not see any notification on teacherSite. But he will potentially receive an email which will redirect him to studentSite without being able to connect to it.

    How to avoid this?

    If you know, you are a master!

    #318536
    Charles
    Participant

    Hi all.

    On the messages page (/members/runningversity/messages/), there is a twisty next to the search box. See pic: https://photos.app.goo.gl/Dy75x2agYWFoqKXp6 (opens in new tab)
    It reorders the messages in some way. Class is “last filter”.
    Should it look like this or not? Or should it have some text in it to explain what it does?
    Any advice much appreciated, plus would love to see what it should look like if anyone has a moment to share a shot of theirs.

    Buddypress 7.3.0 (same issue on 7.1.0)
    WP: 5.6.2 (would rather not update this quite yet even in my staging copy – in the midst of testing a lot of plugin updates)
    All other plugins (apart from security) disabled.
    Astra theme (but same happens in 2020 theme)
    No errors in the inspect console

    #318531
    stevebab
    Participant

    Hello BuddyPress community. I have been trying to find a way to incorporate the Filterable BuddyPress Members List on a page. I have found a shortcode plugin that will embed the list, but it is not filterable.

    Here’s the reason, I am creating a staff portal dashboard where employees can access announcements, download links, and search the directory from one page. I am using Gutenberg to build the page using tabs. I want the directory inside one tab.

    Is there any plan to make the “Directory” and “Activity Stream” a Gutenberg block?

    More than that, does anyone know of a simple way to include the full function of the Members list as one element on a complex page?

    #318518
    kamelblua
    Participant

    Hello guys,
    I was working with your plugin and and an issue with the function bp_register_member_type and bp_register_member_types, it seems like nothing happen even if i call it right. Can you check on your side if the function is working all right please ?

    Source : https://codex.buddypress.org/developer/member-types/

    Cordialy.

    dvalken
    Participant

    Hello all, im using the “Gaming Mag” theme its an child of the “News Vibrant” theme.

    Right now when i open a blog you see the author name, when you click it it will display all the posts the author created.

    I wish to change that, i would like when you click the author name it brings you to the author’s buddypress profile. Can anyone explain me how to do that?

    #318492

    In reply to: BuddyPress 8.0.0-beta1

    deborah86
    Participant

    I posted my initial response about this on the blog page. I want to add additional ideas and context here. The changes to the plugin sound great and are needed but they just don’t go far enough. The update is not that exciting.

    There doesn’t look like there is going to be support for block-based themes, full-site editing, or Gutenberg. There is no mention of new Gutenberg blocks.

    It looks like the next release will still rely on a limited amount of widgets. The widgets can’t be added to pages to create unique looks unless the user downloads a plugin.

    Widgets are going away and will be replaced with blocks soon. WordPress users will have to disable newer features in order to use the older BuddyPress features. How is this fair?

    BuddyPress should incorporate the newer WordPress features and add backwards compatibility for those unable to upgrade right away.

    Also, your website doesn’t contain any documentation on creating blocks for Gutenberg or block-based themes that work with the plugin. There is no exciting news about documentation updates.

    The release notes say there are updates to the BP Nouveau template pack. I am wondering what these updates are. Will this include updates to the Companion Stylesheets?

    Honestly, with full-site editing and block-based themes coming, these updates are a little too late.

    I am hoping the BP Nouveau template pack at least removes some of the BuddyPress CSS elements and gives more control back to the theme authors.

    Why is the plugin overriding the theme’s original styles for page titles, fonts, color schemes, etc?

    This creates extra work for someone modifying a theme or creating a theme. The plugin works against the original theme and not with it. The plugin should focus on modifying the elements that are not taken care of by the theme.

    The alerts look like you just copied what the alerts looked like in a previous version of Bootstrap. They have to be redesigned.

    The plugin is not mobile-friendly. The plugin overrides the mobile-friendly designs put in place by the theme designer to make the experience as terrible as possible on a mobile device.

    – Small fonts in places
    – Fonts too large in others
    – Selection areas too small to touch
    – Buttons too small

    I understand not all themes are done well, but the majority using the new features available in WordPress already does a better job with design than the BP Nouveau styles.

    Overall, this new update isn’t going to be ready for WordPress 5.8. It seems as though the developers o BuddyPress don’t care about what the WordPress Core community is accomplishing and the progress they are making.

    In 2017/2018 this would be an awesome update. It’s 2021 and the update is meh.

Viewing 25 results - 2,451 through 2,475 (of 69,129 total)
Skip to toolbar