Search Results for 'buddypress'
-
Search Results
-
Hi team, if I activate the template in Legacy Mode, I have the bp_nav menu but I don’t have the friend request button for every user. If I activate the template in BuddyPress nouveau, the friend request button appears but the bp_nav menu disappears. Is there a way to have both? Thank you
Hello I want minimum limit criteria for buddypresss activity section, As I want min 50 to 100 word should be restricted to the users , Can I do that ,OR IS their any plugin
Topic: Default member type
I am building an eLearning website and I am using BuddyPress to manage the community. I have created two member types “Student” “Instructors”. Please, I want to make the student the default member type that will be assigned to every user upon registration. How do I achieve that?
I also want a situation where anyone given the instructor role can automatically be assigned to the instructor member type.
Topic: Broken Home Page
Hello and good day.
I just installed Buddypress on a Zakra Pro theme.
It appeared to install correctly but my home page is is not showing correctly.
Instead of full screen, everything is shifted to the left.
I did a conflict test with no success.
I also restored a pre-buddypress backup to no avail.
Hello Amigos,
Can you please suggest this https://prnt.sc/26wddv9?
I’ve used BuddyPress and am Unable to check the favorites and Mentions,
While I’m clicking on it, It redirects to the directory page.So, Please share your thoughts.
Thank you in advance!When I go to invite members to a group., the plus sign button is not visible. I use the Memberlite theme but I tried both the BuddyPress and the Twenty Twenty themes and still had the same problem. Do you have any idea what could cause this?
WordPress 5.9
BuddyPress 10.0Website Link: http://www.sheldonfamily.net
I am attempting to set up BuddyPress on my website and on my registration form it is duplicating the name field on the signup fields only and I cannot delete (healthystmarys.com/register for reference). I’m not great with coding/website editing (I know the basics to edit this website for work) so any guidance on how to fix this would be much appreciated.
Hello all,
I’ve created a custom theme. I’ve kept it simple, and I like everything about it except that my /register page is blank! Along with all the other buddypress stuff and the forum, etc.
Is there some piece of code i need to include in my .functions.php or header or something to make all this work together?
When I switch to another theme, like twenty-twenty-one, the register page shows up, BUT the style makes all my pages look really bad! What can I do to make this bit work in my theme?
working on the site http://staging3.recordcollectorsoftheworldunite.com/
Thanks so much.
I’m creating a new BuddyPress site that will be primarily organized around Groups. Each Group will represent a city, and each Group needs to have multiple Forums (such as for neighborhoods within the city). Two questions, please:
1) How do I create multiple Forums for Groups? When I set up a new Group, it asks if I want the Group to have a Forum. But it says nothing about having more than one Forum.
2) I’m confused about the difference between a BuddyPress user registration and a BBPress Forum user registration. Do I need both? Does the Forum registration just register them for one Forum, or for use of the whole BuddyPress site? If they register in BuddyPress, do they also need to register to take part in a Forum?In general, I don’t understand why BuddyPress and BBPress are separate plugins. It would make a lot more sense (and be less confusing) if they were all in one plugin, wouldn’t it?
Topic: profile photo not uploadable
Hello community. I’d like to use Buddypress but with this configuration:
fresh wordpress installation 5.4.9 , php 8 , with only Buddypress 10.0 plugin activated on twenty nineteen theme it is not possible to add personal photo as subscriber role nor author role.I had already tried with wordpress installation 5.9 , php 7.2 , with only Buddypress plugin activated on twenty twenty theme.
The only difference is that now it’s always written “There was a problem cropping your profile photo.”
https://amodio.live/members/buddy_test2/profile/change-avatar/
Someone has a solution or Buddypress has gone forever?
Do you know another plugin to use for creating a community?
Many thanks,
Giuseppe
Topic: Viewing My Profile
Why does clicking on my user name (upper right corner of the screen) in my forums take me to the Edit Profile page instead of the View Profile page, and how do I change it? It shouldn’t take me to the profile editing page unless I click on “Edit profile” or I choose the “Edit” option on the profile page itself.
(Incidentally, it’s even more screwed up on this forum. It goes to https://buddypress.org/wp-admin/profile.php , not anything to do with me. Naturally, I get a “Sorry, you are not allowed to access this page.” error.)
WP Version 5.9
BP Version 9.2.0
bbPress Version 2.6.9
bbp style pack Version Version 4.9.1Site: http://www.laceioli.org
Hello,
I’m getting these Notices in my Frontend Website Heading. Please see bellow at the end of this message.
My support team tell me that it’s relate to BuddyPress or its related plugins.What are these errors?
Should I do anything to correct the errors?
To which plugins these errors are related to?
Should I just ignore these notices and Disable WP_Debug?I disabled al the plugins which are related to buddypress, but these notices don’t disappear.
If I disable BuddyPress these notices disappear but also my website, because it’s based entirely on Buddypress 🙂Any suggestions?
I’m using:
WordPress v 5.9
BuddyPress v 10.0.0Thanks,
DrorNotice: Trying to get property ‘ID’ of non-object in /home/palztogo/public_html/wp-includes/class-wp-query.php on line 4121
Notice: Trying to get property ‘post_title’ of non-object in /home/palztogo/public_html/wp-includes/class-wp-query.php on line 4123
Notice: Trying to get property ‘post_name’ of non-object in /home/palztogo/public_html/wp-includes/class-wp-query.php on line 4125
Deprecated: bp_before_xprofile_cover_image_settings_parse_args is deprecated since version 6.0.0! Use bp_before_members_cover_image_settings_parse_args instead. in /home/palztogo/public_html/wp-includes/functions.php on line 5691
Topic: admin-bar removal
Hello, I have researched the topic here and the codes that are suggested to be added into my functions.php of my theme do not work for me. I even tried to add it to the core of buddypress within the plugin, and that did not remove it either. I unchecked the settings and turned off registration, still there, any solutions?
Wordpress v5.9
Buddypress V10
Theme – Nouveau enabledI’m trying to put the contents of a single activity onto a custom wordpress template page.
e.g. https://www.mysite.com/members/myusername/activity/2/I looked at the \buddypress\bp-templates\bp-nouveau\buddypress\activity\activity-loop and \activity\single\home for code to put in my custom template:
<div class="entry-content" id="start-a-project"> <div id="buddypress" class="buddypress-wrap twentysixteen bp-dir-hori-nav"> <?php $prj_activity_args = array("include"=> 2 ); // only pull activity id=2 from WP_BP_ACTIVITY ?> <div class="activity" data-bp-single="2"> <!--hardcoding for testing--> <?php if ( bp_has_activities( $prj_activity_args ) ) : ?> <?php if ( empty( $_POST['page'] ) || 1 === (int) $_POST['page'] ) : ?> <ul id="activity-stream" class="activity-list item-list bp-list" data-bp-list="activity"> <ul class="activity-list item-list bp-list"> <?php endif; ?> <?php while ( bp_activities() ) : bp_the_activity(); ?> <?php bp_get_template_part( 'activity/entry' );?> <?php endwhile; ?> <?php if ( empty( $_POST['page'] ) || 1 === (int) $_POST['page'] ) : ?> </ul> <!-- .activity-list --> </ul> <!-- #activity-stream --> <?php endif; ?> <?php else : ?> <?php //bp_nouveau_user_feedback( 'activity-loop-none' ); ?> <?php endif; ?> <?php// bp_nouveau_after_loop(); ?> </div> </div>I only want to pull one activity – so I passed array(“include”=> 2 ) to bp_has_activities() ; However, when the page is loaded, the <ul id=”activity-stream”> loads ALL the activities.
Could someone help me figure out why this is happening? I switched to the legacy theme and the code works fine. I think it’s something to do with the data-bp-list=”activity” that is causing all the activities to get loaded.