Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 11,151 through 11,175 (of 73,573 total)
  • Author
    Search Results
  • hemanttechno
    Participant

    Hello There,

    I’m new to buddypress & trying to change label “required” word to “*” buddypress new user registration form. For this I have modified wp-content/plugins/buddypress/bp-themes/bp-default/registration/register.php but unfortunately no changes found in my registration form. I’m using ‘Bakes And Cakes’ wordpress free theme as well.

    I have replaced required to * please find as below:

    <div class=”register-section” id=”basic-details-section”>

    <?php /***** Basic Account Details ******/ ?>

    <h4><?php _e( ‘Account Details’, ‘buddypress’ ); ?></h4>

    <label for=”signup_username”><?php _e( ‘Username’, ‘buddypress’ ); ?> <?php _e( ‘*’, ‘buddypress’ ); ?></label>
    <?php do_action( ‘bp_signup_username_errors’ ); ?>
    <input type=”text” name=”signup_username” id=”signup_username” value=”<?php bp_signup_username_value(); ?>” />

    <label for=”signup_email”><?php _e( ‘Email Address’, ‘buddypress’ ); ?> <?php _e( ‘*’, ‘buddypress’ ); ?></label>
    <?php do_action( ‘bp_signup_email_errors’ ); ?>
    <input type=”text” name=”signup_email” id=”signup_email” value=”<?php bp_signup_email_value(); ?>” />

    <label for=”signup_password”><?php _e( ‘Choose a Password’, ‘buddypress’ ); ?> <?php _e( ‘*’, ‘buddypress’ ); ?></label>
    <?php do_action( ‘bp_signup_password_errors’ ); ?>
    <input type=”password” name=”signup_password” id=”signup_password” value=”” />

    <label for=”signup_password_confirm”><?php _e( ‘Confirm Password’, ‘buddypress’ ); ?> <?php _e( ‘*’, ‘buddypress’ ); ?></label>
    <?php do_action( ‘bp_signup_password_confirm_errors’ ); ?>
    <input type=”password” name=”signup_password_confirm” id=”signup_password_confirm” value=”” />

    <?php do_action( ‘bp_account_details_fields’ ); ?>

    </div><!– #basic-details-section –>

    Can anyone please guide me in right direction how to do so?

    #264538
    Henry Wright
    Moderator

    The BP Edit Group Slug plugin has been updated to work with BP 2.8. See this Tavern post for details:

    BuddyPress Core Contributors Working on a Way to Safely Edit a Group’s Permalink

    #264535
    danbp
    Participant

    Did you tested without any additionnal mail plugin ?
    Have you found this topic ?

    #264534
    danbp
    Participant

    The first part of this topic gives a solution for your question:
    https://buddypress.org/support/topic/access-xprofile-field-data-in-a-custom-page/

    #264531
    tonkymm
    Participant

    No. They are not in spam. My coworker contacted WPMU dev support and they seemed to not be able to send BuddyPress emails either. WordPress emails work, i.e. forgot password and registration through wordpress works.

    https://premium.wpmudev.org/forums/topic/buddypress-emails-are-not-working

    #264528
    shallymartin
    Participant

    I change the permalinks to http://festivals.my/%postname%/
    so the correct link for the registration is http://festivals.my/register/

    Then I go to Setting > General > Membership and I tick anyone can register
    Then I go to Setting > BuddyPress > Pages > Register and change the page to Register
    Then I visit my site at http://festivals.my/ and click on register. Same thing happen. 404 Not Found.

    I am stuck here. =(

    danbp
    Participant

    Please read WordPress Codex and follow the install instructions.
    Your issue is not related to BuddyPress.

    #264524
    danbp
    Participant

    Installaling a plugin has nothing to do with settings!
    And it is not possible that WordPress recommands to use /something/ after index.php.
    If it does, please give the link to that documentation.
    Here the one related to htaccess. Normally this file is generated automatically the first time you install/activate WordPress. On a usual install, his content is “basic” (explained in the doc).

    Again, read through BuddyPress documentation.

    In fact, you have nothing special to do, except to control bp’s setting and WP’s permalinks. It is probably there where you have “index” appearing wrong.

    #264519
    danbp
    Participant

    Hi,

    No post on the net is useful for for me.

    They’re tons on this forum, related to this same problem…

    Which is not a problem, but you have to setup the BP pages correctly.

    This slug is false (malformed): http://festivals.my/index.php/register/

    index.php is a document. /register/ is a folder. Do you have documents containing folders on your computer ? Certainly not. Why would you that a web server would be configured differently ?

    Read the install guide and the chapter related to “pages“, setup BP and activate the permalinks to whatever but “default”.

    #264509

    In reply to: fatal error message

    r-a-y
    Keymaster

    Your theme is using an older BuddyPress function – bp_is_member().

    Switch that out for bp_is_user().

    #264508
    permatheque
    Participant

    Hi, I just bought a theme who don’t have buddypress built in, seeing this page (https://codex.buddypress.org/themes/theme-compatibility-1-7/theme-compatibility-2/) that say we can adapt with natives files.

    So I installed the template, put all the files from plugin/buddypress/bp-template-bp-ledacy/ to mytheme (magone/buddypress/ ) but nothing more, theme doen’st want to let see the content.

    Someone know how I can fix it, and let this theme (magone) run buddypress ?

    I contacted the author of the theme who just said me that he will make on built in one day…

    Thank you in advance for helping.

    Good end of weekend

    #264503
    #264501
    Dono12
    Participant

    How can I stop the glyphicon from disappearing when the button is clicked. The only way the icon reappears is on a page refresh. The glyph code was added in Buddypress Child Theme entry.php

    
    <a href="<?php bp_activity_favorite_link(); ?>" class="button fav bp-secondary-action"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span> <?php _e( 'Favorite', 'buddypress' ); ?></a>
    
    	<?php else : ?>
    
    	<a href="<?php bp_activity_unfavorite_link(); ?>" class="button unfav bp-secondary-action"><span class="glyphicon glyphicon-heart" aria-hidden="true"></span> <?php _e( 'Remove Favorite', 'buddypress' ); ?></a>
    coolhunt
    Participant

    Hey Guys,

    Im trying to put together a simple php snippet to insert in my existing theme so that it spits out a list of buddypress members.
    I often use mydomain.com/?s=search_term as a quick and easy way for my users to browse thru arbitrary post.
    I’d like to include a simple return of buddypress member names along with the search results.

    *any ideas would be helpful

    // The Query
    $user_query = new bp_user_query( $args );
    
    // User Loop
    if ( ! empty( $user_query->results ) ) {
    	foreach ( $user_query->results as $user ) {
    		echo '<p>' . $user->display_name . '</p>';
    	}
    } else {
    	echo 'No users found.';
    }
    ?>
    jmichaelp
    Participant

    When someone comments in the activity stream it sends the user a notification, user goes to the notification page and clicks on the notification, the notification page will just reload.
    This only appears to happen with links to activity comments as activity links about new emails will take the user to their inbox when clicked. Suggestions?
    Buddypress: 2.8.1
    WordPress: 4.7.2

    shanebp
    Moderator

    Did you try the repair tool?
    In wp-admin > Tools > BuddyPress and select Reinstall emails (delete and restore from defaults).

    #264489
    masterfc
    Participant

    In buddypress only admin can delete post activity? I want yo have moderators users in my site.

    wolfgangg
    Participant

    Hi!

    In my Plugin BuddyPress-Emails at the backend there are 2 php errors for the e-mail sample. Could you please help me with this problem?
    Error-Screenshot: http://666kb.com/i/dh3uoz52p92h4a7xr.jpg
    I already repaired BuddyPress and re installed it but this doesn’t work.
    Link: https://www.flotter-feger.at

    Thank You!

    Error 1:
    Warning: Invalid argument supplied for foreach() in /www/htdocs/XXXXXXX/wordpress/wp-includes/class-wp-list-util.php on line 153

    147 public function pluck( $field, $index_key = null ) {
    148		if ( ! $index_key ) {
    149			/*
    150			 * This is simple. Could at some point wrap array_column()
    151			 * if we knew we had an array of arrays.
    152			 */
    153			foreach ( $this->output as $key => $value ) {
    154				if ( is_object( $value ) ) {
    155					$this->output[ $key ] = $value->$field;
    156				} else {
    157					$this->output[ $key ] = $value[ $field ];
    158				}
    159			}
    160			return $this->output;
    161		}
    

    Error 2:
    Warning: imploded(): Invalid arguments passed in /www/htdocs/XXXXXXX/wordpress/wp-content/plugins/buddypress/bp-core/classes/class-bp-admin.php on line 1011

    1009		// Output each situation as a list item.
    1010		echo '<ul><li>';
    1011		echo implode( '</li><li>', $situations );
    1012		echo '</li></ul>';
    1013	}
    

    Serverconfiguration:
    PHP-Version 5.6.29-nmm1 (64bit)
    MySQL-Version 5.5.52-nmm1-log

    WordPress-Version 4.7.2
    BuddyPress Version 2.8.1

    Themes: DIVI + Child-Themes

    installed Plugins:
    bbpress-notify-nospam Version 1.15.4
    bbp-private-groups Version 3.4.1
    bbpress Version 2.5.12
    buddypress Version 2.8.1
    gd-bbpress-tools Version 1.9
    wp-monalisa Version 3.9
    ultimate-member Version 1.3.83
    tinymce-advanced Version 4.4.3
    contact-form-7 Version 4.6.1
    flamingo Version 1.5
    anything-order Version 1.0.3
    rocket-maintenance-mode Version 3.7.3
    backwpup Version 3.3.6
    akismet Version 3.3
    elegant-themes-updater-master Version 1.2
    custom-404-pro Version 2.0.2
    printfriendly Version 3.7.3
    user-role-editor Version 4.31.1

    #264486
    ryanb898
    Participant

    I’m still sorting the confusion of the theme I bought that uses buddypress and a bunch of other things for its social features.. I’m working on the registration fields, I fixed a glitch from earlier in the week that messed up the way the theme would present login and register.. under buddypress in my dashboard now I’m trying to edit the profile fields section where I found a lot of great things to add to the registration process… I cant however fit any of them in my themes register box pop up.. each field scrolls down page as I add.. I know this is most likely theme related but anyone know how I can make them appear this way [email info, username][profile fields]

    instead of [ ]
    [ ]

    ill probably end up contacting my theme provider but figured id ask that^, the real reason I came here is to ask, if I remove all profile fields from the registration page.. how can I create a page for them to fill in after they register and have the info appear on their “base” info page… also is there a way to disable name change after registration?

    #264484

    In reply to: Compatible with Enfold

    I don’t know what this means? Link?

    I just see in the page of enfold that retirano

    I don’t see how it loses compatibility with BuddyPress. AFAIK out of the box, Enfold doesn’t really have it. It needs to be customized in the child theme.

    #264483
    nanomania
    Participant

    Hello, I just see in the page of enfold that retirano the compatibility with Buddypress, will not be compatible with Enfold anymore?

    SoloWhale
    Participant

    I need Show Buddypress Group Member’s Blog Posts in New Group Tab,I did not find the available plugins.Help me,Thank you!

    #264481
    danbp
    Participant

    Active is the defaut status of the members directory. Member who never logged-in have a different meta key value as active users. Search the user_meta table to find the correct value name.
    Once you have it, you can sort your directory by meta…

    Members Loop

    #264479

    In reply to: Member Directory Order

    danbp
    Participant
    #264478
    danbp
    Participant

    Take it as example. Read here if it helps:

    Post comments not appearing in activity stream?

Viewing 25 results - 11,151 through 11,175 (of 73,573 total)
Skip to toolbar