Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,526 through 2,550 (of 68,967 total)
  • Author
    Search Results
  • #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.

    #318470
    Varun Dubey
    Participant
    #318454
    rando
    Participant

    Hello i have a issue similar to Him but the issue is i can’t install php gd
    becuase im running it on localhost apache server XSAMMP

    In google chrome dev tools it shows this error
    Failed to load resource: the server responded with a status of 500 (Internal Server Error)
    and the /wp-admin/admin-ajax.php
    returning 0

    any idea why it’s happening ?

    Changing browsers – deleting cookies – deleting sections – incognito mode = they all didn’t work

    #318451
    simpsinator
    Participant
    #318446
    vishakhanehe
    Participant

    Hi Team,

    I am using BuddyPress v-7.1.0.

    When I log out then on the activity page, Feed does not load. Even refresh also does not work.
    Platform URL

    Sharing a small screen recording too Screen recording.

    Feed is having issues on normal browsers and on mobile too. Please help urgently. I am stuck.

    #318403

    In reply to: Pages not working

    Varun Dubey
    Participant

    @earthwarrior99 which pages are not working, BuddyPress mapped pages or general WordPress page

    #318401
    Varun Dubey
    Participant
    linguabuddy
    Participant

    @vapvarun thanks, I know that’s an option, but it feels like a workaround, and a step away from the site-wide taxonomies I’ve created.

    I was hoping someone could explain how to use the core taxonomies with BuddyPress groups (or give me a clear explanation why it isn’t possible)?

    #318393
    Varun Dubey
    Participant
    Varun Dubey
    Participant

    @charlotteoswald, seems to work fine at my end tested with chrome browser tried to change avatar using the webcam.
    Try standard debugging apporach https://buddypress.org/support/topic/when-asking-for-support-2/

    #318389
    Varun Dubey
    Participant

    @epgb101 try to use raw code inside code snippet plugin

    // open all buddypress activity links in new tab
    function vap_activity_links_target_blank($link) {
    	$link = str_replace(' rel="nofollow ugc"','target="_blank" rel="nofollow ugc"',$link);
        return $link;
    
    }
    
    add_filter('bp_get_activity_content','vap_activity_links_target_blank',20);
    add_filter('bp_get_activity_content_body','vap_activity_links_target_blank',20);
    add_filter('bp_get_activity_parent_content','vap_activity_links_target_blank',20);
    add_filter('bp_get_activity_latest_update','vap_activity_links_target_blank',20);
    add_filter('bp_get_activity_latest_update_excerpt','vap_activity_links_target_blank',20);
    add_filter('bp_get_activity_feed_item_description','vap_activity_links_target_blank',20);
    add_filter('bp_get_activity_feed_item_description','vap_activity_links_target_blank',20);
    #318386
    epgb101
    Participant

    Hi
    I pasted https://pastebin.com/Z3z7s87j into a code snippet and it does nothing WP 5.7.1 – I set it to Run Snippet Everywhere.

    Not sure why this would not be standard option in Buddypress. In seconds all my users are off and outside my site which they don’t want to be! They want to stay on it – not have to keep finding the URL to my social network.

    Any ideas how to do this in activity stream?

    Thanks.

    epgb101
    Participant

    I pasted this into a code snippet and it does nothing WP 5.7.1 – I set it to Run Snippet Everywhere.

    Not sure why this would not be standard option in Buddypress. In seconds all my users are off and outside my site which they don’t want to be! They want to stay on it – not have to keep finding the URL to my social network.

    Any ideas how to do this in activity stream?

    Thanks.

    #318369
    chanelwp
    Participant

    Cannot create new Group on https://novelnetwork.com
    WordPress version: 5.7.1
    BuddyPress version 7.3.0
    other plugins (all latest versions) on this site include:
    BP Custom
    BP Profile Search
    BP Simple Private
    BP xProfile Location
    BuddyPress Member Types Pro
    BuddyPress Xprofile Custom Field Types
    Paid Memberships Pro
    Paid Memberships Pro – BuddyPress Add On
    WooCommerce Product Vendors

    Issue:
    Been running BuddyPress a few years on this site. Suddenly an issue when trying to create a new BP group – it just goes to the first screen (Details), I enter Group name and description, and when I click “Create group and continue” it just clears the form. This is a membership site, so you would need to be logged in to see the Groups page.

    Error log shows these errors:
    #3 /home/novelnetwork/public_html/wp-content/plugins/buddypress/class-buddypress.php(522): require(‘/home/novelnetw…’)
    #4 /home/novelnetwork/public_html/wp-content/plugins/buddypress/class-buddypress.php(125): BuddyPress->includes()
    #5 /home/novelnetwork/public_html/wp-content/plugins/buddypress/bp-loader.php(46): BuddyPress::instance()
    #6 /home/novelnetwork/public_html/wp-content/plugins/buddypress/bp-loader.php(90): buddypress()
    #7 /home/novelnetwork/public_html/wp-settings. in /home/novelnetwork/public_html/wp-content/plugins/buddypress/cli/src/scaffold.php on line 19

    Any help would be appreciated!

    foilerone
    Participant

    I installed buddy press, followed the manuals and linked the registration and activation pages. When calling the link to the registration page, the page is properly displayed. After filling in the information and clicking on “Complete Sign Up”, the user just gets redirected to the landing page.

    There is no new user created in the user in wordpress and also no confirmation email is sent. However, when creating a user in the administration console within wordpress, users can be created and also registration emails are sent to the user.

    Any idea how to investigate this problem? All the tricks from other forum entries I have already tried (different themes, activate allow anyone to register etc).

    Installation:
    Wordpress 5.7.1
    Theme: Twenty Seventeen Child Theme, but also ExS
    BuddyPress: Version 7.3.0

    THANK YOU FOR YOUR HELP

    linguabuddy
    Participant

    Hi,

    Is there any up-to-date method to attach a category or tag to group? (Admin or user-created?)

    I’m just unpacking BuddyPress on my staging site, and I’m confused by the absence of this feature.

    I’ve spent 6 months building a site with 000s of posts of carefully categorised content, and it seems I’m going to have to force users to search through multiple groups to find something relevant to them?

    Any suggestions for (maintained) plugins I can try?

    lordka
    Participant

    Hello, I use BuddyPress on my website, if the content protection (right click forbidden) is activated on my website, I have the problem that the send messages field is not selectable and you cannot write! Only when I briefly switch to another browser tab and then switch back to the messages tab is the cursor active in the write field and I can write messages until I call up this page the next time or reload the page, then it works again Not! It would be nice if you could help me!

    leokleine
    Participant

    Hi everyone!

    I am totally new to buddy press and this board.

    So far I am getting along great and set up my network already and am super happy with all the support here. But sometimes it is hard to find the right information in this sea of knowledge.

    So far I liked the twetytwentyone theme all right and made a simple copy of it on my server so I don’t have to file with child-theme-issues. I got through to find the functions.php and started trying to add some code at the bottom of this document wich shoed some effects already.

    So I would be delighted if someone could direct me to the right information for a few points:

    – I want to get rid of the different tabs / the menu in the profiles but instead show just Picture and Name (as normal) and than a text (created a profile-tab for this already) and the list of friends below the text.

    – I would love to assign user-profiles different categories so I could e.g. select “farmers” from the top menu and sho a list of all “farmers” (actually it would be nice to see the categories that apply in a profile, too. These categories would be predefined (unlike lets say an Instagram hashtag that I could create on my own). Could someone point me in a direction how to make this happen? This could also be something like a sing up question where one could check the boxes that apply…

    Some informations on the why: I trie to help friends from an NGO here in Switzerland with an makeshift network to bridge some time until they can raise money for a developer who will take over (so pardon me as I have very limited knowledge). The network will showcase you as a person or organization (basically the same in terms of the website) and show links to other persons or organizations. It is not intended that people create posts and content beyond their initial profile wich should make it easier to start but sometime contradicts a bit the default of BuddyPress i think.

    Thank you all very much for reading and helping and also letting me know if I move my question to a different part of this board.

    /Leo

    #318337
    glossyfox
    Participant

    Does anyone know how to modify the API responses so that the Member List only displays a specific list of users?

    For example, if I were wanting the member list to only include users with the user role “Subscriber,” how would I do that?

    I know how to get this to work outside of the API-based system, but I’m using AppPresser which relies on BuddyPress API, and I’m wanting to stick with this.

    #318331
    iamthewebb
    Participant

    Hi Youzify (previously Youzer) completely modifies BuddyPress and comes with its own support, you will need to ask on their support channels for support. Good luck

    #318330
    iamthewebb
    Participant
Viewing 25 results - 2,526 through 2,550 (of 68,967 total)
Skip to toolbar