Search Results for 'buddypress'
-
Search Results
-
Topic: Mediapress help
I have installed mediapress version 1.0.7 on wordpress 4.7.3 with buddypress version 2.8.2
When posting to my profile activity page, I have icons that let me upload media to the activity stream which works wonderfully.
However, While trying to post in a group, those icons do not appear on the input bar.
I have went through all options and googled all day and cannot find a solution. I am no coder but maybe someone could point me in the right direction?
I just want the media upload icons to appear when posting in groups as well.
My client discovered today that the photos associated with groups / forums are no longer being displayed. Recent upgrade of BuddyPress to 2.8.2. Is there a setting somewhere that turns this on and off? If so, where might I find it. Thanks.
Topic: Filtering activity
Hello,
I am trying to get rid of everything from my Buddypress Activity but the updates. I don’t want “new friendships” or any of the other stuff that is clogging the feed up.
I managed to do this, but I changed my theme and now it’s back to needing filtering again.
I don’t know how to code so If someone can tell me how to do this and exactly where to put the code I would be extremely grateful.
Thanks in advance!Hi, i use buddypress with bbpress on my forums site, there is no comments option on the activity stream. users have to click on the topic to be able to comment.
Please is there anyway users can comment directly from the activity stream?
Thanks
Hi there,
I tried to create custom profile fields for the buddypress profile and then tried to delete it, but everytime I get a 403 error. the same when I’m trying to edit a field:
As you can see, the error refers to the user.php file.
Has anyone an idea what to do?
Cheers,
Sinikka
Topic: Follow Up Emails With Users
Is there a way to have BuddyPress automatically follow up with a user who has created an account but hasn’t actually completed their profile?
Thanks,
Dave
I was struggling to work out why the users I had added manually to my test BP site weren’t showing up in member directories, until I read the answer to this post:
https://buddypress.org/support/topic/resolved-all-member-not-show-in-member-page/Is there any way of programmatically generating an activity record for each of these members that will ensure they appear in the member directories before they have logged in for the first time? Or does someone have an SQL statement that I can use in phpmyadmin that will iterate over all the user ids in wp_users and add an activity record for any that don’t already have one?
Hello,
I would like change the mentionname on the buddypress profile. My user can log with facebook and can’t hide her name. So i would like use the username.
I change the code :
<?php if ( bp_is_active( ‘activity’ ) && bp_activity_do_mentions() ) : ?>
<h2 class=”user-nicename”>@<?php bp_displayed_user_mentionname(); ?></h2>
<?php endif; ?><?php if ( bp_is_active( ‘activity’ ) && bp_activity_do_mentions() ) : ?>
<h2 class=”user-nicename”>@<?php bp_displayed_user_username(); ?></h2>
<?php endif; ?>And my path is (child theme) : childtheme/buddypress/members/single/member-header.php
This modification not work… I don’t understand why :/
Thank
Topic: Groups Clone to Clubs
Hello there,
I’m looking for ‘Clubs’ functionality very similar to ‘Groups’ in Buddypress. Is there anyway to make full clone of ‘Groups’ to creating ‘Clubs’ Functionality for bpmembers? I Want to keep Groups in my site but also need to create ‘Clubs’.
Thank you for your valuable suggestions.
Topic: Username vs profilename
Hey guys.
Now this has really got me baffeled and I can`t get my hrad around it nor find a solution. I have a membersite with about 500 members and the fact tha buddypress uses both a username and a profilename makes things messy. the @username is what is referred to in the system when it comes to messaging etc but the profile name shows when users interact in chat and in forum.
How do i set up the system so that ONLY username is used throughout the site?
And is there any reasonit is set up this way?
Regards.
TerjemkIt seems like buddypress activity plus is not compatible with buddypress version 2.8.2. I would appreciate a link to downloading 2.8.1
Hi there!
I’ll be using BuddyPress to launch an online weather community site coming up. I have a few getting started questions I need to ask the BuddyPress community. The site will offer signup/registration, member profiles, direct messaging, a blog, and discussion groups for starters. Here’s the other questions I had:
1. Can we custom brand/theme the signup/login page for our BuddyPress site? I’d like to do something a little more than a generic WordPress signup/login page.
2. What’s the best way we could handle photo/video galleries on BuddyPress? Should we have a full-fledged photo gallery or just have people include photos in their blog posts/weather reports? For videos, I’ll likely have people publish to YouTube or Vimeo and embed in videos. Should we have a video galleries page people can embed in videos or just have those added to blog posts as well?
3. Is there a way to offer live chat in BuddyPress or a live chat WordPress plugin we could look into?
4. Since people from around the world will be sending in weather reports to the blog, I’d like to be able to display their location (not their current location using GPS but statically display what location they enter into their WordPress/BuddyPress profile) next to their name and blog title. This would help us to at-a-glance know where all weather reports are coming from. Is there a way to pull this off in WordPress/BuddyPress?
Thanks!
Hi There,
Using socialchef theme with latest version of WordPress and Buddypress.
Works with themes Twenty Twelve, Twenty Thirteen, etc… Have isolated the plugin conflict as Woocommerce. Once deactivated accept a friend works. However need woocommerce to function.
Really need some help! Any ideas?
Topic: Make ADMIN everyones FRIEND?
Hey Guys,
I imported my users and Id like to add ADMIN as everyones friend. I found this snippet…
(But it doesnt work)function create_global_buddypress_friend($user_ID) { global $wpdb; $now = date('Y-m-d H:i:s'); $wpdb->insert($wpdb->prefix . "bp_is_friends", array('initiator_user_id' => $user_ID,'friend_user_id' => '1','is_confirmed' => '1','date_created' => $now)); } add_action('user_register', 'create_global_buddypress_friend');Any ideas?
Unless the buddypress plugin is network activated (I want it only on some specific sites) I can’t edit or delete any xprofile fields. I received an error message from wordpress that I don’t have access to that page.
Running WordPress 4.7.3 (Multisite)
Running BuddyPress 2.8.2Topic: Can’t comment on topic posts
Environment:
PHP 7.0.3
Apache webserver
MySQL v5.5.49
WordPress v4.7.3
BuddyPress v2.8.2
Theme: Emmet Lite v1.5.0
Other plugin: noneHi,
I have installed BuddyPress on a fresh local install and used the Emmet Lite theme.
My problem is that when I create a user, login to the site using a completely different browser, with the cache purged and browsing history removed on start, and go to the user profile, I do not have the option to change the profile visibility. The dropdown for the Name is not showing at all.
Please see settings-profile-visibility on the BuddyPress codex.
When you view the image you will see “Base -> Name” and “Visibility -> Everyone” in a dropdown. In my install the “Visibility -> Name” is not a dropdown and not selectable attall.
Thanks in advance for helping me figure this one out.
Hi guys,
I just set up a buddypres community at a site of a friend of me, but it’s not possible to comment on a post in a topic. Whenever you click on the comment button it will load en come back at exactly the same page, but without the window to comment. It succeeded 2 times, but after that not a single time anymore. Used different browsers, laptops, accounts and topics.
Wordpress version: 4.4.8
Buddypress: 2.8.2