Search Results for 'buddypress'
-
Search Results
-
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?
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
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>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.'; } ?>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.2In buddypress only admin can delete post activity? I want yo have moderators users in my site.
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.atThank You!
Error 1:
Warning: Invalid argument supplied for foreach() in /www/htdocs/XXXXXXX/wordpress/wp-includes/class-wp-list-util.php on line 153147 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 10111009 // 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-logWordPress-Version 4.7.2
BuddyPress Version 2.8.1Themes: 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.1Topic: Registration Questions
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?
Topic: Compatible with Enfold
Hello, I just see in the page of enfold that retirano the compatibility with Buddypress, will not be compatible with Enfold anymore?
I need Show Buddypress Group Member’s Blog Posts in New Group Tab,I did not find the available plugins.Help me,Thank you!