Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 12,276 through 12,300 (of 73,985 total)
  • Author
    Search Results
  • #261760
    vm_design
    Participant

    Thanks so much for the fast response! However, I have quite a bit of text and am using the divi builder to display the before content. So it would be a very lengthy echo. Is there any chance you would add shortcodes to buddypress in the future?

    #261758

    In reply to: Forum Issues

    Venutius
    Moderator

    I can’t reply to this one:

    members not showing

    Starting a new topic is problematic too, I managed to raise this one but not able to create a new one now.

    #261756
    danbp
    Participant

    Hi,

    BuddyPress use templates to show his stuff.
    The registration is part of WP and BP’s xprofile component add only some additionnal fields to the original register form.

    If you open a template file you will see a lot of code and many lines starting by do_action( ‘something’ );

    These files are all stored in bp-templates/bp-legacy/buddypress/

    Now you have already the where and the what. here’s the how.

    To show some text on the register page you have two options:
    1) altering the whole template file bp-templates/bp-legacy/buddypress/members/register.php
    2) add what you want by using an action hook

    The second method is the fasted and the easiest. You just need to write a function and you’re done.

    
    function valeriemanne() {
       echo 'Here i am !';
    }
    add_action( 'bp_before_register_page', 'valeriemanne' );

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

    WordPress codex references
    add_action
    Child theme

    danbp
    Participant

    Hi,

    Is there any easier way

    this question may be answered if you provide first the complicated way !

    if you want to use BuddyPress, you need a page for each active component. These page are there essentially for internal purpose and are working as placeholder or if you prefer, as permalink targets. Even if you use custom registration or pwd handling, you need them. What hapen in the template (ie. register.php) is to you, but you need to use a page slug.

    Members is mandatory and is the only page you shouldn’t never delete.

    #261753
    vm_design
    Participant

    Buddypress has a lot of potential, but I am very surprised there aren’t shortcodes for things like the registration page. Can anyone suggest how to get a shortcode for the registration page? I need to hage some text above the registration form.

    I’m not experienced with php, but if anyone has a suggestion – please share!

    #261738

    In reply to: Cannot See Groups

    Venutius
    Moderator
    #261737

    In reply to: Cannot See Groups

    Venutius
    Moderator

    The Member Toolbar is the BuddyPress drop down menu, do you mean the tabs on the profile page? There’s lots of discussions about changing those tabs

    #261730

    In reply to: Cannot See Groups

    Venutius
    Moderator
    #261721

    In reply to: Cannot See Groups

    mrchristophee
    Participant

    when i go to that i can see the full directory but when i click on groups in the buddypress main user menu it only shows user joined groups. This makes it hard fro people to find new groups to join.
    My aim as admin is to create the groups and have them appear in the groups directory under the profile menu for people to join if that makes sense, so for example…

    …/members/test/groups/view-all/
    as opposed to
    mysite.com/groups.

    I have searched for hours and hours with no joy, any help would be greatly appreciated.

    #261715
    BrianLF
    Participant

    Hi
    We recently tried bbPress along with the bbP private groups option, and it worked well; however, it affected our theme and caused some parts of our site to malfunction. As such, we’ve had to disable bbP and this other Plugin. So, we’re going to need another option, and BuddyPress seems to be really good. Can someone confirm whether it will work in allowing us to create private group (to which we would assign users) and then assign specific groups to specific forums?

    Or will we need another plugin? If so, any recommendations?

    Many thanks in advance.

    #261710
    Venutius
    Moderator

    The errors on the homepage indicate that there are issues with the BP Profile View plugin and also BuddyPress Profile Tabs, I think the first thing I would do is remove these two plugins.

    If you do not have access to Dashboard>>Plugins then you would need to FTP to your host and deleted their directories from the wp-content/plugins directory.

    No idea if that would fix your issue with login in though but its the most obvious error.

    #261709
    cwpete
    Participant

    Hi,

    I was on a shared host site and now I have moved my site to a VPS.

    INICIO

    INICIO

    I’m getting errors. I can’t login through wp-admin either.

    I’m sorry, but I’m not a programmer. I can follow instruction well. Any help is appreciated.

    Crawford

    Archie Makuwa
    Participant

    Hi guys,

    Is there any easier way to remove the BuddyPress Components dashboard notifications?
    – The following active BuddyPress Components do not have associated WordPress Pages: Members, User Groups, Activate, Register. Repair

    I simply do not wish to have the custom pages enabled. Registrations are handled manually and the password reset page is all custom. Any pointing in the right direction will be highly appreciated.

    #261706

    In reply to: Read Only Group?

    Venutius
    Moderator

    Think this was the plugin Hugo was thinking of, it’s not been updated in 4 years though.

    https://wordpress.org/plugins/buddypress-announce-group/

    randomblink
    Participant

    Once I complete the install of BuddyPress my ability to ‘Customize’ the site via the following URL is broken: http://www.synintulsa.com/wp-admin/customize.php?return=%2Fwp-admin%2Fthemes.php

    Uninstalling BuddyPress and the URL works… Reinstall.. broken…

    Not sure what to do?1

    #261701
    Venutius
    Moderator

    Try it with only BuddyPress running, deactivate all other plugins. Also, switch to the 2016 theme. BuddyPress should then work.

    #261700
    123zzp
    Participant

    Hello there,

    Couple days ago I installed the plugin BuddyPress Profile. I saw some videos and the oppertunities from Buddypress.

    My problem; The pluggin doesnt work ( i cant’t create a login, profile or any other options). I revive on my main page the links to Login, create profile and search other profiles. I click on it and i will revive an 404 error page.

    Can someone help me please?

    thanks!

    Nederlands is welkom!!!

    #261693
    JeffWillia.ms
    Participant

    Latest versions of WP, BP, plugins, and theme. Theme is Kleo

    Welcome

    Hello,

    When a member receives an email in their inbox (i.e. Gmail) updating them that they received activity in Buddypress, the email contains a link to the activity.

    If the user is logged in, they will be taken directly to the URL destination. If they are not logged in, is there a setting that I define so that they are taken to a specified page (i.e. Login Page)?

    Example of the email:

    5 Firemen sent you a new message: “Re: Hey Jeff”

    “test”

    Go to the discussion to reply or catch up on the conversation: http://5firemen.com/members/jeff/messages/view/3/

    If they click the link above, and are not already logged in, I want the user to be taken to http://5firemen.com/welcome.

    Thanks for the help!

    #261692
    kogostudio
    Participant

    Hi guys,

    I need help with BuddyPress site, need help with my caching plugin called wp rocket. How could i improve my site’s speed with faster load times with high grade in google page speed insights.

    My site is acehsc.net

    #261690
    jmartin515
    Participant

    I have seen an increasing amount of traffic and requests for people looking to migrate their sites from Ning to BP. I was honestly pretty shocked there’s no public solution available.

    I’ve setup an initial framework to help out anyone who wants a pro service to help migrate their site: http://ningtobuddypress.com/

    Since Ning and BP are so different, I’ve realized just a simple plugin probably won’t achieve the end result users are looking for. I’m interested to hear feedback on 1) whether or not people still even need this 2) price point for pro service.

    #261689
    JeffWillia.ms
    Participant

    Latest version of WP, BP, theme, and all plugins. Theme is Kleo

    Welcome

    For some reason when I upload a cover photo, it does not save. See the issue in this video:

    http://somup.com/cDlf1mdYp

    I’ve cleared cache, deactivated all plugins, and duplicated it to a Demo version I use to test things. The Demo version works perfectly, with the same plugins, settings, and theme.

    Any ideas what the issue is?

    Thanks!

    #261686

    In reply to: show random profile

    mrblade
    Participant

    Hi! Thank you for your answer!
    But I need a page showing the profile (and not a list) of a random user.
    I was thinking of using the standard loop with type = random and limit of one. And use the filter fields, as described here
    is this the correct way?

    #261684
    randomblink
    Participant

    This URL stops working once I install BuddyPress.

    #261682
    sweeneytodd94
    Participant

    (Latest version of WP/BP; non-bundled custom theme, using child theme.)

    When adding a custom index & members-loop to /members/ in my child-theme, to make some adjustments to the members directory layout, individual profile pages break completely, I think defaulting to the pages.php but loaded without any content.

    childtheme/members/members-loop.php

    <?php 
    //global $members_template;
    //$reset_members_template = $members_template;
    
    do_action( 'bp_before_members_loop' ); ?>
    
    <?php if ( bp_has_members( bp_ajax_querystring( 'members' ) . '&per_page=21&type=alphabetical' ) ) : ?>
    
    	<div id="pag-top" class="pagination">
    		<div class="pag-count" id="member-dir-count-top"><?php bp_members_pagination_count(); ?></div>
    		<div class="pagination-links" id="member-dir-pag-top"><?php bp_members_pagination_links(); ?></div>
    	</div>
    
    	<?php do_action( 'bp_before_directory_members_list' ); ?>
    
    	<ul id="members-list" class="item-list" role="main">
    
    	<?php while ( bp_members() ) : bp_the_member(); ?>
    
    		<li>
    			<div class="item-avatar">
    				<a href="<?php bp_member_permalink(); ?>"><?php bp_member_avatar('type=full&width=80&height=80'); ?></a>
    			</div>
    			<div class="item">
    				<div class="item-title"><a href="<?php bp_member_permalink(); ?>"><?php bp_member_name(); ?></a></div>
    				<div class="item-meta"><span class="activity"><?php bp_member_last_active(); ?></span></div>
    				<?php do_action( 'bp_directory_members_item' ); ?>
    			</div>
    			<div class="action">
    				<?php do_action( 'bp_directory_members_actions' ); ?>
    			</div>
    			<div class="clear"></div>
    		</li>
    
    	<?php endwhile; ?>
    
    	</ul>
    
    	<?php do_action( 'bp_after_directory_members_list' ); ?>
    
    	<?php bp_member_hidden_fields(); ?>
    
    	<div id="pag-bottom" class="pagination">
    		<div class="pag-count" id="member-dir-count-bottom"><?php bp_members_pagination_count(); ?></div>
    		<div class="pagination-links" id="member-dir-pag-bottom"><?php bp_members_pagination_links(); ?></div>
    	</div>
    
    <?php else: ?>
    	<div id="message" class="info"><p><?php _e( "Sorry, no members were found.", 'buddypress' ); ?></p></div>
    <?php endif; 
    
    //$members_template = $reset_members_template;
    ?>
    
    <?php do_action( 'bp_after_members_loop' ); ?>

    childtheme/members/index.php

    <?php
    
    /**
     * BuddyPress - Members Directory
     *
     * @package BuddyPress
     * @subpackage bp-default - SSSMG
     */
    
    get_header( 'buddypress' ); ?>
    
    	<?php do_action( 'bp_before_directory_members_page' ); ?>
    
    <div class="container">
    <div class="row">
    <div id="primary" class="col-md-10">
    
    	<div id="content" role="main" class="<?php do_action( 'content_class' ); ?>">
    		<div class="padder">
    		<div class="buddypress">
    
    		<?php do_action( 'bp_before_directory_members' ); ?>
    		
    	<form action="" method="post" id="members-directory-form" class="dir-form">
    	
    	<?php do_action( 'bp_before_directory_members_content' ); ?>
    
    	<div id="members-dir-search" class="dir-search" role="search">
    		<?php bp_directory_members_search_form(); ?>
    	</div><!-- #members-dir-search -->
    
    	<?php do_action( 'bp_before_directory_members_tabs' ); ?>
    
    		<div class="item-list-tabs" role="navigation">
    			<ul>
    				<li class="selected" id="members-all"><a href="<?php bp_members_directory_permalink(); ?>"><?php printf( __( 'All Members %s', 'buddypress' ), '<span>' . bp_core_get_total_member_count() . '</span>' ); ?></a></li>
    
    				<?php if ( is_user_logged_in() && bp_is_active( 'friends' ) && bp_get_total_friend_count( bp_loggedin_user_id() ) ) : ?>
    					<li id="members-personal"><a href="<?php echo bp_loggedin_user_domain() . bp_get_friends_slug() . '/my-friends/'; ?>"><?php printf( __( 'My Friends %s', 'buddypress' ), '<span>' . bp_get_total_friend_count( bp_loggedin_user_id() ) . '</span>' ); ?></a></li>
    				<?php endif; ?>
    
    				<?php do_action( 'bp_members_directory_member_types' ); ?>
    
    			</ul>
    		</div><!-- .item-list-tabs -->
    
    		<div id="members-dir-list" class="members dir-list">
    			<?php //bp_get_template_part( 'members/members-loop' );
    				locate_template( array( 'members/members-loop.php' ), true );
    			?>
    		</div><!-- #members-dir-list -->
    
    		<?php do_action( 'bp_directory_members_content' ); ?>
    
    		<?php wp_nonce_field( 'directory_members', '_wpnonce-member-filter' ); ?>
    
    		<?php do_action( 'bp_after_directory_members_content' ); ?>
    
    	</form><!-- #members-directory-form -->
    
    	<?php do_action( 'bp_after_directory_members' ); ?>
    
    </div><!-- #buddypress -->
    </div><!-- .padder -->
    	</div><!-- #content -->
    
    </div><!-- primary -->
    <?php get_sidebar( 'buddypress' ); ?>
    </div><!-- row -->
    </div><!-- container -->
    
    	<?php do_action( 'bp_after_directory_members_page' ); ?>
    
    <?php get_footer( 'buddypress' ); ?>

    bp-custom.php

    <?php
    // bp-custom.php - BP hacks and mods will go here
    /**
     * Include bbPress 'topic' custom post type in WordPress' search results */
     
    function ntwb_bbp_topic_cpt_search( $topic_search ) {
    	$topic_search['exclude_from_search'] = false;
    	return $topic_search;
    }
    add_filter( 'bbp_register_topic_post_type', 'ntwb_bbp_topic_cpt_search' );
    
    /**
     * Include bbPress 'forum' custom post type in WordPress' search results */
    
    function ntwb_bbp_forum_cpt_search( $forum_search ) {
    	$forum_search['exclude_from_search'] = false;
    	return $forum_search;
    }
    add_filter( 'bbp_register_forum_post_type', 'ntwb_bbp_forum_cpt_search' );
    
    /**
     * Include bbPress 'reply' custom post type in WordPress' search results  */
    
    function ntwb_bbp_reply_cpt_search( $reply_search ) {
    	$reply_search['exclude_from_search'] = false;
    	return $reply_search;
    }
    add_filter( 'bbp_register_reply_post_type', 'ntwb_bbp_reply_cpt_search' );
    
    /**
     * Ensure that multiselect boxes have trailing brackets in their 'id' and 'name' attributes.
     *
     * These brackets are required for an array of values to be sent in the POST
     * request. Previously, bp_get_the_profile_field_input_name() contained the
     * necessary logic, but since BP 2.0 that logic has been moved into
     * BP_XProfile_Field_Type_Multiselectbox. Since bp-default does not use the
     * BP_XProfile_Field_Type classes to build its markup, it did not inherit
     * the brackets from their new location. Thus this workaround.
     */
    function bp_dtheme_add_brackets_to_multiselectbox_attributes( $name ) {
    	global $field;
    
    	if ( 'multiselectbox' === $field->type ) {
    		$name .= '[]';
    	}
    
    	return $name;
    }
    add_filter( 'bp_get_the_profile_field_input_name', 'bp_dtheme_add_brackets_to_multiselectbox_attributes' );
    
    // add the custom column headers to BP manage signups
    function philopress_modify_user_columns($column_headers) {
            $column_headers['extended'] = 'Extended';
            return $column_headers;
    }
    add_action('manage_users_page_bp-signups_columns','philopress_modify_user_columns');
    
    // dump all the pending user's meta data in the custom column
    function philopress_signup_custom_column( $str, $column_name, $signup_object ) {
    	if ( $column_name == 'extended' ) 
                 return print_r( $signup_object->meta, true );
            return $str;
    }
    add_filter( 'bp_members_signup_custom_column', 'philopress_signup_custom_column', 1, 3 );
    
    //* Redirect WordPress Logout to Home Page
    add_action('wp_logout',create_function('','wp_redirect(home_url());exit();'));
    
    //add @mentions to bbpress forum
    function custom_bbpress_maybe_load_mentions_scripts( $retval = false ) {
    	if ( function_exists( 'bbpress' ) && is_bbpress() ) {
    		$retval = true;
    	}
    	return $retval;
    }
    add_filter( 'bp_activity_maybe_load_mentions_scripts', 'custom_bbpress_maybe_load_mentions_scripts' );
    
    function bphelp_dpioml(){
    	$bphelp_my_profile_field_1='Profession';
    	$bphelp_my_profile_field_2='Primary Institution';
           if( is_user_logged_in() && bp_is_members_component() ) { ?>
            <div class="bph_xprofile_fields">
                              <?php if(bphelp_my_profile_field_1<>"") echo bp_member_profile_data( 'field='.$bphelp_my_profile_field_1 );  ?><br />
    						  <?php if(bphelp_my_profile_field_2<>"") echo bp_member_profile_data( 'field='.$bphelp_my_profile_field_2 );  ?><br />
                    </div><?php
           }
    }
    add_action('bp_directory_members_item', 'bphelp_dpioml');
    
    ?>

    I’ve tried all sorts of different combinations but whatever I do, the only way to get both the profile pages and the members directory to display is to remove the index and members-loop customizations. Then everything works fine, but without the adjustments to the members directory that I want (removing recent updates, for instance). Any pointers would be brilliant!

    #261678
Viewing 25 results - 12,276 through 12,300 (of 73,985 total)
Skip to toolbar