Search Results for 'wordpress'
-
Search Results
-
Hi there,
I was just wondering if you could help me; I’m trying to start a Buddypress sub-community on my existing website. We currently have a user system that enables the use of our services; however I was trying to create a forum as a sub-page on our website and a community from that. I realised, however, that WP was finding it difficult to distinguish users on our current system with users of Buddypress. Is there a way of creating a completely separate user-type for Buddypress, so as to prevent cross-over from our two systems?
I want to work towards:
-Different details required for our user system than Buddypress
-Different menu items for our users than for forum users
-Our user details and activity goes into a massive database; however I don’t want this to be impacted by the forum usersThanks a lot for your help!
Running: WordPress 4.5.3 on Customizr theme
Buddypress 2.6.2I want to search matching profile for a member depends upon his/her profile field values, like a groom wants to search for bride on the basis of his other preferences field values, please suggest any plugin or function that can help me to accomplish this functionality.
Wordpress 4.5.3
Buddypress 2.5.3
Sweetdate Theme 2.9.2 https://themeforest.net/item/sweet-date-more-than-a-wordpress-dating-theme/4994573Topic: disable group avatar
I see that this has been addressed to some degree here:
https://buddypress.trac.wordpress.org/ticket/4677#attachments
Has it not yet been released in one of the buddypress updates? I have tried this approach but with no luck:
add_filter( ‘bp_enable_group_avatars’, ‘__return_false’ );
Thank you in advance!Hi there,
Wordpress Version 4.5.3
Buddypress Version 2.6.2
Site: http://freshink.phIs there a way to make the “Profile” tab only visible to account owners and admins?
Thanks!
DennisHi!
I am adding Member Types to my site. I have over 4000 members and want to bulk assign member types to existing members.
The problem is; I have to assign different member types to male and female members. Male / Female is a BuddyPress xProfile field value. Is there any way to order /sort users in the back-end by an xProfile field value?

If not, is there any other work around? I am using latest WordPress, BuddyPress and BP Member Type Generator Plugin.
Thank you for the help
Hi,
I have bought a theme which of course uses BuddyPress.
Subscribers have access on their activity log but they also have access on every users’ activity log too (all these happens on front-end dashboard)
I want to restrict subscribers from accessing other users’ activity log on front-end dashboard.
I contact with the owners of the theme and they redirect me here because they don’t know how to do that.
I would appreciate any kind of help(plugin or some code snippet).Thank you in advance.
WordPress version: 4.5.3
BuddyPress version: 2.6.2
I also checked with Twenty Fifteen theme and the issue is still there.Topic: Change profile photo
Hi,
if I want to change my profile photo by:
Hi Tristan -> profile -> change profile photo
I get the 404 not found page.
“Sorry, but nothing matched your search terms. Please try again with some different keywords. ”
Related URL: http://intranet/members/tristan/profile/change-avatar/
I have deinstalled the buddypress plugin, but that doesn’t work.
WordPress 4.5.3
Buddypress Version 2.6.2Hi,
I’m working on a wordpress website, and using Buddypress. I wanted to add posts notifications and it worked fine, except when I tried to filter them. First you need to know how I want to filter them.
– I’ve a profile field named ‘Field’ which is a dropdown list with 5 options.
– I have also 5 post categories with the exact names of the ‘Field’ values.
– When a post is added, If it has (e.g. A,B,C) categories I want a notification for every user who has his ‘Field’ value is equal to A,B or C.Here is my code:
foreach (users as $user) {
$acc_type = xprofile_get_field_data(‘Field’, $user->ID);
if (in_category($acc_type,$post_id)) {
bp_notifications_add_notification( array(
‘user_id’ => $user->ID,
‘item_id’ => $post_id,
‘component_name’ => ‘custom’,
‘component_action’ => ‘custom_action’,
‘date_notified’ => bp_core_current_time(),
‘is_new’ => 1,
) );
}}
How to hide BuddyPress specific profile tabs from not logged in user
Topic: LearnPress BuddyPress Plugin
I’m currently working on setting up a multisite system and wanted to integrate LearnPress nd BuddyPress by using the LearnPress BuddyPress Plugin. However, something is not working properly and the LearnPress Profile is not reflecting the BuddyPress profile. The LearnPress is synced with the WordPress profile not the BuddyPress profile. I’ve searched on the web to find any information I could and found this article
https://wordpress.org/support/topic/what-type-of-change-it-will-show-in-profile-page?replies=6
It says there is a setting that I must click, but it’s not found. I was wondering if anyone knew of any known issues or any information about this situation. I’m pretty much stuck with where I am until I know something more. I have all the current versions of WP4.5.3 , BP2.6.2 , and LP1.0.8. and Plug in 1.0.
WordPress 4.5.3 running.
BP Press: Version 2.5.10.
WordPress as a directory, it’s in root.
I have some custom functions in a child bp-custom.php.
I’m running bbPress (standalone), Version 2.5.10.
__________So, I’m looking at inserting BP Avatars (which would display the logged in user) with short-code. After some research, I understand BP doesn’t have any native BP short-codes, and you have to therefore make them yourself, granted.
This is how I guess it used to work (back in good old 2011, that is…):
THIS GOES IN THE FUNCTIONS.php:
function logged_in_user_avatar_shortcode() {
if ( is_user_logged_in() ) {
global $current_user;
get_currentuserinfo();
return get_avatar( $current_user->ID );
}
}
add_shortcode(‘logged-in-user-avatar’, ‘logged_in_user_avatar_shortcode’);***And the shortcode to go anywhere in your content is: [logged-in-user-avatar]
———
Any ideas what on what would work now?
Kristian.
Hi there!
I have a child theme in my WordPress and it has the appropiate buddypress folder inside.
I have successfully done a custom buddypress>members>profile-loop.php and buddypress>members>members-loop.php, but I’m struggling to make buddypress>members>single>member-header.php work.
Is there anything wrong with the files’s path?
The changes I do in the file don’t show in the website afterwards.
The original file come from buddypress>bp-themes…What am I doing wrong?
Hello!
I am setting up a new WP multisite for two sites, using different domains for each site. I would like to use BuddyPress on both sites, but share the same BuddyPress instance/data between each site. The two communities will have a lot of overlap, and one site may eventually subsume the other.
Can BuddyPress do this? If so, what configuration do I need to look for?
I found this link, but I am unfamiliar with the terminology. While the steps were clear, I am new and their overall intent was opaque to me.
TIA!