Search Results for 'buddypress'
-
Search Results
-
Hi,
I’ve created two drop-down fields in xprofile and added one option each just to save them. In the registration page, their options are dynamically populated through jquery. Registration is always successful but when the option populated by jquery is selected, it is not being saved. While the option added when creating the fields is selected, it is being saved.
Is it really required to add all the options in the drop-down fields to be able to save it to the user’s extended profile?
Wordpress Version: 4.6.1
Buddypress Version: 2.7.0Hi,
Thank you so much for putting your efforts to make buddypress awesome. I noticed the some problem related to messaging.
1. It reloads the page (not dynamic)
2. It requires subject for messaging.I will be so much grateful if anyone can help me out.
Thanks in advance.Hi, I’m not sure if I should be asking for help here, or over at Buddypress, so just let me know if I need to approach someone else.
I have downloaded Buddypress and BBpress to my site which is using X theme. It seemed to be working well until yesterday when I noticed a glitch. When I am logged in, and visit the various menu items on my page, some show me as being logged in, while others (mainly Home and Chat) show me as being logged out (when I’m actually logged in). Have you any ideas as to what might be going on here?
I created a tester user profile to test the site out, and the problem only seems to be arising on Safari. Firefox and Chrome seem to be working fine, and consistently show me as being logged in throughout the site.
Any help you might be able to offer would be much appreciated!
Using Buddypress Version 2.7.0 and WordPress 4.6.1.
My site can be found at http://mummytobe.co.uk
Many thanks,
Catherine
Topic: Fatal error PHP 7.1
Does BuddyPress work with PHP versions 7.1 ?
In 7.0 version it is OK seems as.Problem is in bp-core-dependency.php, line 143 “do_action( ‘bp_setup_admin_bar’ );”
Here is full error:
Fatal error: Uncaught Error: [] operator not supported for strings in D:\UniServerZ\www\custom\wp-content\plugins\buddypress\bp-activity\classes\class-bp-activity-component.php:281 Stack trace: #0 D:\UniServerZ\www\custom\wp-includes\plugin.php(524): BP_Activity_Component->setup_admin_bar('') #1 D:\UniServerZ\www\custom\wp-content\plugins\buddypress\bp-core\bp-core-dependency.php(143): do_action('bp_setup_admin_...') #2 D:\UniServerZ\www\custom\wp-includes\plugin.php(600): bp_setup_admin_bar(Object(WP_Admin_Bar)) #3 D:\UniServerZ\www\custom\wp-includes\admin-bar.php(83): do_action_ref_array('admin_bar_menu', Array) #4 D:\UniServerZ\www\custom\wp-includes\plugin.php(524): wp_admin_bar_render('') #5 D:\UniServerZ\www\custom\wp-admin\admin-header.php(214): do_action('in_admin_header') #6 D:\UniServerZ\www\custom\wp-admin\index.php(102): include('D:\\UniServerZ\\w...') #7 {main} thrown in D:\UniServerZ\www\custom\wp-content\plugins\buddypress\bp-activity\classes\class-bp-activity-component.php on line 281Topic: how to add new members
How do I add a new member to buddypress from the backend of WP?
I just tried this (wp > users > add new) and the new user does not show up in buddypress.
Do all new users have to be added via the frontend?
Hi,
the buddle notification icon, located in administration bar in the left zone of the AVATAR, is not showed by defauls in mobiles devices.
In order to show it @shayne-thiessen explaned in the following post what is the CSS codec we can must add in order to show it:
https://buddypress.org/support/topic/admin-bar-mobile-css/
Resuming, the CSS code is the following/* Show only default top level items */ #wp-toolbar > ul > li { display: block;But now there is a little problem… when I clic in the notification icon, in the mobiles devices it will show only a little part of the dropdown windows with notification, because the dropdown windows is showed from the icon to the right zone, so it goes out of the display, while in computers the dropdown windows is showed from the icon to the left zone.
So my question is:
how can I show the dropdownmenu in the mobiles from the icon to the left zone (just like in the web)
Thank very much for your support.