Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,251 through 10,275 (of 73,986 total)
  • Author
    Search Results
  • #268125
    J.Parra
    Participant

    Hi.
    I have a Buddypress group where the users are collaborating with our community and I would like to open a section in my home as a “thank you” that lists the members of this particular group.

    The perfect thing would be to show them in slider form, but with a list would be enough.

    How can I do this?

    Thanks and greetings in advance.

    Wordpress version: 4.8.1
    Buddypress version: 2.9.1
    Link to site: http://www.racingonlineclub.com/

    #268124
    amitgupta3
    Participant

    Can anyone please suggest me? Let me explain my problem again.
    I have a contact form that user can use to contact the Admin or any Member by emailID.
    Admin/member can reply to him on his email.
    All this happening flowless on email but this whole thread is out of BuddyPress context. There is no tracking of this conversation.

    Can someone suggest how can I keep track of this conversation and show it in “Messages” section when user login? Can we track by email address of this user and show in Messages.
    OR is it mandatory to login First. Even then how contact form details can be captured and shown in Messages section.

    #268121
    binutz
    Participant

    I would like to make the member homepage (buddypress/member/single) full-width by removing/hiding the sidebar. How can i achieve that?

    I am using BP default template with with child theme.

    Thanks

    #268120
    durvilchat
    Participant

    Hello help me please I want upload a avatar by url image on buddypress. Thanks

    #268118
    angrywarrior
    Participant

    Hi everyone..

    So suddenly the groups wizard fails at step 2:
    1.) Enter group name etc
    2.) next step is blank – you can only see the buttons “continue” or “go back”. As mentioned before, there is no options shown in this step. It’s just blank.
    3. ) Clicking “continue” —> Are you sure you want to do this?

    Setup:

    WordPress Multisite 4.8.1
    BuddyPress 2.9.1
    No caching currently running in front of the server (like Varnish or cloudflare)
    PHP 7.0 
    We are not at bluehost. 
    Conflict testing done= no conflict (e.g. disabled all plugins except for BuddyPress)
    Also tested with WP standard theme = no change. 
    VPS server with 6 cores / 32 GB memory

    Reinstalling is not an option, as we been working for a long time on the systmem, (WordPress MU).

    I been googling this for hours and hours, it seems that many before me has had this issue, but so far I haven’t found a described solution to this issue.

    So any help or advise in the right direction to solving this issue would be very appreciated.

    Kind regards
    AngryWarrior

    #268115
    Eduard_o
    Participant

    Hello, thats my first post here ( i dont speak english, soo sorry about any error)
    well, i need my website all in portuguese, then, i’m using the last version of wordpress and buddypress.
    I find just a phrase not translated
    “Conversation between you e usernameofanother. ( ‘e’ is ‘and’ in portuguese)
    in this link:
    mywebsitename.com.br/members/myusername/messages/view/1/

    then i downloaded poedit and see has a diferente thing with original files, i make the correction ( put the same thing and works good), then the problem is, the “YOU” and this “e”, i cant see that in translation .mo .po ( then i have no ideia what i have to do to fix)
    https://imgur.com/a/QIeJs ( sorry about paint.exe ) 😀

    i hope you guys are understand, and can help-me.
    thanks for your time.

    i delete my boddypress and install again, have the same error.

    #268107
    rtzgroup
    Participant

    Hello,
    Is there an option to create Hashtags in my BuddyPress site?
    That means- that users will Hashtag posts, and every post with the same hashtag will be shown in the same public page?

    Thank you!

    #268106
    janbrinkmann
    Participant

    Seems like bbPress and Buddypress cause that conflict.

    #268100
    Henry Wright
    Moderator

    Check out the Template Hierarchy article. You can override the default templates by creating custom templates in your theme.

    #268082
    stunomatic
    Participant

    I use the function “my_custom_ids” Loop

    #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; ?>
    #268078
    slanglois
    Participant

    WordPress 4.8.1
    BuddyPress Version 2.9.1

    Home

    I’m using generate press (new install). The admin bar (with login and register tabs) disappears on my iphone. The admin bar is black with white letters. On my phone it is just black. When I turn my phone to the long view I get the WP logo but nothing else on the admin bar. Help? Thank you!

    Home

    newance
    Participant

    I’m hoping to find out if I can do the following:

    How to restrict buddypress group creation to public groups only
    How to require all newly-created groups be reviewed first?

    Did a search on the forum but did not find answers. So can anyone offer some leads or even know the solutions? Thank you.

    #268074
    xmginc
    Participant

    Hi everyone,

    Wondering if you’ve come across an issue where “Enable BuddyPress to WordPress profile syncing” only works on 1 site of a multisite/multiblog enabled setup.

    On a test site, both sites can update the name and sync properly.

    On a production site, only the parent site can update the name. The subdirectory site will cause the WordPress user’s name to go blank. The Extended Profile name is updated however.

    Any suggestions or tips is greatly appreciated.

    – Enable BuddyPress to WordPress profile syncing is active on both sites
    – tried turning off all plugins
    – tried with same theme on both sites
    – wp-config is set to define( ‘BP_ENABLE_MULTIBLOG’, true );

    It’s very strange…

    #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

    #268060
    123max
    Participant

    WORDPRESS 4.8.1
    BUDDYPRESS 291
    THEME WOFFICE

    I have updated WordPress today and Buddypress then this appeared:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, no array or string given in…wp-includes/class-wp-hook.php on line 298 appearing on the bottom of each page.

    I still get the notice when I upload older versions.

    How can I remove this warning?

    Thanks!

    #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!

    #268054
    xmginc
    Participant

    Hey guys,

    Would anyone know how to hide and disable member pages based on their role type. (e.g. yoursite.com/members/username)

    Goal: if a member is set to a WordPress Administrator role, we would like to make his/her page inaccessible from the public

    Purpose: while we have been able to hide specific roles from displaying in the member directory, their member/page is still visible if you know the URL.

    Similar to how we can make the WordPress Author page inaccessible, we’d like to do the same for BuddyPress’s equivalent Member page.

    Thanks in advance

    #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.

Viewing 25 results - 10,251 through 10,275 (of 73,986 total)
Skip to toolbar