-
Anthony Anson's profile was updated 8 years, 8 months ago
-
Aslan Guseinov replied to the topic FIXED: Css styling problem after updating to 2.9.0 in the forum Installing BuddyPress 8 years, 8 months ago
Hi, thanks for the tip.
But what did you roll back?
I did roll back Buddypress via WP Rollback plugin, but that did not help. -
Stephen Edgar updated the Releases page, on the BuddyPress Codex 8 years, 8 months ago
The following are the various versions of BuddyPress, listed chronologically from the oldest to newest, along with the Change Log information on new features and improvements in each version.
N.B from version 1.5 […] -
metalhead replied to the topic FIXED: Css styling problem after updating to 2.9.0 in the forum Installing BuddyPress 8 years, 8 months ago
I had the same issue with the past 2 upgrades. It had something to do with my child theme. Are you using one?
I rolled back to the previous version, re-installed the update, and the 2nd try was a success.
Good luck!
-
Lars Henriksen replied to the topic How do u merge profiles when a user registers w different email addresses? in the forum How-to & Troubleshooting 8 years, 8 months ago
+1 for this question .
Would be nice if a user profile could contain more than 1 email address… -
Rose Gold & Black Diamond Engagement Rings's profile was updated 8 years, 8 months ago
-
Henry Wright replied to the topic bp_last_activity in the forum How-to & Troubleshooting 8 years, 8 months ago
Try
echo substr( bp_get_last_activity( $user_id ), 7 );where$user_idis the ID of the user you need to fetch last activity for. -
Henry Wright replied to the topic explode function in the forum Ideas 8 years, 8 months ago
@petervandoorn almost but
bp_member_profile_data()will output. Instead, you’ll need to use a function which returns a value before passing it toexplode(). That’ll bebp_get_member_profile_data() -
Henry Wright replied to the topic registration page styling in the forum How-to & Troubleshooting 8 years, 8 months ago
Try posting your requirements on the BP Jobs Board. There might be a developer there who’ll help you.
-
Agen Judi Domino Online Terpercaya's profile was updated 8 years, 8 months ago
-
Peter Hardy-vanDoorn replied to the topic Setting Profile Fields To Be Viewable To Admin or Moderators in the forum How-to & Troubleshooting 8 years, 8 months ago
Actually, ‘Admin’, ‘Everyone (Admin Editable)’ and ‘Only Me (Admin Editable)’ are not part of BuddyPress and are added by the plugin.
If you use the plugin and set the field visibility to ‘Only Me (Admin Editable)’ then the field will only be visible to the user and the Admin. You could also use the ‘Admin’ settings to, for example, add no…[Read more]
-
Peter Hardy-vanDoorn replied to the topic explode function in the forum Ideas 8 years, 8 months ago
Off the top of my head, it should just be a case of :
$needs = explode( ", ", bp_member_profile_data(‘field=School Needs: Social Welfare’) );Which should then put an array into $needs like this:
Array
(
[0] => Environmental programmes
[1] => Sports development
) -
Peter Hardy-vanDoorn replied to the topic How can I get all userId for a given Member type in the forum How-to & Troubleshooting 8 years, 8 months ago
If getting your hands dirty with SQL scares you (like it does me) BP has its own functions:
$member_type = "doctor"; // slug of member type[Read more]
if ( bp_has_members( array ( 'type' => 'alphabetical', 'per_page' => 1000, 'member_type' => $member_type ) ) ) {
while ( bp_members() ) : bp_the_member();
//… -
Peter Hardy-vanDoorn replied to the topic Buddypress paid membership in the forum Installing BuddyPress 8 years, 8 months ago
Try the WooCommerce Members bundle… https://woocommerce.com/products/woomembers-bundle/
-
Aslan Guseinov started the topic FIXED: Css styling problem after updating to 2.9.0 in the forum Installing BuddyPress 8 years, 8 months ago
Hey all! I have a css problem.
After upgrading to 2.9.0 css styling began to act funny.
Check this http://glot.ee/2.8.2.png and this http://glot.ee/2.9.0.png. -
Siddharth replied to the topic change username to display name in the forum How-to & Troubleshooting 8 years, 8 months ago
Hello @danbp
Display name in buddypress activity stream is not showing once posting any activity.
It was showing earlier but all of a sudden its not showing for newly registered users. Please check the screenshot below:-
B’coz of this the {username} field is not showing in email templates as well when someone is i…[Read more]
-
Siddharth started the topic Username in Activity Stream not showing in the forum How-to & Troubleshooting 8 years, 8 months ago
Hello all,
Username in buddypress activity stream is not showing once posting any activity.
It was showing earlier but all of a sudden gone for newly registered users. Please check the screenshot below:-
B’coz of this the {username} field is not showing in email templates as well when someone is inviting others, group…[Read more]
-
Millioaire's Digest Company's profile was updated 8 years, 8 months ago
-
metalhead replied to the topic Autocomplete shows both names in the forum How-to & Troubleshooting 8 years, 8 months ago
Correction: What I meant was, I didn’t find any parentheses in the span tag, but I removed them from the %s, and it display the name without parentheses, but it crippled the function; without those parentheses, I click on a name from the list and the name gets printed with html code wrapped around it.
Not a big deal – but let me know if you have…[Read more]
-
metalhead replied to the topic Autocomplete shows both names in the forum How-to & Troubleshooting 8 years, 8 months ago
Thanks! That worked.
One small problem that remains, is that I still have parenthesis wrapped around $user->name
Here’s a chunk of the code:
printf( '<span id="%s" href="#"></span><img src="%s" style="width: 15px"> %s (%s)' . "n",[Read more]
esc_attr( 'link-' . $user->ID ),
esc_url( $user->image ),… - Load More