Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 7,701 through 7,725 (of 69,044 total)
  • Author
    Search Results
  • #268081
    stunomatic
    Participant

    Thanks @shanebp for response. OK I played around and here is my code. Its working fine but with one issue i.e

    If there is no value it echo’s all the members.

    
    <?php 		
    $contrytoggle = get_field( "country_toggle" );
    $contrypri = get_field( "select_country" ); ?>
    
         <?php echo $contrytoggle; ?>
    
    	<?php if ( bp_has_members( my_custom_ids( $contrytoggle, $contrypri ) ) ) : ?>
    	
    	<ul>
      <?php while ( bp_members() ) : bp_the_member(); ?>
     
        <li>
          <div class="item-avatar">
             <a href="<?php bp_member_permalink(); ?>"><?php bp_member_avatar(); ?></a>
          </div>
     
          <div class="item">
            <div class="item-title">
               <a href="<?php bp_member_permalink(); ?>"><?php bp_member_name(); ?></a>
          </div>
    	</li>
    	  
    	   <?php endwhile; ?>
    
    	</ul>
    	
    <?php else: ?>
     
       <div id="message" class="info">
          <p><?php _e( "Sorry, no members were found.", 'buddypress' ); ?></p>
       </div>
       
       
    	
    <?php endif; ?>
    #268073
    shanebp
    Moderator

    You’ll need to write some custom code.

    Add a buddypress members loop on the template you use to show your posts.

    Filter the members loop by their address.

    If you write some code and run into issues, you may get some feedback on these forums.

    Or you could post to the Jobs Board and hire a developer.

    #268071
    Aslan Guseinov
    Participant

    Hey, do a shortcode for registration form!
    We will insert it in a full width page, and this would be it!
    As I understand the page hierarchy, it can be all pages with sidebar or without.
    Where is the third option?

    Will this help?

    .registration #buddypress {
    width: 100% !important;
    }
    
    .page-id-64 div#right-sidebar {
    display: none;
    }
    #268067
    Coach Afrane
    Participant

    I found a simple solution.

    After activating multisite I installed and network activated BuddyPress.
    I also added this line to wp-config.php: define ( ‘BP_ROOT_BLOG’, 2 )

    It works perfect, just the way i wanted it.

    Thanks, you all.

    #268063

    In reply to: Force Profile Picture

    Brajesh Singh
    Participant

    Hi,
    Do you have the BuddyPress Force Profile Photo plugin active? If yes, Please disable it.

    If no, you will need to consult your theme developer, as they might have added it.

    Hope that helps.

    #268061
    littleplum
    Participant

    Hi! I have a website with buddypress activated on it, and have just started setting up the forum.
    I’d like to know how to hide the sub groups from showing on the main forum page, so that they are only visable once someone goes into each forum (state based mostly).

    Forum

    I’m a VERY new wordpress user, so be gentle haha!

    Thanks for any help with this,
    Kathy x

    #268059
    Bradley Stevens
    Participant

    @xmginc yep, so close. I just want users to get notifications and messages, and the same avatars and profile pictures network wide. That would expand the ability of buddypress tenfold.

    Thanks for the info on WPMU. I hadn’t really heard of them, but this has my interest

    #268058
    xmginc
    Participant

    So close isn’t it? This and scheduling could be an answer to a multi BuddyPress network on separate servers… WPMU offers 30 day free membership to check it out. They require a credit card to signup, but well worth it for all their other tools.

    #268055
    xmginc
    Participant

    I believe you could add the terms and a checkbox as a requirement as part of the BuddyPress Extended Profile. Instead of the text box you added for “terms of use”, you can remove that and add a single checkbox with the words “by registering…”. Hope this helps!

    #268053

    In reply to: Multisite issue

    xmginc
    Participant

    @rjt1985, wondering if you are still having any issues or if you have found the specific reason it worked itself out.

    We were experiencing a similar issue but could not find the reason. Our solution was to use GravityForms (developer version) instead by creating a custom registration form which also works directly with BuddyPress extended profiles.

    #268047
    shanebp
    Moderator

    WP, BuddyPress and WooCommerce could be used to create your site.
    And they are all free, so set up a dev site and start experimenting.
    You’ll need to write some custom code to handle the email restrictions.

    #268039
    bulld_digital
    Participant

    I had the same issue, but there’s an easy fix. please see: https://buddypress.org/support/topic/avatar-across-multisite/

    #268036

    In reply to: Blank BuddyPress Pages

    Fahmi Barnes
    Participant

    Finally, someone reply!.
    Peepso is too long has gone from my site before I decided use BuddyPress so it leave the shortcode on the page. And yes, I’m using Ultimate Member too but I just recently installed that plugin after BuddyPress has gone crazy over a month. And, “The best approach would be to wipe your install and start over from scratch.” you mean, starting my site from beginning? or disable Ultimate Member and reinstall BuddyPress?.
    Thank you

    #268035
    xmginc
    Participant

    Update: I have tried as many methods found in this Support Forum including bp-custom.php, functions.php, different wp-config.php options.

    The one that worked for us is via a wp-config.php modification with code from @boonebgorges here: buddypress.trac.wordpress.org/ticket/4252

    // This assumes that the blog in question is #1. If it's not, the path will 
    // have blogs.dir in it
    define( 'BP_AVATAR_UPLOAD_PATH', '/var/www/html/example/wp-content/uploads' );
    
    // Again, assuming you're coming from #1. To pull from a different blog, 
    // it'll be example.com/secondaryblog/files or something like that
    define( 'BP_AVATAR_URL', 'http://example.com/wp-content/uploads' );
    

    Also wanted to share that if we add bp-custom.php and add various fixes suggested by others it results in a fatal error with a call to undefined bp_core… perhaps there is a different issue causing other fixes to not work for us… Open to try other suggestions but so far so good with fix above.

    #268034
    xmginc
    Participant

    (apologies for the double post – pls delete if possible thx)

    #268022
    xmginc
    Participant

    +1

    We would like to know how to do this as well.

    #268007
    @mercime
    Participant

    @mah184 I do not know how the “wordpress” stuff was supposed to be all gone” as BuddyPress is a plugin for WordPress. If by “Business Plan” you mean WordPress.com’s Business Plan, then please avail of the free support aka ‘real-time concierge support’ provided along with your plan. Aside from which, WordPress.com hosting is an entirely different scenario from a self-hosted solution which we usually help out in these forums, so the best support you’ll get is from WordPress.com. Good luck.

    #268000
    Henry Wright
    Moderator

    Hi @sarahshaik

    Welcome to BuddyPress! You can get BuddyPress plugins from the WordPress repository: https://wordpress.org/plugins/

    Take a look here for everything tagged BuddyPress: https://wordpress.org/plugins/tags/buddypress/

    #267994
    Aslan Guseinov
    Participant

    Avatars in BuddyPress widgets are styled wrong, recently active members, members and who is online. You can see for yourself at https://glot.ee or in screenshots in first post. And yes i’m using child theme of DizzyMag from themeforest. I tried several installs fresh and old one with updates, all looks the same after updating to or just install 2.9.0 or 2.9.1.

    #267992
    metalhead
    Participant

    Which element(s) are styled wrong?

    Are you using a Child Theme?

    If not, you should create a child theme, apply changes to the css files in the child theme, and not typically have this problem ever again.

    They said they changed the nchor tag in the new version. What kind of elements are displaying wrong?

    #267991
    awpt
    Participant

    Yes this answer solved me too. Thankyou!

    #267988

    Well, you said that content needs to be fully public, so I guessed that full protection of BP’s content didn’t worry you.

    Apart from that, the only thing really missing from the Woo bundle is account area integration, but there is another plugin that deals with that:

    https://themekraft.com/products/woocommerce-buddypress-integration/

    It’s meant more for the shop side of WooCommerce, but it seems to do the trick.

    #267984
    Aslan Guseinov
    Participant

    Hi, thanks for the tip.
    But what did you roll back?
    I did roll back Buddypress via WP Rollback plugin, but that did not help.

    #267979
    FinlayDaG33k
    Participant

    UPDATE: reinstalling Buddypress completely fixed it.

    #267974
    aladinDr
    Participant

    it’s resolved after deleted buddypress and our themes … and reinstall theme , just our last developer he forget code !!!

Viewing 25 results - 7,701 through 7,725 (of 69,044 total)
Skip to toolbar