Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 6,226 through 6,250 (of 68,948 total)
  • Author
    Search Results
  • #275194

    In reply to: update problem

    Venutius
    Moderator

    If you have FTP access, you can rename the plugs/buddypress directory to something else, this will stop BuddyPress from loading and that should get you working. If that works you will then need to work out why it failed, but I guess it’s one step at a time.

    #275183
    Venutius
    Moderator

    I think this is related to this bug report:

    https://buddypress.trac.wordpress.org/ticket/7923

    A number of html outputs were escaped using esc_html() which caused the links to go wrong. Should be fixed in the next update.

    #275162
    Venutius
    Moderator

    It’s not actually checking for the bbPress forum, it’s checking for a forum that no longer exists in BuddyPress, which is why it’s failing.

    500 error

    Henry Wright
    Moderator

    You can report issues on Trac at https://buddypress.trac.wordpress.org/

    The username and password you use here should work.

    #275159
    Henry Wright
    Moderator

    BuddyPress can’t do this out of the box but it is very developer friendly. If you are comfortable with PHP and JavaScript you could extend to add this custom functionality.

    #275150
    Venutius
    Moderator

    That function has been deprecated, it simply needs to be deleted, are you sure it’s in BuddyPress/members/…? Typically it’s an overload of this file that is at issue, check with your theme creator to see if they need to update.

    #275146
    mbfit
    Participant

    Right now I have this:
    <form action=”” method=”post” class=”standard-form” id=”activation-form”>

    <label for=”key”><?php _e( ‘Activation Key:’, ‘buddypress’ ); ?></label>
    <input type=”text” name=”key” id=”key” value=”<?php echo esc_attr( bp_get_current_activation_key() ); ?>” />

    and that should be overwritten with:

    <form action=”” method=”get” class=”standard-form” id=”activation-form”>
    <form action=”” method=”post” class=”standard-form” id=”activation-form”>
    <label for=”key”><?php _e( ‘Activation Key:’, ‘buddypress’ ); ?></label>
    <input type=”text” name=”key” id=”key” value=”” />
    <input type=”text” name=”key” id=”key” value=”<?php echo esc_attr( bp_get_current_activation_key() ); ?>” />

    This is in my buddypress/bp-legacy/buddypress/members/activate.php
    I’ll assume we should put this in the child theme?

    #275140
    r-a-y
    Keymaster

    Yes, you edit wp-content/themes/pro/buddypress/members/activate.php with the following:
    https://buddypress.trac.wordpress.org/changeset/11766/trunk/src/bp-templates/bp-legacy/buddypress/members/activate.php

    This is mentioned in the sticky thread:

    BuddyPress 3.1.0 is now available!

    r-a-y
    Keymaster

    Check out the bp_get_thread_recipients_list() function:
    https://buddypress.trac.wordpress.org/browser/tags/3.1.0/src/bp-messages/bp-messages-template.php?marks=1725-1729#L1711

    The Deleted User string is used if the user profile link does not exist. If the user was deleted, then it makes sense that the string would return 'Deleted User'.

    If the user still exists, your next step is to figure out why your user profile links are returning empty. Perhaps via a custom code snippet that is filtering the user profile URL?

    #275138
    r-a-y
    Keymaster

    I would wager that a plugin is conflicting with the image cropper size.

    Can you try deactivating all your plugins except BuddyPress to see if the image cropper is the correct size? Afterwards, if the image cropper is indeed the correct size, can you activate each plugin one-by-one to determine which plugin is causing the tiny image cropper and let us know which one it is?

    #275137
    r-a-y
    Keymaster

    congratulations! you’r a member

    This message doesn’t exist in BuddyPress. Are you using any custom code snippets in wp-content/mu-plugins or wp-content/plugins/bp-custom.php?

    #275136
    r-a-y
    Keymaster

    Please read the second point in this thread:

    BuddyPress 3.1.0 is now available!

    #275131
    sandrasteen
    Participant

    @arthur, on the top of which page would I see the Settings. We aren’t talking about here on buddypress.org. We are talking about our own website

    djsteveb
    Participant

    Using ‘good question’ or similar plugin,
    ‘graphic captcha’
    ‘ip geo block’
    unfortunately spamshield had some meltdown with the wp.org people so it’s out, but similar functionality for logins and such is in ‘shield’

    you’ll never stop the manual spammers, if you could stop them, you would be stopping legit users..

    on my multi-site I use a plugin that makes all new blogs/aka sites that are created automatically set as ‘search engines do not index’ in settings.. this helps too..

    the bp plugin that limits the amount of private messages that can be sent is nice (BuddyPress Private Message Rate Limiter),

    one one install I disallow user’s group creation ability – and ask them to send me a note about any new groups that should be made.

    also enjoy “register ips” – so I can ban really bad cidrs..

    #275126
    dawndm
    Participant

    I am experiencing the same issue. I have the latest version of BuddyPress.

    #275119
    sagar1990
    Participant

    Hi,

    I created new project.This time I updated the permalink structure after activating the buddypress plugin and i see below error on clicking the register button.

    Object not found!

    The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

    If you think this is a server error, please contact the webmaster.
    Error 404
    localhost
    Apache/2.4.25 (Unix) OpenSSL/1.0.2j PHP/7.1.1 mod_perl/2.0.8-dev Perl/v5.16.3

    Thanks

    MorgunovVit
    Participant

    Hi, Varun!
    Thanks for your attention and for your answer.
    I’ve tryed to play with all kind of settings – that was useless because nav block was absent. Only changing BuddyPress template helped.

    Varun Dubey
    Participant

    @morgunovvit BuddyPress have added some customizer options for Member and Group navigation; you can try to toggle those values and save options again
    https://drive.google.com/a/wbcomdesigns.com/file/d/1jpLOsL5BFbtrvFoePoT8-iUnckVNSNF9/view?usp=drivesdk

    #275112
    Varun Dubey
    Participant

    @mbfit are you using latest BuddyPress Version. Let me know your server environment to replicate the issue.

    #275111
    Varun Dubey
    Participant

    @sandrasteen @ectabro other BuddyPress pages are working fine??

    #275110
    sandrasteen
    Participant

    Hello,I have the same problem, notification and settings pages are not showing. I didnt do any migration in this case, I installed the theme and buddypress from scratch.

    I really need to solve this issue because my client is really on my neck. We have been at it for 2 days now.

    #275087
    ectabro
    Participant

    I tryed to desactivate all plugins already, and theme doesn’t cause any probleme, i have buddypress in it

    #275080
    Varun Dubey
    Participant

    @lbellipanni, You can try BuddyPress profile progression plugin, it will add a profile progress bar on the profile.

    #275076
    gastronimo
    Participant

    Integrating WooCommerce My Account Area with BuddyPress

    Integrating WooCommerce My Account Area with BuddyPress

    #275074
    T
    Participant

    If I go to wp-content/themes/pro/buddypress/members > activate.php, the code doesn’t line up with what’s posted in github. Here’s what I have:

    <div id="buddypress">
    
    	<?php do_action( 'bp_before_activation_page' ); ?>
    
    	<div class="page" id="activate-page">
    
    		<?php do_action( 'template_notices' ); ?>
    
    		<?php do_action( 'bp_before_activate_content' ); ?>
    
    		<?php if ( bp_account_was_activated() ) : ?>
    
    			<?php if ( isset( $_GET['e'] ) ) : ?>
    				<p><?php _e( 'Your account was activated successfully! Your account details have been sent to you in a separate email.', '__x__' ); ?></p>
    			<?php else : ?>
    				<p><?php printf( __( 'Your account was activated successfully! You can now <a href="%s">log in</a> with the username and password you provided when you signed up.', '__x__' ), wp_login_url( bp_get_root_domain() ) ); ?></p>
    			<?php endif; ?>
    
    		<?php else : ?>
    
    			<form action="" method="get" class="standard-form cf man" id="activation-form">
    
    				<label for="key"><?php _e( 'Please provide a valid activation key.', '__x__' ); ?></label>
    				<input type="text" name="key" id="key" value="" />
    
    				<p class="submit">
    					<input type="submit" name="submit" value="<?php esc_attr_e( 'Activate', '__x__' ); ?>" />
    				</p>
    
    			</form>
    
    		<?php endif; ?>
    
    		<?php do_action( 'bp_after_activate_content' ); ?>
    
    	</div><!-- .page -->
    
    	<?php do_action( 'bp_after_activation_page' ); ?>
    
    </div><!-- #buddypress -->

    Are you sure I edit this in my theme? Or do I go into this instead? bp-templates/bp-legacy/buddypress/members > activate.php

Viewing 25 results - 6,226 through 6,250 (of 68,948 total)
Skip to toolbar