Search Results for 'buddypress'
-
Search Results
-
Topic: Page reload
Hi
Everytime I click on a link on my (buddypress integrated) site the page reloads from the top. E.g. when I’m going from the “activity” link to the profile edit and the profile photo link the pages reloads from the top.
It is annoying – does anybody know how to make the loading of the different pages under the buddypress plugin more smooth?Hi, I would like to set a css class/style (in this case “font-weight: 400;”) to a $field_data in a buddypress function and I’m not really sure how can I do that. This is the code:
function yzc_add_xprofile_field_data_after_username( $name ) { if ( bp_is_members_directory() ) { $field_data = xprofile_get_field_data( 'Age', bp_get_member_user_id() ); return $name . ', ' . $field_data; } return $name; } add_filter( 'bp_member_name', 'yzc_add_xprofile_field_data_after_username', 10 );
Thanks a lot!
I have a site set up with WordPress and have BuddyPress installed on it. I am running the Reign Theme currently on my site. When I log in as a user to test the site I have an issue when uploading a new profile picture. I can select a photo and click upload but it will not show my profile picture when the crop option pops up. I can hit crop but not see anything and it will upload my profile picture. I need to change it where the user can see their photo when the crop option pops up. I have already deactivated all my plugins and used a basic theme and it did not fix my issue. If anyone can help me that would be great.
hey guys..
my standard (most recent updated WP/BP install) doesnt have a link to the @username when @mention on the profile field of a user.
you guys have any ideas how to enable @mention inside buddypress profile fields
Hi,
I would like to add some users to groups according to their profile fields selection. For example, in the users profile there’s a “city” field and the user select “london”, so that user should be added to the group called “london”. How can I do that?
I checked a couple of plugins but are old or they don’t do what I need:
https://wordpress.org/plugins/buddypress-auto-group-join/Thanks!
Hi, I have set up the Aardvark Theme with Buddypress, and for some reason the activation email is not being sent. I have tried several times. Any idea what I need to do? Thanks.
I am new in buddypress.
Wandering that can I replace the post comment system to what’s new form?
Searching this function for many hours.