Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,076 through 1,100 (of 7,561 total)
  • Author
    Search Results
  • #260653
    Venutius
    Moderator

    This sounds like you need to raise it on the bbPress support forum

    #260651
    danbp
    Participant

    The single topic view template (loop-single-reply.php) has 2 actions hooks you can use:

    do_action( 'bbp_theme_before_reply_author_details' );
    do_action( 'bbp_theme_after_reply_author_details' );

    In so far, the above function should work.

    Try this one. Add it into your theme function to test. And if it works from there, remove it and add it to your child-theme functions.php file.

    function country_flag() {
    if( class_exists( 'bbPress' ) ) :
    $user_id = bbp_get_reply_author_id();
    $country = xprofile_get_field_data( 'country', $user_id );
    
    	echo '<div class="country">'. $country .'</div>';
    endif;
    }
    add_filter( 'bbp_theme_after_reply_author_details', 'country_flag' );

    Activate also wp_debug in wp-config.php while testing. It could be possible you have an error somewhere who avoid the function to work properly…

    If it still doesn’t work, ask for help on the bbpress support.

    #260635

    In reply to: Actions not taken

    Mark elayan
    Participant

    @slaffik i already disabled every plugin but bbpress and buddypress, but still same, .htaccess nothing modified but the expires and also tried without’em.

    changed to many themes, but also still the same.

    Maybe its something in the DB?
    how can i clear all BB and BP from the DB?

    #260602

    In reply to: Actions not taken

    Mark elayan
    Participant

    @danbp nop, I don’t use any caching plugin, neither cdn caching, also as I already mentioned I did disable all plugins, change to twelvesixteen theme wth nothing but bbpress and buddypress active, also took all extra CSS and Js and ang files out of the loop, but still same thing.

    The jq is working like when deleting and activity (am talking all frontend) the activity disappears until refreshed it comes again, same with the accept /reject friend request.

    And there is no errors in the terminal side nor in wp debug logs.

    #260599
    Mark elayan
    Participant

    Dear all,
    I have BuddyPress installed 2.7.0 and bbPress 2.5.10, on WordPress 4.6.1.
    I have a problem when a user delete an activity from their wall, it won’t be deleted, also when accepting a friendship nothing happens and the request still there not accepted and not rejected.
    I reinstalled BB and BP but nothing new and same problems.

    Already tried to disable all plugins and changed to twentysixteen and the same problems happen in there.
    I do not know if there are other problems or not as I just installed today and still trying to test as much as I can.
    Thank you

    #260598
    davehakkens
    Participant

    What do you mean with standalone version @danbp? I use a bbpress and buddypress plugin. I figured this is more for Buddypress since it has to do with buddpress profile fields.

    Anyway thanks for the code, looks good! But it doesn’t seem to work after adding it into the functions.php. I haven’t got experience using filters so can’t seem to find the problem..

    #260585
    danbp
    Participant

    hi @davehakkens,

    You use a standalone bbPress. Normally you have to ask on bbPress forum for such questions.

    Add this to bp-custom.php or child theme functions.php and give a try.

    i tested it with group forums only, so i couldn’t test all the filters.
    You might to find/experiment others.

    It’s a working example who fires the country value. But you’ll certainly have to complete it to get the flag image.

    function country_flag() {
    $user_id = bbp_get_reply_author_id();
    $country = xprofile_get_field_data( 'country', $user_id );
    
    	echo '<div class="country">'. $country .'</div>';
    	
    }
    add_filter( 'bbp_theme_after_reply_author_details', 'country_flag' );
    //add_filter( 'bbp_theme_before_topic_author', 'country_flag' );
    #260579
    Paul Wong-Gibbs
    Keymaster

    Hi @davehakkens

    bp_member_profile_data() defaults to the current user in the members loop… It is probably coincidence this is the thread starter user, but I can’t remember how bbPress interacts with it.

    What I think you want to do is

    bp_get_member_profile_data(array('field'=>'country', 'user_id' => bbp_get_reply_author_id()))

    That way you’re passing the bbPress reply author ID to the BP function, to fetch the data for that user. Hope that helps.

    #260516
    danbp
    Participant

    The complete activity list including bbpress

        $retval['action'] = array(        
            'activity_comment',
    	'activity_update',
    	'created_group',
    	'friendship_created',
    	'joined_group',
    	'last_activity',
    	'new_avatar',
    	'new_blog_comment',
            'new_blog_post',
    	'new_member',
    	'updated_profile',   
    	'bbp_topic_create',
    	'bbp_reply_create'
        );
    jenfilgate
    Participant

    1. Which version of WordPress are you running? 4.6.1

    2. Did you install WordPress as a directory or subdomain install? directory

    3. If a directory install, is it in root or in a subdirectory? root

    4. Did you upgrade from a previous version of WordPress? If so, from which version? yes 4.6.0

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. yes

    6. Which version of BP are you running? 2.7.0

    7. Did you upgraded from a previous version of BP? If so, from which version? 2.6.2

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    – AsynCRONous bbPress Subscriptions
    – BackWPup
    – BAW Login/Logout menu
    – bbP private groups
    – bbPress
    – bbPress auto subscribe for new topics and replies
    – BP Direct Menus
    – BuddyPress
    – BuddyPress for LearnDash
    – BuddyPress NoCaptcha Register Box
    – Cloudflare
    – CodeStyling Localization
    – Contact Form 7
    – Content Aware Sidebars
    – Custom Post Type Page Template
    – Draw Attention
    – Gallery Carousel Without JetPack
    – Google XML Sitemaps
    – LearnDash & BBPress Integration
    – LearnDash – Gradebook
    – LearnDash Content Cloner
    – LearnDash LMS
    – LearnDash Pro Panel
    – LearnDash WooCommerce Integration
    – Livemesh SiteOrigin Widgets
    – MailChimp for WordPress
    – Members page only for logged in users
    – Page Builder by SiteOrigin
    – Post Types Order
    – Postman SMTP
    – Prevent Content Theft Lite
    – Revolution Slider
    – Simple User Profile
    – SiteOrigin Widgets Bundle
    – Slideshow
    – Slim Stat Analytics
    – The Events Calendar
    – Theme My Login
    – Ultimate Posts Widget
    – User Login Log
    – W3 Total Cache
    – Widget Importer & Exporter
    – WooCommerce
    – WooCommerce MailChimp
    – WordPress Importer
    – WP Better Emails
    – WP Smush

    9. Are you using the standard WordPress theme or customized theme? customized

    10. Which theme do you use ? Invent

    11. Have you modified the core files in any way? no

    12. Do you have any custom functions in bp-custom.php? no

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? 2.5.10

    14. Please provide a list of any errors in your server’s log files. none

    15. Which company provides your hosting? InMotion Hosting

    16. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache

    I did the tests you recommended and it was my W3 Total Cache plugin that was causing the issue. I will have to look into that to figure out what setting was messing it up. @Scaffies doesn’t have that plugin, so guess our issues were caused by different things.

    #260417
    coffeywebdev
    Participant

    Buddypress does not support this functionality out of the box, but with a little PHP knowledge one could make these adjustments to your buddypress site.

    Be sure when making customizations that you don’t overwrite the plug-in! You can include BuddyPress/bbPress template files in your theme and modify them to do whatever you want. The possibilities are endless!

    Check out the BuddyPress documentation for more info on extending BuddyPress for custom features.

    BuddyPress Codex

    Jason
    Participant

    One major flaw I saw recently is, the lack of ability to view Members Directory for ALL members regardless of who has logged in or not. Default only shows ACTIVE members (who have already signed in). Ideally, Admins would be able to change this setting.

    Our scenario. Home Owners Association (HOA). Every one of our 140+ members in our condo complex are required, not voluntary. Everyone pays a fee every month. Some of our information is, understandably, kept private; however, we ALL need to know who our neighbors and HOA members are. County tax rolls show public data about who the owner is. Likewise, our HOA wants neighbors to know who all residents are on our private website. We have a database showing that. Buddypress will allow me to import CSV database of all users. Check. Bbpress Forums will allow users to participate in discussions with each other. Check. Members canNOT view entire resident directory because Buddypress does not allow it. We want this private information available to ALL of our imported members, but it is not. I have tried some hacks, but they do not suit my needs. For instance, I can show all members alphabetically by default, but the Search function does NOT work for non-active members. And, the member count (at the top) still shows a number for Active members only. Not at all intuitive.

    Is there another plugin that would serve our needs better if we wanted to:
    1) show all members by default
    2) allow searching all members by default
    3) show total number of all members by default (not just those who logged in)

    Thanks for your response!

    #260313
    realmai
    Participant

    Can anyone help me?
    Many Thanks

    1. Which version of WordPress are you running?
    ANS : WordPress : 4.6.1

    2. Did you install WordPress as a directory or subdomain install?
    ANS: as a directory

    3. If a directory install, is it in root or in a subdirectory?
    ANS: in root

    6. Which version of BP are you running?
    2.7.0

    12. Do you have any custom functions in bp-custom.php?
    Yes.
    define(‘BP_DEFAULT_COMPONENT’, ‘profile’ );

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    2.5.10

    16. Is your server running Windows, or if Linux; Apache, nginx or something else?

    Linux

    #260312

    In reply to: Activities

    danbp
    Participant

    Hi @mei-ling,

    it’s not an issue but how it works ! 😉

    You can filter the activity stream and remove the activities you don’t want to be showed.

    Add this snippet to bp-custom.php or your child-theme functions.php

    function bpex_bp_activity_types( $retval ) {
       if ( bp_is_active( 'activity' ) ) {
    
    // list of all BP activity types  - remove or comment those you won't show.
    	$retval['action'] = '
    		activity_comment,
    		activity_update,
    		// bbp_topic_create,
    		// bbp_reply_create,
    		friendship_created,
    		created_group,
    		joined_group,
    		last_activity,
    		new_avatar,
    		new_blog_post, 	
    		new_blog_comment,
    		new_member,
    		updated_profile
    	';	
    
    	return $retval;
    	
    	}
    }
    add_filter( 'bp_after_has_activities_parse_args', 'bpex_bp_activity_types' );

    You might also remove bbpress activities from the activity filter. You can use this (goes to same file as previous)

    function bpex_remove_bbp_activities_dropdown_labels() {
       if ( bp_is_active( 'activity' ) ) {
    
             // Remove forum filters in site wide activity streams
            remove_action( 'bp_activity_filter_options',        array( bbpress()->extend->buddypress->activity , 'activity_filter_options'   ), 10 );
         
             // Remove forum filters in single member activity streams
             remove_action( 'bp_member_activity_filter_options', array( bbpress()->extend->buddypress->activity , 'activity_filter_options'   ), 10 );
     
             // Remove forum filters in single group activity streams
             remove_action( 'bp_group_activity_filter_options',  array( bbpress()->extend->buddypress->activity , 'activity_filter_options'   ), 10 );
       }      
    }
    add_action( 'bp_init', 'bpex_remove_bbp_activities_dropdown_labels', 9 );

    Codex references:

    Using bp_parse_args() to filter BuddyPress template loops

    bp-custom.php

    #260309
    Mei Ling
    Participant

    Hi there,

    We run a site with Buddypress and BBpress. When a press topic or reply is edited, it appears on the activities page. How can we prevent this? Or is this a BBpress issue?

    Thank you for your answer

    regards

    MeiLing

    Julia_B
    Participant

    At the moment when someone posts in my bbpress forums the update on activity stream appears as follows:

    [Name of member] replied to the topic [Topic title] in the forum [Forum tile]
    x minutes/hours ago

    The feedback I get from members is that they find it confusing that none of the links on the update lead directly to the post in question. So if it’s a long forum thread they have to go through several pages and then scroll down to see the post on the forum.

    I know they can click the time stamp to get directly to the post but my members don’t find this intuitive and most are unaware.

    Is there way to get the activity stream updates linking directly to the forum posts?

    Scaffies
    Participant

    Hello all,

    after the update to v2.7.0 (from the latest before) member of the type “Subscriber” / “Participant” can no longer upload new profile pictures, or pictures, video, or audio to their personal galleries. The upload process starts, then ends with “HTTP error.” – no other data.

    It still works fine for administrators – so I assume, maybe some access rights may have changed?

    Thanks for looking into it!
    For the Scaffies admin team,
    Brandon

    Here the technical configuration / versions:
    Dedicated (powerful) managed server on Linux
    WordPress Version 4.6.1
    WordPress DB Version 37965
    Multisite No
    Active Theme DynamiX 5.3

    Active Plugins:
    Akismet 3.2
    Arrowchat WordPress Integration 1.0.2
    bbPress 2.5.10
    bbPress Topic Thumbnails 1.2
    BP Custom Background for User Profile 1.0.5
    BP Profile Message UX Free 1.5
    BP Recent Profile Visitors 1.1.3
    BP Registration Options 4.2.12
    BuddyPress 2.7.0
    BuddyPress Activity Plus 1.6.4
    Buddypress Friend of a Friend (FOAF) 2.6
    BuddyPress Friends On-line (FOL) 0.4.3.1
    BuddyPress Members only 1.3
    Buddypress Messages Spam Blocker 2.5
    BuddyPress MyMood 1.7
    BuddyPress Polling Plugin 1.0
    BuddyPress Registration Groups 1.1.2
    BuddyPress Sitewide Activity Widget 1.3.2
    BuddyPress Social Icons 1.0.2
    CDN Enabler 1.0.3
    CM Answers Pro 2.1.6
    Contact Form by BestWebSoft 4.0.3
    Contact Form Multi by BestWebSoft 1.1.9
    Dev4Press Updater 3.3.2
    Easy Polling Plugin 2.5
    EU Cookie Law 2.9.3
    Events Manager 5.6.6.1
    GD bbPress Toolbox 4.4.2
    Google Analytics Dashboard for WP 4.9.3.2
    Huzzaz Video Gallery 7.3
    Jetpack by WordPress.com 4.3.2
    Login Widget With Shortcode 5.5.3
    MediaPress 1.0.6
    Pixel Jar BuddyPress Honeypot 1.1
    Rating-Widget: Star Review System [Premium] 2.8.0.1
    Simple History 2.12
    Slider Revolution 5.2.5
    Soundcloud is Gold 2.3.2
    UpdraftPlus – Backup/Restore 2.12.23.22
    User Role Editor 4.28
    Wordfence Security 6.2.2
    WP-Ban 1.68
    WP-DBManager 2.78
    WP-Mail-SMTP 0.9.5
    wp-Monalisa 3.7
    WPBakery Visual Composer 4.4.2

    #260133
    Paul Wong-Gibbs
    Keymaster

    dbDelta is a WordPress function, @danbp, it’s not bbPress specific. It’s used to update the schema of a MySQL database. The bigger question is how did something trigger the BuddyPress installation methods yet not make sure the relevant WordPress function was loaded.


    @nhatnnt1
    What version number of WordPress are you using?

    #260075
    erinscot
    Participant

    I am getting a 404 error when attempting to create a new group. I have changed permalinks, tried Twenty Sixteen, to no avail. All other parts of BP seem to work.

    http://www.bluemountainpowersquadron.com
    B.P. 2.7.0

    bbpress 2.5.10
    AWPCP
    Fast Secure
    Jetpack

    #259971
    r-a-y
    Keymaster

    Ran into this issue recently regarding getting TinyMCE to work on BP group forum pages.

    The following code fixes this:

    /**
     * Enable at-mention autocomplete on BuddyPress group forum textareas.
     */
    function my_enable_mentions_in_group_forum_textareas( $retval ) {
    	$bbpress = false;
    
    	// Group forum reply.
    	if ( bp_is_group() && 'topic' === bp_action_variable() && bp_action_variable( 1 ) ) {
    		$bbpress = true;
    	}
    
    	// Group forum topic.
    	if ( bp_is_group() && bp_is_current_action( 'forum' ) ) {
    		$bbpress = true;
    	}
    
    	// Do stuff when on a group forum page.
    	if ( true === $bbpress ) {
    		$retval = true;
    		
    		// Ensure at-mentions autocomplete works with TinyMCE for bbPress.
    		add_filter( 'tiny_mce_before_init', 'cac_enable_mentions_in_group_forum_tinymce', 10, 2 );
    	}
    
    	return $retval;
    }
    add_filter( 'bp_activity_maybe_load_mentions_scripts', 'my_enable_mentions_in_group_forum_textareas' );
    
    /**
     * Ensure at-mentions autocomplete works with TinyMCE for bbPress.
     *
     * @param array  $settings   An array with TinyMCE config.
     * @param string $editor_id Unique editor identifier, e.g. 'content'.
     * @return array  $mceInit   An array with TinyMCE config.
     */
    function my_enable_mentions_in_group_forum_tinymce( $settings, $editor_id ) {
    	// Add bbPress' editor IDs to enable BP mention autocomplete.
    	if ( 'bbp_topic_content' === $editor_id || 'bbp_reply_content' === $editor_id ) {
    		$settings['init_instance_callback'] = 'window.bp.mentions.tinyMCEinit';
    	}
    
    	return $settings;
    }
    #259970
    karennadine
    Participant

    Hello Scott,

    My site is not really focused on images and videos so I did not have to export/import a lot of this, but the media I did import went well.

    Comments on blogs (from Ning) were imported so I guess this could work out well for comments on photos/videos as well. The only thing is whenever you have a lot of media content it will take some time to export.

    You just would give it a try to see how it works out. I took the following steps:
    Installed WP
    Installed Buddypress
    Installed BBPress
    Downloaded the Ning Export tool (http://www.ning.com/help/?p=5219) and started exporting
    Downloaded and installed Import from Ning tool https://wordpress.org/plugins/import-from-ning/

    I used ftp to upload the Ning files, to avoid errors I did this step by step (not all content at once).

    Good luck with it!

    #259961
    aladinDr
    Participant

    Hello ,i like to ask why buddypress and bbpress bothe are not compatible with wordpress 4.6.1 (the latest version ) because with wp 4.6.1 many bugs are fixed , so i look to buddypress plugin require 4.5.4 !

    #259937
    Antipole
    Participant

    On my site I have a members directory tab. Users can enter a search term in the Search Members… field to find those members with the search term.

    However, I am seeing occasional false positives, i.e. a member is being returned who does not have the search term. For example, if you search on south, the last user listed Paul does not have south anywhere in his profile.

    I have tried switching to a standard theme Twenty Sixteen – no different. I have removed all plugins except BuddyPress and still the same. I have combed the errant profile using the backend and cannot find the string anywhere.

    NB1 Some of the extended profile fields on this site are not publicly visible. I know that the search finds profiles regardless of permissions but it then displays the profile without the private information. But, in the instances I am seeing, the found term does not exist at all – at least I cannot find it as admin looking in the user’s profile in the backend.

    Any suggestions, anyone?

    NB2. My test site has several plugins that might cause this issue, but I have demonstrated it to be present with only BuddyPress active.

    WordPress 4.6.1; BuddyPress 2.6.2; bbPress 2.5.10

    #259898
    karennadine
    Participant

    I have moved my site from Ning to Wp/Buddypress with a bbpress integration a few weeks ago. I was able to import a lot of content except the forum topics/responses.

    What I did was this:
    – used the export tool from Ning
    – used the import tool to import ning to Buddypress
    All my members (not that many, around 34 at that time) and their profiles, usernames, etc were transferred. All blogposts from Ning were imported as well.
    It was easy for members to activate their account on my new Wp/Buddypress site.

    The only down thing was that I had to manually copy topics and responses from the forum since I was unable to import this due to an error in the json file. I tried to repair that file but with no succes.

    I hope this helps, should you have any questions please let me know. Like you I browsed many old topics and was unable to find any recent topics, so I just started out with trail and error to do it all myself.

    Karen

Viewing 25 results - 1,076 through 1,100 (of 7,561 total)
Skip to toolbar