Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 12,901 through 12,925 (of 73,986 total)
  • Author
    Search Results
  • #259825
    bcanr2d2
    Participant

    Update – issue is with Bluehost, I am using Postman SMTP, and changed to the Google GMail API and all is well with BuddyPress emails again.

    #259824
    bcanr2d2
    Participant

    My install has stopped sending any emails out for new user activation.
    I can receive emails sent by WordPress after a user is manually activated, and can receive any email from Postman SMTP, as these test emails work.

    I don’t use any other activity markers, but emails were not received when messages were sent either.

    I have tried all of the listed troubleshooting steps that others have gone through before.

    I have a custom function that creates a post for the user during the registration process. I have removed all custom functions and tried registering a user, and it still will not send any emails.

    As BuddyPress uses it’s own PHP Mailer, I am not able to log them via any WP Mail logging tools, and want to see what might be going on here.
    The problem reared its head around the time I upgraded to 2.6 (although the custom function during registration was also added at this time) as well

    I have reset the emails multiple times, and I have not made any changes to them.

    Could someone please provide assistance, or given me a suggestion on how to run the BP Email Debug code to get an email of any issues

    Host is Bluehost

    Here is my install, and plugin list

    WordPress 4.5.4
    BuddyPress 2.6.2
    Advanced Custom Fields 4.4.10
    Akismet 3.1.11 (inactive)
    BackWPuP 3.3.4
    BP Force Profile Photo 1.0.5
    BP Member Type Manager 1.0.1 (inactive)
    BP xProfile Location 1.2
    BP XProfile WordPress User Sync 0.6.4
    Broken Link Checker 1.11.2
    Buddy Progress Bar 1.0.2
    BuddyPress Conditional Field Groups 0.1.0
    Buddypress Conditional Profile Field 2.0
    Buddypress Geodirectory Integration 1.0.0 (inactive)
    BuddyPress Member Type Generator 1.0.2
    BuddyPress Profile Tabs 1.6.1
    BuddyPress Security Check 2.1.2
    BuddyPress Simple Terms And Conditions 1.3
    BuddyPress Xprofile Custom Fields Type 2.5
    BuddyPress Xprofile Member Type Field 1.0.4
    Cherry Parallax Plugin 1.0.0 (for my theme)
    Cherry Plugin 1.2.8.1 (for my theme)
    Conditional Profile Fields for BuddyPress 1.1.9
    Contact Form 7 4.5
    Contact Form 7 – Dynamic Text Extension 2.0.1
    Custom Hooks 1.0 (All my custom functions are in this plugin)
    Custom Login 3.2.5
    Custom Post Template By Templatic 1.0
    Custom Post Type UI 1.4.1
    Disable Comments 1.5.2
    Display Posts Shortcode 2.7.0
    Easy Parallax Slider 2.1.1
    FacetWP 2.6.4
    GEO my WP 2.6.6.1
    GeoDirectory 1.6.5 (inactive)
    Hello Dolly .1.6 (inactive)
    MOJO Marketplace 1.0.1 (inactive)
    MotoPress Content Editor Lite 1.6.5 (inactive)
    Quick and Easy FAQs 1.0.3
    SuitePlugins – Advanced XProfile Fields for BuddyPress 1.0.3
    Super Socializer 7.8.1
    WP Private Content Plus 1.11
    WPFront User Role Editor 2.12.4
    Yoast SEO 3.5

    #259820
    Earl_D
    Participant

    If you go to appearance > menu and click screen options in the upper right corner then check the buddypress option from the list of checkboxes it will add buddypress specific menu for profile, login, logout and others.

    #259819
    banglablog
    Participant

    Hi, i want to show specific widget into buddypress profile page.

    For example, i want to show user bio into widget only in single profile page.

    Please help me its really urgent for me….

    #259817
    Toni
    Participant

    WordPress v4.6.1
    BuddyPress v2.6.2
    Theme Sydney

    This is a disaster! No one can find the menu for Users with Profile, Settings, Edit, etc. I couldn’t find it for weeks.

    I need to create a link to include in the main menu for Users to get to their page. Side bar Profile link too.

    #259813
    antoinegdln4
    Participant

    Hi Everyone !
    One year ago, i try to put the notifications of the Buddypress bar into my header.
    And, thanks to the members of this forum, it works succesfully.
    I have now a new item on my menu, and it’s a count of the notifications.

    But i want to see immediatly when there is a new notification !
    I would like to change the color of the notification bubble only when there is a new (ou more) notification !
    Can you help me ? :/

    There is my actual php code, on the bp-custom.php

    function my_nav_menu_notif_counter($menu) {      
            if (!is_user_logged_in())
                    return $menu;
            else
                    $notif = '<li ><a class="ab-item" href="' . bp_core_get_user_domain(bp_loggedin_user_id() ) . 'notifications/">'. __('').'<span id="ab-pending-notifications" class="pending-count alert">'. __(''). bp_notifications_get_unread_notification_count( bp_loggedin_user_id() ) .'</span> </a></li>';
                    $menu = $menu . $notif;
                    return $menu;
    }
    add_filter( 'wp_nav_menu_items', 'my_nav_menu_notif_counter' );
    add_filter( 'show_admin_bar', '__return_false' );

    Sorry if my english is bad, i’m french
    I have bad knowledges in Php, but i can try to understand the code

    WP 4.4.5
    BP 2.6.2

    r-a-y
    Keymaster

    This is a bug with bbPress, not BuddyPress.

    See the following ticket with a fix attached to it:
    https://bbpress.trac.wordpress.org/ticket/2974

    Jon Fergus
    Participant

    Note: On my staging site I have two topics: one within a buddypress group forum and one in a regular bbpress forum. The reply.js functionality works in the topic within the regular forum, but does not work in the topic that’s in the Buddypress group forum. To see the functionality, here are the two topics:

    test-topic

    http://staging-nexus.universaltheosophy.com/groups/test-group/forum/topic/test-group-topic/

    Jon Fergus
    Participant

    Ok, so bbpress has the ability to use javascripts in a child theme to add certain functions. One of these is using a customized reply.js file to allow for a dynamic reply form that pops up right beneath the reply being replied to. This works wonderfully in bbpress forums, BUT…. it fails to work within any topic created in a Buddypress group forum.

    I’m not sure why this is, but am looking for a fix.

    Here is my ongoing support thread on the bbpress forum: https://bbpress.org/forums/topic/how-to-create-dynamic-reply-box/

    Two mods there have been working through the issue with me. You’ll see one of them linked to the customized reply.js file. I went through several long days of testing beginning with a bare staging site before finally identifying Buddypress as the culprit.

    Any help with this issue would be much appreciated.

    #259800

    In reply to: Admin approval

    Venutius
    Moderator

    I’m not sure there is a plugin that covers both the WordPress and BuddyPress new member moderation. I remember I asked the BP Registrations Options developer for it to include moderation of the WordPress Access but he said it was outside of the remit of the plugin.

    deshmukh
    Participant

    Running Buddypress 2.6.2 on WordPress 4.6.1.

    So, in example.com/groups/group1, there are posts by several group members.

    I want to highlight posts by specific user(s). This can be using a different background, larger font, different colored text, etc.

    How do I achieve this?

    #259793
    mimbelli
    Participant

    Hi all,

    Site with latest BP and WP. I have BBPress plugin installed with only sitewide forums and I need admin approval for new users. I saw there are several plugins but it seems that each of them manage just WP or BP.

    How I can prevent a user interacting with the whole site until he is approved by an admin?

    I saw the BuddyPress Registration Options plugin block the user until approval only for the BP area of the site.

    Thank you in advance

    #259782
    djdog123
    Participant

    Hello,

    I am working on a BuddyPress website at the moment and I am starting to fill out the accounts for the users that will join in the near future. I want to be able to create multiple accounts that will be given over to users once my website is near completion. Therefore, when registering these accounts, the email field and email confirmation should not be required. However, the email field should still be something that can be entered in once registration is complete.

    Is this possible? If so, please let me know how. Thank you.

    #259781
    nickfern
    Participant

    Hello, I’m a web developer trying to create a member’s directory for a website via Buddypress, I am trying to use the cope from members-loop.php to display the cover image that shows up on individual profile pages but I can’t find a way to pull the url for each member.

    Is there a simple or at least straightforward way to do this? Or alternatively, is there an alternative to the default avatars so I can use different dimensions for them?

    For reference I am using Buddypress v. 2.6.2 and the exact section of code I’m looking at is this.

    <?php while ( bp_members() ) : bp_the_member(); ?>

    <tr>
    <td>“><?php bp_member_name(); ?></td>
    <td><?php echo bp_member_profile_data(‘field=Businesstype’); ?></td>
    <td><?php echo bp_member_profile_data(‘field=Phonenumber’); ?></td>
    <td><?php echo bp_member_profile_data(‘field=Address’); ?></td>
    <td><?php echo bp_member_profile_data(‘field=Website’); ?> </td>
    <td>“>Full Profile</td>
    </tr>

    #259761

    In reply to: Online Status

    Julian
    Participant

    @danbp I use the widgets “BuddyPress Friends” and “BuddyPress Members”. I use 1 sidebar. The theme supports 2. I have no specific sidebar. Have I answered all the questions?

    #259758
    danbp
    Participant

    This bug still exist actually, despite tickets #5354 (3 years old) #5808(2 years) #6854 (9 mounth).

    Milestone changed from Awaiting Review to BuddyPress.org

    Sounds like milestone BuddyPress.org is stone (hey Miles), devastated, completely in the wind, out of interest… Sucks.

    danbp
    Participant

    I hope so ! FYI, we all here learned by making mistakes, errors and asking around 🙂 :
    Check the history !
    JJJ, Boone & Ray, djpaul, mercime, hnla, shanebp, henrywright, me

    #259748
    brumest
    Participant

    Hi,

    I am using WordPress 4.6.1 and Buddypress 2.6.2 on my young site:
    http://www.artisticfreedomcrew.com
    While I was testing the site offline the like button was working normally, but as soon as I got the site online, and invited only a handful of friends to test it, it stopped working.
    Now it keeps loading and it never shows up, so it’s unusable.
    What might be causing this issue?

    Regards,
    Bruno Mestre

    danbp
    Participant

    @kgrondell,

    … and finally, the right way to achieve this is explained here:

    Navigation API

    #259743
    danbp
    Participant

    Hi,
    you do it wrong and it is much more simple to make customization by reading the codex.

    The only thing you have to do on the custom template ( i assume you already have the template) is to create a custom member loop. To fecth the correct data to show and how to do that is explained in details here (see Code Examples):

    Members Loop

    #259734
    danbp
    Participant

    You posted another question on Buddypress Profile Search support, where it appears that you try to remove the member search form.

    In regard of the BuddyPress support forum, you use at least two third party plugins aside BP and perhaps proceeded to template customization !

    You have to isolate the culprit: one of your plugins or your theme customization. BuddyPress is not concerned. Sorry.

    #259727
    metalhead
    Participant

    I’m using a plugin called Buddypress Xprofile Custom Fields Type.

    If I edit a profile field, Buddypress begins to malfunction by not letting a new user save his info entered into the register.php form.

    So if I delete all my profile fields, and then re-create them, Buddypress will begin to function properly again, but, then I create custom profile search widgets with a plugin called “Buddypress Profile Search,” and then the problem starts again. (User can’t save the data he entered. Registration page just refreshes.)

    #259717
    danbp
    Participant

    Hi,

    try this (add to bp-custom.php):

    function add_profiles_link_to_page(){
    
    	if ( bp_is_profile_component() || bp_is_user() ) {
    
    	// allow link to appear only to loggedin user
    	/*if ( !is_user_logged_in() )
    		return false; */
    
    	// tabed internal link : /internal link/page name/
    	//$link =  bp_get_root_domain() . '/book/';
    
    	// tabed external link
    	$link =  "https://www.amazon.com/";
    	
    	?>
    		<li><a href="<?php echo $link; ?>"><?php printf( 'My Books' ); ?></a></li>
    	<?php  
    	}
    }
    add_action( 'bp_member_options_nav', 'add_profiles_link_to_page' );
    Raphael.v
    Participant

    I forgot to give some informations about my website :
    Buddypress : 2.6.2
    WP : 4.6.1
    Thème : Kleo

    #259711
    danbp
    Participant

    @djpaul ‘s advice is wise !
    But you could try following which doesn’t compromise your security and will avoid the sky falling on your head !

    First remove the filter hack, we don’t need it.

    Then built your drop-down list and add only the site name instead the whole URL.

    For example,
    – create a new field
    – call it Test drop down
    – enforce visibility
    – disallow clickable
    – add some options: buddypress.org, wordpress.org
    – save
    Go to your profile > edit and choose buddypress.org. Save.
    You see now buddypress.org on your profile

    Now we have to make this text clickable and linked to bp.org

    For this, you can use this snippet, placed in bp-custom.php

    
    function bpfr_set_checkbox_output( $field_value ) {
    
    // ensure xprofile is activated
    if ( bp_is_active( 'xprofile' ) )
    
    // call the field
    $bp_this_field_name = bp_get_the_profile_field_name();
    
    	// field name (case sensitive)
    	if( $bp_this_field_name == 'Test drop down' ) {	
    	// here we change site name to url
    		$field_value = str_replace('buddypress.org' ,'http://buddypress.org', $field_value);	
                    $field_value = str_replace('wordpress.org' ,'http://wordpress.org', $field_value);			
    	}
    
    	// fire the result!
    	return $field_value;
    }
    add_filter( 'bp_get_the_profile_field_value', 'bpfr_set_checkbox_output' );
Viewing 25 results - 12,901 through 12,925 (of 73,986 total)
Skip to toolbar