Search Results for 'theme'
-
Search Results
-
Topic: BuddyPress Settings
Is there any way to remove the tabs of active, newest, and, popular tab from the BuddyPress theme. I will appreciate your help. Thanks. Perfect example can be this site: https://carpetcleanerpicks.com/
Hello,
I’m using the latest version of buddypress and wordpress. Unfortunately add friend, new post are not working its loading…..continuously . I’m using Nouveau template.
I’ve did everything rollback to older versions of theme and plugins nothing happened. Also deactivated all plugins, Change to legacy I did everything, nothing happened.Please help me to fix it.
Hello, I’m trying to troubleshoot this error message I received in my admin inbox from my website I got after installing the Groups plugin. Any idea on where to start?
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 5.7
Current theme: REIGN Child (version 3.0.0)
Current plugin: BuddyPress (version 7.2.0)
PHP version 7.3.27Error Details
=============
An error of type E_ERROR was caused in line 101 of the file /home/website/public_html/sa111.com/wp-content/plugins/buddypress/bp-groups/bp-groups-cache.php. Error message: Uncaught ArgumentCountError: Too few arguments to function bp_groups_clear_group_creator_cache(), 1 passed in /home/website/public_html/sa111.com/wp-includes/class-wp-hook.php on line 292 and exactly 2 expected in /home/website/public_html/sa111.com/wp-content/plugins/buddypress/bp-groups/bp-groups-cache.php:101
Stack trace:
#0 /home/website/public_html/sa111.com/wp-includes/class-wp-hook.php(292): bp_groups_clear_group_creator_cache(‘2’)
#1 /home/website/public_html/sa111.com/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(”, Array)
#2 /home/website/public_html/sa111.com/wp-includes/plugin.php(484): WP_Hook->do_action(Array)
#3 /home/website/public_html/sa111.com/wp-content/plugins/groups/lib/core/class-groups-group.php(308): do_action(‘groups_created_…’, ‘2’)
#4 /home/website/public_html/sa111.com/wp-content/plugins/groups/lib/admin/groups-admin-groups-add.php(155): Groups_Group::create(Array)
#5 /home/website/public_html/sa111.com/wp-content/plugins/groups/lib/Hi, I’m new to BuddyPress and would like to know how to add a field (Prefix) to the name as displayed on the member directory page.
Wordpress version: 5.7
BuddyPress version: 7.2
Site: https://csdaustralia.comI’m using the Nouveau template pack. I have already created a child theme and have been experimenting with members-loop.php and index.php. Not sure if I’m looking at the correct place.
Any advice much appreciated. Thanks in advance.
I noticed that my wordpress users aren’t showing as buddypress “members”… and actually they haven’t been syncing for quite a while.
Any idea why my WP users aren’t syncing to Buddypess “members”?
I updated all plugins, themes, etc and even disabled all plugins except Buddypress, then created a new wordpress user and that user is still not showing in Buddypress “Members” page.
I next checked to make sure that the Buddypress setting is turned on, “Enable BuddyPress to WordPress profile syncing” and that was already turned on.
Any ideas what could be causing my users to not show in Buddypress?
BP Version: 7.2.0
WP Version: 5.6.2
PHP Version: 7.3
Members Page: https://sciacademy.socialjack.com/members/Hi everyone,
I am using buddypress and extra functions were added using plugins and child theme.
Buddypress version 6.3.0
Wordpress version 5.5.3I observed that from frontend user accounts, if they change custom field visibility, the field value is deleted from the database table “bp_xprofile_data”. It happens in several ways, for example changing from adminsonly to public and also from public to adminsonly.
The function used for editing visibility is ” bp_nouveau_xprofile_edit_visibilty() ” in the edit.php file of the child theme.
I would like to know if this is the normal behaviour and if there is a way to maintain the data?
Thanks for your help 🙂
Hello. I was wondering if someone could help me with this error.
When I try to delete any user, I receive the following:Fatal error: Uncaught Error: Call to undefined function ctype_digit() in /wp-content/plugins/buddypress/bp-core/bp-core-avatars.php:760
760: if ( $item_id && ( ctype_digit( $item_id ) || is_int( $item_id ) ) ) { 761: $item_id = (int) $item_id; 762: } else { 763: return false; 764: }
Everything else seems to work fine. I can add users and modify them.
I am able to delete the user from the backend using phpmyadmin.WordPress Ver: 5.6.2
BuddyPress Ver: 7.2.0
BuddyX Theme Ver: 3.7.3
MySQL Ver: 5.6.32
PHP Ver: 7.4.10Thank you,
torresI’m trying to overwrite the styles of the class login-split but it doesn’t work and I’m not sure why that happen. I need to make that class 100% width.
I tried the code posted here ( https://buddypress.org/support/topic/display-username-in-members-directory/#post-89522 ) into functions.php and got the whitescreen of critical error.
– That code was supposed to display username and full name in the directory I think.been looking into copying template page ( \buddypress\bp-templates\bp-legacy\buddypress\members\members-loop.php )
into new /buddypress/ folder and adding some code there(?)Do I need to add somethng like:
bp_user_fullname()
bp_displayed_user_fullname()Also looking at some things for x-profile tags?
Not sure best way to go / get there from here..I did try adding a file to:
/wp-content/themes/twenty-four-cslite/buddypress/bp-templates/bp-legacy/buddypress/members/members-loop.phpand putting part like this:
<div class="item-title"> <a href="<?php bp_member_permalink(); ?>"><?php bp_member_name(); ?></a> <br> <?php bp_displayed_user_fullname(); ?> <?php if ( bp_get_member_latest_update() ) : ?> <span class="update"> <?php bp_member_latest_update(); ?></span> <?php endif; ?>
but it did not seem to do anything… Feel like I am close but missing things – I did a lot of searching, but missing something obviously.
Topic: Adding Paid Membership to BP
Hi,
I am running a BP related theme and I want to add a paid membership option to the site. Does anyone know of any plugins that will do this?
I am already using the BP Members Type (BuddyBoss) plugin to provide the user with an option to sign-up. I now want to have a free sign-up option and one that forces members to pay.
Any suggestions greatly appreciated.
Thanks,
MAfter installing BuddyPress, My registration page is now under buddypress, Even the password field is missing so people cant even sign up.
I want it to be my original themes registration page.
Ive done a bunch of research and none of the codes seemed to have worked for me.
Any Idea How to remove buddypress reg page?