Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 2,526 through 2,550 (of 69,016 total)
  • Author
    Search Results
  • #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
    #318297
    rapidasia
    Participant

    Hi –

    I never noticed this before until now – but wp multisite, the subsites are using default Buddypress settings and not settings mirrored from mainsite. However I need to disable certain options.

    Is there a way to set buddypress global settings from the primary site without having to go to each subsite?

    ie I don’t want notifications enabled

    thanks

    #318265
    Robert D Payne
    Participant

    Hello,

    On my posts with comments, I noticed that the link for each commenter goes to the Buddypress member profile page. That’s not what I want. Instead, I want the commenter link to go to the WordPress author page. How do I do that?

    Thanks,
    Robert

    Varun Dubey
    Participant

    @kevinbrands I think it’s not related to BP at this point as BuddyPress does not media component yet, there are a couple of plugin for media folders like https://wordpress.org/plugins/media-library-plus/

    #318255
    Varun Dubey
    Participant
Viewing 25 results - 2,526 through 2,550 (of 69,016 total)
Skip to toolbar