Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 17,326 through 17,350 (of 68,918 total)
  • Author
    Search Results
  • #178749
    sara.mansouri
    Participant

    @travel-junkie way in the following link helped me to solve my problem by un-commenting this line of code in http.conf file of Apache(just remove #):
    #LoadModule rewrite_module modules/mod_rewrite.so

    https://buddypress.org/support/topic/resolved-buddypress-installed-using-wamp-server-but-links-dont-work/

    #178747
    Asynaptic
    Participant

    oops, looks like I linked to the wrong url for the broadcast message plugin (from admin to all members)

    :/

    this is the right plugin:
    https://wordpress.org/plugins/mass-messaging-in-buddypress/

    #178745
    Asynaptic
    Participant

    ok, let me see if I understand you — if not, correct me ๐Ÿ™‚

    1) you have a website at: http://www.betterpresenting.com/
    2) you have created another separate website at http://www.summitcommunity.org/ where you want to install buddypress and create a community website for a conference

    ok I think before we even get to the ‘messaging’ or ‘post’ issue, we have to clarify something.

    As of now, http://www.summitcommunity.org/ forwards to http://www.betterpresenting.com/community/

    Buddypress automagically works seamlessly with your existing theme so it looks good… this wasn’t always the case so thank the developers who added this feature just a few months ago! moving on from minor digression…

    So it looks like you don’t have two separate sites but your domain at summitcommunity.org is 301 redirecting to http://www.betterpresenting.com/community/ and this is where you have installed buddypress.

    Is that correct?

    If this is correct, then we can move on to the other question you posed.

    I went back and read you original post that you referenced above:
    https://buddypress.org/support/topic/installing-bp-into-a-portion-of-a-site/

    In that message you write:

    “If I understand correctly (a reach at best), posts become messages. But I post at betterpresenting.com about a great many things, not just ones that would be for the conference community.”

    Posts do not become messages. Posts and messages are separate things. ok?

    A post is well, a blog post. I’m sure you know what that is.

    A message is an internal message sent from one member to another (if you have enabled this feature of buddypress – you don’t necessarily have to! or from admin to members)

    https://codex.buddypress.org/buddypress-components-and-features/messages/
    https://codex.buddypress.org/component/private-messages/

    Also, admin can send a ‘broadcast’ message to all members with this plugin:

    BuddyPress Live Notification

    Hope that clarifies words and definitions so we have a standard vocabulary with which to communicate!

    Now, if I understand the rest of your original message accurately, what you’re saying is that you run a website and have an annual conference and would like to know how buddypress can help you with both. And you want to make sure there is a way to keep the conference ‘stuff’ separate from the other regular website ‘stuff’.

    To solve this, you don’t need subdomains or extra installs of wordpress or any of that. Here’s what I would do:

    I would install buddypress as a plugin in your existing wordpress blog (the ‘main’ site). Then I would use the buddypress features to run your annual conference by also enabling a membership plugin.

    Using the membership plugin you can post ‘conference’ related material and pages which ONLY THE MEMBERS SEE and interact with. To someone who just comes to your site, all they see is your regular blog/site… until or if they ‘login’ and have paid or are accepted as ‘conference’ participants.

    People who are members of the conference (aka buddypress + membership powered) site can see and interact with both the conference portion of your site as well as the regular part of the site.

    If I have hit the nail on the head and accurately understood your needs, here are some reference material:

    http://chrislema.com/comparing-wordpress-membership-plugins/

    How to choose a WordPress membership plugin

    If not, let me know!

    #178739
    Asynaptic
    Participant

    Hi Rick, I think you need to clarify exactly what you’re trying to do. What you write is very confusing and may have lead to your and others’ frustration in attempting to help you:

    “But our main site has an active blog and I donโ€™t know how to separate posts that are intended to be read by the entire world and shown across the entire site from messages that are intended to go just to the Summit community.”

    Are we talking about messaging? as in private and internal messaging between members and between admin and members? or are we talking about blog posts that are read by all or some parts of the community?

    If you want to restrict blog posts to just members, this is extremely easy and there are many plugins that handle this.

    https://wordpress.org/plugins/private-community-for-bp-lite/

    as well as s2member and other ‘membership’ plugins which work with buddypress to create tiers to separate content (pages, posts) so that you have control over who sees or reads what.

    So please clarify EXACTLY what you are trying to accomplish and hopefully the community here can help you.

    #178731

    In reply to: URL Help Please!!!

    Asynaptic
    Participant

    @chefbt you can also change the ‘buddypress’ slug to something else, like ‘community’ so that the URL structure is:

    http://example.com/community/members

    this is what this website’s configuration does, like so:

    https://buddypress.org/community/members/chefbt/

    for more, scroll down to slugs part here:

    Customizing Labels, Messages, and URLs

    #178729

    In reply to: URL Help Please!!!

    Asynaptic
    Participant

    @chefbt my time to shine (even though I’m not a coder!)

    to put profiles in the root โ€” http://example.org/username/ add the code snippet below to your wp-content/plugins/bp-custom.php file:

    define ( ‘BP_ENABLE_ROOT_PROFILES’, true );

    yay! hope that fixes it for you. In the future, google is your friend. So is the codex where this came from:

    Changing Internal Configuration Settings

    #178721
    Suzan Jasmin O.
    Participant

    Hi Philip
    Thanx for your reply. Where is your plugin please?
    I just need exactly something like this, pls tell me whether your plugin can help me to achieve this, or do I need to modify some files as well, please help I m stuck here, thanx:
    On the small signup form and on the registration form I want 2 form boxes, 1. First Name 2. Last name instead of Full name.
    And also in admin panel in users page, add new user form needs to be like that too (so admin can create some users with First Names and Last Names too.
    And obviously on frontend profile page there should be First Name and Last name boxes should be seperately. Also on search members page there should be option First Name and Last name (obviously on BuddyPress admin page search form elements to choose to there should be first name and last name). Basically in whole site I need First Name and Last name issues. I use the latest WP and BP.
    Thanx.

    #178717
    ianfindlay
    Participant

    Thanks!

    Think I have a solution for the email sign up using mailchimp.

    Is there any social media sharing apps that integrate well with buddypress? So people can share posts etc with facebook, twitter etc.

    #178715
    Suzan Jasmin O.
    Participant

    I totally agree with @peterverkooijen and @codeispoetry
    Keymaster @johnjamesjacoby (John James Jacoby) is clearly in another world mushrooming, because of his lack of PHP coding knowledge and world culture giving false arguments. BuddyPress developers years ago came up with this stupid ida of one full name and their DB structure is so messy that they cant be now bothered to change it. on DB structure the user name is not in user column, is just a value like any other form input values. So their change the fullname to firstname+lastname will be a BIG development deal, therefore they cant be bothered with it, so left it as it is. And on support forums like this, they keep defending this silliness by fake arguements like “some cultures use 4 names etc !!!” I guess they are talking about Mexican people have 4-5 names. But their lack of world culture makes them think like it. Mexican, Spanish people has 2-3 first name and then 1-2 last names (surnames), or in Europe some women carry their surnames and as well as their husband’s surname too, so they have 1 or 2 first names and 1-2 surnames. Birth given names are called FIRST NAMES anywhere in the world, and family given or marriage given names are LAST NAMES anywhere in the world. So what BuddyPress could do: Could create 2 name boxes and relevant DB structure, one saying first name (people can enter 1 or 2 or 3 names all around the world people know which ones are their first names and which ones are their surnames unlike the Keymaster @johnjamesjacoby John James Jacoby)) and on the second box they can enter their surname or surnames, thats all. So BuddyPress data would be compatible with all newsletter, emailing softwares and people can search first names or last names etc.. can normalize itself to the world web technology. So if some people dont want to display last names they can, if they want to display the whole full name they can, give people felexibility, instead what they do they behave like dictatorian attitude, they say “take it or leave it” arrogantly, and they keep arguing here with all participants who made BuddyPress this popular, although the popularity fastly going down because of this techology lackings. More importantly culture and attitude and support lackings.

    #178714
    SubstreamAI
    Participant

    My understanding is that BuddyPress is supposed to generate these pages automatically when you set “Anyone can register”

    If I create the pages manually, then I simply have a blank page – users can’t register or activate.

    I did try making them manually (and they were blank), but I removed the pages after reading that BP would automatically create the appropriate page. Did I get that wrong?

    #178713
    brijesh-soft
    Participant

    Hi,

    You can install WordPress via Softaculous and then you can install BuddyPress plugin or any other plugin from WordPress admin panel.

    #178712

    In reply to: threaded comments?

    cambridge15
    Participant

    This is a solution I came up with, for me it works because it works more like Facebook.

    In plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/comment.php

    I changed the href on line 37 to
    <?php bp_activity_comment_link(); ?>

    When a user clicks Reply on a comment, it replies the same way it would if you clicked the Comment button.

    Buddypress 1.9

    Suzan Jasmin O.
    Participant

    Hi
    I have the latest Wp and latest BuddyPress 1.9.2
    On the new user registration form it has FULL NAME box
    But I need FIRST NAME and LAST NAME boxes. So I can in admin panel and users on frontend can register new users can fill their names with 2 boxes. And on search page users can search other users by first name or last name. And I can hide last names for some users etc.. Its always convenient to have first and last names in separate DB columns. So please help me out, how can I have the BuddyPress plugged site of mine to function like above?
    Thanks

    #178706
    Suzan Jasmin O.
    Participant

    Hi
    I have the latest Wp and latest BuddyPress 1.9.2
    On the new user registration form it has FULL NAME box
    But I need FIRST NAME and LAST NAME boxes. So I can in admin panel and users on frontend can register new users can fill their names with 2 boxes. And on search page users can search other users by first name or last name. And I can hide last names for some users etc.. Its always convenient to have first and last names in separate DB columns. So please help me out, how can I have the BuddyPress plugged site of mine to function like above?
    Thanks

    #178705
    Suzan Jasmin O.
    Participant

    Hi
    I have the latest Wp and latest BuddyPress 1.9.2
    On the new user registration form it has FULL NAME box
    But I need FIRST NAME and LAST NAME boxes. So I can in admin panel and users on frontend can register new users can fill their names with 2 boxes. And on search page users can search other users by first name or last name. And I can hide last names for some users etc.. Its always convenient to have first and last names in separate DB columns. So please help me out, how can I have the BuddyPress plugged site of mine to function like above?
    Thanks

    simple-man
    Participant

    Thank you @Henry and @DennisBarkerCV for the suggestions.

    Please help me further about the following:

    1. Do both the Wordfence and Better WP security work ok with BuddyPress?
    2. Do I need both of these plugins?
    3. Does Better WP security impacts SEO and speed of your site because the plugin pages says it re-writes various URLs to make them hard to guess and more secure?
    4. Do I still need a Captcha login plugin? If yes, which one is good?
    5. Does it matter which sequence I install these plugins in?

    Thank you.

    #178703
    Suzan Jasmin O.
    Participant

    Hi
    I have the latest Wp and latest BuddyPress 1.9.2
    On the new user registration form it has FULL NAME box
    But I need FIRST NAME and LAST NAME boxes. So I can in admin panel and users on frontend can register new users can fill their names with 2 boxes. And on search page users can search other users by first name or last name. And I can hide last names for some users etc.. Its always convenient to have first and last names in separate DB columns. So please help me out, how can I have the BuddyPress plugged site of mine to function like above?
    Thanks

    #178702
    Suzan Jasmin O.
    Participant

    Hi truthmedia
    I have the latest Wp and latest BuddyPress 1.9.2
    On the new user registration form it has FULL NAME box
    But I need FIRST NAME and LAST NAME boxes. So I can in admin panel and users on frontend can register new users can fill their names with 2 boxes. And on search page users can search other users by first name or last name. And I can hide last names for some users etc.. Its always convenient to have first and last names in separate DB columns. So please help me out, how can I have the BuddyPress plugged site of mine to function like above?
    Thanks

    #178679
    Henry Wright
    Moderator

    Hi @stefwilliams

    Enhancement suggestions can be made here:
    https://buddypress.trac.wordpress.org/

    #178666
    jreeve
    Participant

    I *sort of* got it to work with this hack, although I can’t figure out a way to truly remove the input tag, since it seems to be necessary:

    
                              <?php if ( 'textbox' == bp_get_the_profile_field_type() ) :  ?>
    
    					<?php if ( 'Name' == bp_get_the_profile_field_name() ) : ?> <!-- Don't allow users to edit their names. --> 
    
    						<label for="<?php bp_the_profile_field_input_name(); ?>"><?php bp_the_profile_field_name(); ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ); ?><?php endif; ?></label>
    						<!-- Dummy input, disabled in CSS, because otherwise saving anything causes the user's full name to be overwritten with the username. --> 
    						<input type="text" name="<?php bp_the_profile_field_input_name(); ?>" id="<?php bp_the_profile_field_input_name(); ?>" value="<?php bp_the_profile_field_edit_value(); ?>" <?php if ( bp_get_the_profile_field_is_required() ) : ?>aria-required="true"<?php endif; ?> style="display: none;"/> 
    						<!-- The thing that actually displays. --> 
    						<p id="name"><?php bp_the_profile_field_edit_value();?></p> 
    
    					<?php else : ?> 
    
    						<label for="<?php bp_the_profile_field_input_name(); ?>"><?php bp_the_profile_field_name(); ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ); ?><?php endif; ?></label>
    						<input type="text" name="<?php bp_the_profile_field_input_name(); ?>" id="<?php bp_the_profile_field_input_name(); ?>" value="<?php bp_the_profile_field_edit_value(); ?>" <?php if ( bp_get_the_profile_field_is_required() ) : ?>aria-required="true"<?php endif; ?>/>
    
    					<?php endif; ?>
    
    				<?php endif; ?>
    
    #178662
    deepbevel
    Participant

    I added a profile field to the members header.php, it was overwritten when I updated to the latest bp because I forgot to add it to my child theme.

    it became the default:
    <?php
    /***
    * If you’d like to show specific profile fields here use:
    * bp_member_profile_data( ‘field=About Me’ ); — Pass the name of the field
    */
    do_action( ‘bp_profile_header_meta’ );

    ?>

    But the field still appears in the members header! how is this possible?

    My problem is, I’m trying to recreate the same site again, but I can’t duplicate it, I don’t know how to edit the members header anymore, or why it still works on my demo, but not when I use the same copy of bp as my demo?

    Im getting this error in the members header

    Warning: Creating default object from empty value in /home/palosverdes1/public_html/wp-content/plugins/buddypress/bp-members/bp-members-template.php on line 662

    What’s going on? Please help!

    #178658
    simple-man
    Participant

    Yes, simple buddypress posting and sharing in the beginning. Will evaluate multisite needs as gain more experience with BP.

    Thank you.

    #178654

    In reply to: Join Group

    shanebp
    Moderator

    Take a look at this file:
    buddypress\bp-templates\bp-legacy\buddypress-functions.php

    ~Line 110 there are 2 add_action calls to create a join-group button – ‘bp_group_join_button’.

    You need to write a function that checks if the user is a member of any group.
    If they are, do 2 remove_action calls so that the button is not created.
    Except, of course, for the group that they belong to, otherwise the ‘Leave Group’ button will not appear.

    #178650

    In reply to: Join Group

    mrjarbenne
    Participant

    You could use this plugin to create mandatory groups that users can’t leave.

    https://wordpress.org/plugins/buddypress-mandatory-groups/

    The Group management functionality in the dashboard could help you sort users into the appropriate group.

    Something like this would allow you to have users select groups when they are registering

    https://wordpress.org/plugins/buddypress-registration-groups-1/

    #178641

    In reply to: BuddyPress Wall

    Chris Bibbs
    Participant

    I’m also using WordPress 3.8.1 with Buddypress 1.9.2.

Viewing 25 results - 17,326 through 17,350 (of 68,918 total)
Skip to toolbar