Search Results for 'buddypress'
-
Search Results
-
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.
Topic: Question about Moderation
Hey, I have a buddypress based theme on my site. Can every post be moderated before they are posted? If yes please let me know where in the options/settings can I enable that.
I have a clash of clans website. And now I want to change the theme into BuddyPress. How I will migrate it without dropping in its ranking and design.
Thanks.I noticed that after updating to Buddypress 10.0.0 there will be no media displayed in my groups anymore. The link also vanshed completely in the submenu of every single group.
So I downgraded to Buddypress 9.1.1 and it worked again.I am using Gwangi for Buddypress as theme.
Maybe you can fix that?I updated Buddypress yesterday in the WP dashboardand.
After Logout and re-opening the site, the Login fields were gone !
Members are not able to login.
Is there a way to return to the previous version ?Hello all, I have seen lots of posts like this, but nothing has fixed mine.
I’m getting a blank page at
https://staging3.recordcollectorsoftheworldunite.com/register/I’ve enabled sign-ups for all members, and have uninstalled and reinstalled buddypress as well as deleted and remade the page ‘register’.
I’ve configured to make my page “register” buddypress default register page in the buddypress page menu.
I tried copying the register.php file from buddypress folder into my theme folder as page-register.php but that didn’t work either.
What can I do to solve this?
Thanks
Hi,
I am trying to install Spanish language on my siteSpanish is already installed and working on the site
I have installed .po and .mo files, and also in place are json files installed by Polylang.
However, when in Buddypress users only get pages in English.I have been through all documentation I can find (which seems all to be quite old tbh) but have not found any appropriate suggestions/solutions.
Please advise
Dear support,
I purchased this theme Masterstudy Buddypress Theme.
The page editor is Elementor.The elementor module, to add buddypress groups in a page, doesn’t have the field to decide how many groups to show.
By default are showed 6 groups, I would like to show all available groups. How can I do that?
The theme support told me to contact Buddypress support.
Thank you.I am using the most recent versions of WordPress and BuddyPress.
Hi, I’ve been searching these forums for about 4 hours now.
On my members page the background is light gray but all of the text, like the members names especially, are a real light yellow. I can not for the life of me figure out how to change those colors!
Can anyone please point me in the right direction??
THANK YOU
Hi,
I am using buddypress 9.2.0 and WP 5.9.
It is strange behavior that, I have created multiple users from WP admin panel that carries format of “firstname.lastname”. And When I login using them to frontend , I see 404 error on profile page.In the url, I see that the “firstname.lastname” is getting converted to “firstname-lastname”.
Why is this happening and what is the solution for it. Is anybody else facing this issue ?
Regards,
DevanshuTopic: Register form not working
Hi everyone,
I am using the latest version of WordPress and tried Buddypress 9.2 and 10.0, but both gave the same trouble.
When I’m testing my register form, I don’t get redirected to the page which tells you to check your mail. It refreshes and the password field is empty.
Can someone help me?
I tried to deactivate all of the other plugins and I tried a different theme. Both didn’t work.
I’m on version 9.x and I do have the Buddypress add-on for Memberpress.
On my Buddypress Members page, there is an All Members count, a search box, a dropdown filter, and a list of members.
The first problem is that the All Members count was is way higher than my current active Memberpress members. It appears to be virtually all MP members who ever signed up, active or otherwise.
The second problem is that the list of members only includes people who have recently done something in Buddypress, and not those who have only done something in MP (such as login).
The third problem is a search does not succeed unless the member has done something recently in buddypress.
The last two problems go away if I set the dropdown to alphabetical, but the default seems to be Last Active. I guess the root of all these problems is that BP is not taking MP activities into account when determining BP activity. In other words, no integration there.
Thanks for your help. Unable to find solutions in BP doc or forum, nor in MP docs. Also, MP support sends me to you, which does make sense.