Search Results for 'buddypress'
-
Search Results
-
Wordpress version: 5
Buddypress Version: 3.2.0
Theme Installed: Avada
Website: The SiteI have listed the groups on the Networking page – Networking Page.
Problem I’m having is, If I list the groups to this page within the setting, my banner and small image do not show on the page at all. If I use “Shortcodes for Buddypress”, even though I add [groups-listing] at the bottom of the page they are still showing above the banner & Image.
Any help appreciated.
Thanks
Hi all,
I’ve to migrate some data from buddypress to another system.
Where in the database can I find the information whether a user wants to receive an e-mail when he has received a new message?Thanks for help.
Best regards
MiriamTopic: Styling the BP profile tabs
Hi guys,
After extensive attempts to get this right, I am at a loss and am requesting some guidance on styling the BP profile tabs.
I am using recent versions of WP (4.9.9) and BP (4.1.0).
The issue is that I am only able to change some attributes of the tabs but not others. Here is my css (included in the style.css of the child theme) with an indication of what works and what does not – see also image below showing the result of the css:
#buddypress .bp-personal-tab { color: red !important; /*does not work*/ background:yellow !important; /*works*/ font-size:0.8em !important; /*works*/ font-style: italic !important; /*works*/ } #buddypress .bp-personal-tab.current.selected { color:red !important; /*does not work*/ background:blue !important; /*does not work*/ font-size:1.3em !important; /*works*/ font-style: italic !important; /*works*/ }
Any help would be greatly appreciated.
Thanks,
Dennis
Hello everyone. I’m using the following snippet that will display the first name and last initial for users in buddypress. However, in bbpress it has no effect. Any ideas on how I could edit this to get it to work for bbpress? I’m so sad that something like this isn’t a default option.
$changeLastInitial = new changeLastInitial; add_filter('bp_displayed_user_fullname', array( $changeLastInitial, 'last_initial' ), 7, 1); add_filter('bp_get_member_name', array( $changeLastInitial, 'last_initial' ), 7, 1); add_filter('bp_get_the_profile_field_value', array( $changeLastInitial, 'last_initial_xprofle' ), 7, 3); add_filter('bp_core_get_user_displayname', array( $changeLastInitial, 'bp_core_get_user_displayname' ), 7, 2); class changeLastInitial { function bp_core_get_user_displayname($name, $id) { $name = $this->last_initial($name); return $name; } function last_initial_xprofle($value, $type, $id) { if ($id == 1) { $value = $this->last_initial($value); } return $value; } function last_initial($name) { $name_a = explode(' ', $name); // if there is at least two parts to the name if (count($name_a) == 2) { // replace the last part of the name with the first letter of the last part $name_a[count($name_a) - 1] = substr($name_a[count($name_a) - 1], 0, 1); // put it all back together $name = implode(' ', $name_a)."."; } return $name; } }Topic: Permalink Crash
Hi since the recent update to gutenburg my buddypress now crashes daily. I will reset the permalink and buddy press will work for 6 hours than crash again, then i have to re-set the perm links again. I am a novice when it comes to developing so my question is how can I stop it from crashing. It worked great until the update.
http://www.thesmallbusinesswarehouse.com
my buddy press version is 4.1.0
My theme is Geodirectory supreme themeThis is the message I keep seeing:
BuddyPress is almost ready. You must update your permalink structure to something other than the default for it to work.Your help would be appreciated.
BuddyPress: 4.1.0
WP: 5.0.2
site link: (private site)On the members profile pages, clicking certain menu tabs breaks the page – clicking “notifications”, “groups”, or “settings” causes the page to be cut off just below those menu items.
Through plugin and theme disabling, I’ve narrowed the problem down to an incompatibility between BuddyPress and my Divi child theme.
I also learned that an incomplete page is likely due to a fatal PHP problem, so I captured the debug log – sure enough, BuddyPress PHP errors all over the place.
Unfortunately, I’m not savvy enough to know what they mean, or how to fix them.
An insight AT ALL would be appreciated.
—–
[15-Jan-2019 00:59:22 UTC] PHP Notice: add_option was called with an argument that is <strong>deprecated</strong> since version 2.3.0 with no alternative available. in /nas/content/live/thefluentself/wp-includes/functions.php on line 4048 [15-Jan-2019 00:59:22 UTC] PHP Notice: add_option was called with an argument that is <strong>deprecated</strong> since version 2.3.0 with no alternative available. in /nas/content/live/thefluentself/wp-includes/functions.php on line 4048 [15-Jan-2019 00:59:22 UTC] PHP Notice: Undefined variable: titletext in /nas/content/live/thefluentself/wp-content/themes/fluent-self-2017/buddypress/members/single/index.php on line 31 [15-Jan-2019 00:59:22 UTC] PHP Fatal error: Uncaught Error: Call to undefined function bp_is_user_forums() in /nas/content/live/thefluentself/wp-content/themes/fluent-self-2017/buddypress/members/single/home.php:88 Stack trace: #0 /nas/content/live/thefluentself/wp-includes/template.php(690): require() #1 /nas/content/live/thefluentself/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template('/nas/content/li...', false) #2 /nas/content/live/thefluentself/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false) #3 /nas/content/live/thefluentself/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(338): bp_get_template_part('members/single/...', NULL) #4 /nas/content/live/thefluentself/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-theme-compat.php(212): bp_buffer_template_part('members/single/...', NULL, false) #5 [internal function]: BP_Members_Theme_Compat->single_dummy_content('') #6 /nas/content/live/thefluentself/wp-includes/class-wp- in /nas/content/live/thefluentself/wp-content/themes/fluent-self-2017/buddypress/members/single/home.php on line 88 [15-Jan-2019 00:59:24 UTC] PHP Notice: add_option was called with an argument that is <strong>deprecated</strong> since version 2.3.0 with no alternative available. in /nas/content/live/thefluentself/wp-includes/functions.php on line 4048 [15-Jan-2019 00:59:24 UTC] PHP Notice: Only variables should be assigned by reference in /nas/content/live/thefluentself/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590 [15-Jan-2019 00:59:24 UTC] PHP Notice: get_currentuserinfo is <strong>deprecated</strong> since version 4.5.0! Use wp_get_current_user() instead. in /nas/content/live/thefluentself/wp-includes/functions.php on line 3853 [15-Jan-2019 00:59:26 UTC] PHP Notice: add_option was called with an argument that is <strong>deprecated</strong> since version 2.3.0 with no alternative available. in /nas/content/live/thefluentself/wp-includes/functions.php on line 4048 [15-Jan-2019 00:59:26 UTC] PHP Notice: Only variables should be assigned by reference in /nas/content/live/thefluentself/wp-content/plugins/subscribe-to-comments/subscribe-to-comments.php on line 590 [15-Jan-2019 00:59:26 UTC] PHP Notice: get_currentuserinfo is <strong>deprecated</strong> since version 4.5.0! Use wp_get_current_user() instead. in /nas/content/live/thefluentself/wp-includes/functions.php on line 3853Hi,
I am using BUddyPress for my website.I want to hide the Register option from logged in users.How can I implement that?Currently I am running my site in localhost.
ThanksVersions
——–
wordpress:4.9.8
BuddyPress:4.1.0
Buddypress for learndash:1.2.5
using onleplus parallax theme,and Lerandash,paid mambership pro ,woocommerce pluginsHello. I’ve notice something else with buddypress. When someone need to Login, he is redirected to default wordpress login? Buddypress doesn’t have it’s own Login tab, like the register? And how can you remove Email approve when someone register. And every user can acces Wp-admin, isn’t there function to restrict normal users from opening that page? Any restrict function on buddypress, like only registered users to be able to open the site or pages.
Link to site: supercarsownersclub.com
Theme: Hestia
Buddypress version: Version 4.1.0
Wordpress version 5.0.3Cannot deactivate or unistanll the plugin!
Followed all the instractions, there are no plugins associated with budypress, the website theme is not depending on it eitherWhen I deactivate it I get a white page with thousands lines of errors like these…
Warning: reset() expects parameter 1 to be array, null given in /home/clients/a0427b6d18ac6444bd4caa15b9d9b12c/web/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 291
Warning: current() expects parameter 1 to be array, null given in /home/clients/a0427b6d18ac6444bd4caa15b9d9b12c/web/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 295
Warning: next() expects parameter 1 to be array, null given in /home/clients/a0427b6d18ac6444bd4caa15b9d9b12c/web/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 301
Warning: current() expects parameter 1 to be array, null given in /home/clients/a0427b6d18ac6444bd4caa15b9d9b12c/web/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 295
Warning: next() expects parameter 1 to be array, null given in /home/clients/a0427b6d18ac6444bd4caa15b9d9b12c/web/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 301
Thank you in advance!
Kind regards,
SofiyaHello, i want to switch from UM to buddypress, but i encounter a problem.
http://prntscr.com/m61idq
I’m using this option and alot of pages and links work with page-id. But buddypress doesn’t work with it? Is there any fix for that?Hi, folks!
After updating the plugin BuddyPress, the courses, forums, settings and notifications, stopped working.
Anyone else?

Hello…
I just made a post My Previous Post and noticed a label “this topic marked as spam” after I tried to edit a typo. I’m not sure why or how to avoid that in the future, or how to get any input on what I had originally been asking?It IS a bit of a duplicate post, since I originally put a similar question in a different forum, but I wasn’t really sure where it belonged and couldn’t figure out how to delete the first one.
Please help?
Thanks!Topic: Username as Name
Hello,
I dont like my users to enter 2 times a NAME.
What I like to have is:The user creates a new unique “USERNAME” during the registration. And this USERNAME becomes automaticly the “NAME” in this xprofile required field.
So the user does not to create another name in the registration. But he can change the Name in his profile later.
How does this work, is there a hook, I can do this?
Cheers,
Denis