Search Results for 'buddypress'
-
Search Results
-
Topic: Signup feature not working
We downloaded a premium theme and initially the theme came with 2 plugins pre-installed, “Paid Membership Pro” and “BuddyPress”. The issue that arises is that both plugins allow signup features for the users, and due to this some plugin conflicts are created. Because of these conflicts, the sign-up feature of each plugin only functions when the other is deactivated, and we need them to run simultaneously. Please guide as to how we should go about resolving this issue.
Our website:
Wordpress Version:
version 5.4.2Buddypress Version:
Version 6.2.0Can anyone help? I’m building a BuddyPress-centric website (www.cityoflondonist.org.uk) and need help building it. More details below.
Thanks in advance
David
* Help me build a specialized online community in WordPress environment
* Provide advice and trouble-shooting support
* Consultant should have extensive experience with BuddyPress community plugin and bbPress forum plugins
* Consultant must be independent, and do the work themselves. Ie, he/she should not engage others in the workSpecific examples are:
* Advise on the pros and cons of using BuddyPress to accommodate custom metadata, vs Gravity Forms-based registration
* If using BuddyPress membership software, advise on whether third party plugins should be used to augment its capabilities and if so, which plugins
* Solve plugin conflicts
* Help add custom metadata to registration process
* Explain difference between WPBakery and Gutenberg editors
* Help set up collaborative forums
* Help implement access permissions to sensitive discussions
* Advise on where to implement specialized popup forms, and how to implementIn my BuddyPress Members page, under each Member’s name, there is a line like:
active 8 seconds ago
I want to disable it.
Also I want to disable the green tick on the profile picture (which shows the online status)
Also I want to show the profile fields under each name in members page, it is just showing Name by default, I want it ti show other profile fields.Hello, I have a user database with existing members on my site. I have recently installed BuddyPress and am wondering if the users I had before I installed BuddyPress will automatically have profiles created. If so, how would I send out a password reset email blast to these members so they can access their profile. Thank you in advance.
Topic: buddypress error
hi , i have this error :
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'bp_group_new_topic_button' not found or invalid function name in C:\wamp64\www\wp-blueprint-base\wp-includes\class-wp-hook.php on line 287
when i create a new group (displayed on the group presentation page)
what i have to do with that ?i have installed the bp-default buddypress theme
regards
charlyI am currently working on this social website using buddypress http://www.nigeriachemists.com and i experimented something, now the registration page with account and profile details is not showing, instead one ugly page is showing in register, can someone please kindly help here? i need to grt it back to default
Hi everybody,
I am setting up a bbpress forum and am complementing it with buddypress community functionality.
Is there a way to let a user edit his short description within buddypress profile, without accessing the /wp-admin dashboard? I have completely restricted access to /wp-admin for subscribers, because I don’t want them to get in contact with it at all.
On the budypress profile startpage one can see the self description of a given user. Below it there is a link saying (roughly translated) “edit your description here”. The link is pointing to “/wp-admin/profile.php#description”.
What I need to achieve is subscribers be able to edit this self description visible on the user profile start page without accessing the wp-admin area. How can I achieve this?
Best regards, peter
In my Buddypress Profile Fields there is the field “Name”.
It is mandatory and I cannot change the settings of it.
How can I change the privacy settings to “optional” and change the privacy settings like
“visible only to my friends”, “public” or “only for me”?If you filter the activity stream (for instance show only updates), BuddyPress will also display other activity entries (for instance blog posts) when you click Load More at the end of the activity stream.
Can anyone replicate the issue with BuddyPress 6.1.0? Is this a BuddyPress bug?
Topic: private account
right now buddypress only allows to make private account option with friends only. is there a way i can make private account working with followers
When I add an Amazon link to the buddypress group, I cannot open the link,please help me
https://recash.wpsoul.net/groups/sunshine/https://www.amazon.com/dp/B086VRY1N4– qwert (@qwert) July 29, 2020
Topic: Displaying a random post
Hey, BuddyPress community! I’m looking for a way to display a random BuddyPress post.
Thank you so much!This is my first time creating a topic so sorry if I did it incorrectly
Hey guys, for redirecting normal post authors to buddypress profile I use this script:
* Redirect profile links to buddypress profile
*/
function buddydev_author_redirect_to_profile() {if ( is_author() && function_exists( ‘bp_core_redirect’ ) ) {
$author_id = get_queried_object_id();
bp_core_redirect( bp_core_get_user_domain( $author_id ) );
}
}
add_action( ‘template_redirect’, ‘buddydev_author_redirect_to_profile’ );
/**
* End the redirect profile links to buddypress profile
*/Can anyone suggest a similar script for redirecting Tutor LMS course authors/instructors to their buddypress profile?
Thank you so much in advance
I need to add a default value in some extended profile fields in buddypress registration form so this data is not repeated.
I have seen that I have to use the variable xprofile_set_field_data() but I don’t know exactly in which .php file to implement it and what code to put
As far as i can ee this diagram is out of date:
It does not detail the message meta table at all!!
Can this be fixed?
And more particularly does each meta item relate to the message ID or the thread ID?