Search Results for 'buddypress'
-
AuthorSearch Results
-
July 11, 2018 at 2:32 am #275146
In reply to: Users are asked for Activation
mbfit
ParticipantRight 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?July 10, 2018 at 6:06 pm #275140In reply to: Users can’t register and they don’t show up
r-a-y
KeymasterYes, you edit
wp-content/themes/pro/buddypress/members/activate.phpwith the following:
https://buddypress.trac.wordpress.org/changeset/11766/trunk/src/bp-templates/bp-legacy/buddypress/members/activate.phpThis is mentioned in the sticky thread:
July 10, 2018 at 5:57 pm #275139r-a-y
KeymasterCheck 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#L1711The
Deleted Userstring 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?
July 10, 2018 at 5:53 pm #275138In reply to: Problem: Cropping image doesnt work in profile!
r-a-y
KeymasterI 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?
July 10, 2018 at 5:31 pm #275137In reply to: in Activation link the variable “key” is missing
r-a-y
Keymastercongratulations! you’r a member
This message doesn’t exist in BuddyPress. Are you using any custom code snippets in
wp-content/mu-pluginsorwp-content/plugins/bp-custom.php?July 10, 2018 at 5:24 pm #275136In reply to: Users are asked for Activation
r-a-y
KeymasterPlease read the second point in this thread:
July 10, 2018 at 4:16 am #275131In reply to: Notification and settings page don’t show
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
July 9, 2018 at 7:20 pm #275127djsteveb
ParticipantUsing ‘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..
July 9, 2018 at 6:39 pm #275126In reply to: Users are asked for Activation
dawndm
ParticipantI am experiencing the same issue. I have the latest version of BuddyPress.
July 9, 2018 at 12:26 pm #275119In reply to: 500 internal error on register on localhost
sagar1990
ParticipantHi,
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.3Thanks
July 9, 2018 at 12:25 pm #275118MorgunovVit
ParticipantHi, 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.July 9, 2018 at 6:24 am #275113Varun 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=drivesdkJuly 9, 2018 at 6:20 am #275112In reply to: Users are asked for Activation
Varun Dubey
Participant@mbfit are you using latest BuddyPress Version. Let me know your server environment to replicate the issue.
July 9, 2018 at 6:11 am #275111In reply to: Notification and settings page don’t show
Varun Dubey
Participant@sandrasteen @ectabro other BuddyPress pages are working fine??
July 9, 2018 at 3:05 am #275110In reply to: Notification and settings page don’t show
sandrasteen
ParticipantHello,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.
July 8, 2018 at 11:25 am #275087In reply to: Notification and settings page don’t show
ectabro
ParticipantI tryed to desactivate all plugins already, and theme doesn’t cause any probleme, i have buddypress in it
July 7, 2018 at 5:22 am #275080In reply to: Force User to fill empty field
Varun Dubey
Participant@lbellipanni, You can try BuddyPress profile progression plugin, it will add a profile progress bar on the profile.
July 7, 2018 at 1:32 am #275076In reply to: How to integrate with WooCommerce?
gastronimo
ParticipantIntegrating WooCommerce My Account Area with BuddyPress
July 6, 2018 at 9:46 pm #275074In reply to: Users can’t register and they don’t show up
T
ParticipantIf 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
July 6, 2018 at 8:41 pm #275070In reply to: Private Message Button Not Working Right?
r-a-y
KeymasterThanks for the report and suggested fix, @vesterde.
I’ve linked to this thread in this ticket – https://buddypress.trac.wordpress.org/ticket/7908
July 6, 2018 at 8:23 pm #275069In reply to: Users can’t register and they don’t show up
r-a-y
KeymasterIt’s a problem with your theme.
You need to alter the
/members/activate.phptemplate in your theme. The template might be named/registration/activate.phpas well:
https://github.com/buddypress/BP-Default/commit/baa3be909bb353e2a20a16a0e6da5219b4a73627July 6, 2018 at 6:58 pm #275068Henry Wright
ModeratorCheck out the “Displaying Extended Profile Fields on Member Profiles” article
July 6, 2018 at 6:53 pm #275067In reply to: Automatic account activation link doesn’t work
r-a-y
KeymasterIf you’re using a custom theme that has overriden the activation template, your problem will occur.
Read the second point in the following thread for a fix:
July 6, 2018 at 3:20 pm #275064In reply to: Private Message Button Not Working Right?
vesterde
ParticipantI also think this is a bug, but while we wait for an official response, I’ve managed to work around it.
Technically, this only happens if you’re using the Nouveau template, legacy still works fine.
There are two steps to fix the issue. Firstly, in your theme folder create the folder(s) buddypress/common/js-templates/messages and inside messages, create index.php.
Into index.php here, copy the contents of the buddypress plugin file (within the plugin folder) bp-templates/buddypress/common/js-templates/messages/index.
Inside the newly copied index.php file, go to line 37, where the input named “send_to” is located and change it to this:
That was the first step, the second one is to add the following filter to functions.php:
That fixed it for me.
The problem seems to be 2 things.
Firstly, the link being generated on for the user list view has “…#compose?r=…”, which is meant to use the compose view as a backbone view I presume, but that ends up not switching to the compose at all, so switching out # for / makes it go to the correct location.
Secondly, the input field has no code (PHP or Javascript within the Backbone engine) that should take the query variable and inject it as the recipients username. The code itself does exist (
bp.Nouveau.getLinkParams), I just don’t know why it wasn’t implemented here somehow.Hope this helps.
July 6, 2018 at 7:21 am #275050In reply to: WYSIWYG in BP Group description
-
AuthorSearch Results