Search Results for 'buddypress'
-
Search Results
-
Hi
There is a conflict between buddypress and mycred plugin.
I have the mycred plugin installed but but it does not work (award points) if buddypress is activated. If I disable buddypress then mycred works fine.
The theme I’m using needs buddypress,
1.) Does any one know how I can fix this issue with buddypress?
Cheers 🙂
my web site: culturesect.org
bp version 2.7.2 and bp profile search v. 4.6
wp version 4.5.4we are a non-profit org with members from arts and cultural sectors in our region. We are looking to have a searchable directory for our members, and future ability to create online forums, exclusively to our registered members. The forum capability is the reason we chose to download bp, although it is as feature we are not yet ready to implement.
For now, the directory of our members is intended to be something that we control fully, it will be a type of yellow pages of our members. We will input all member information.
After reading through some of the bp documentation, I am now not sure if bp is the right solution for us. For example, it seems that when creating a member directory, I can only upload gravatars as member profile images, and that would be something that only members can upload?
So my question is: is buddypress right for us, or should we download a crm? I have looked at CiviCRM as an example. Please advise.Good Evening All,
I really have have scoured the internet and forums for a solution but I am still amiss with this one. I have spend 4 full days on this and no resolve. Earlier last week I had been testing my sign up’s before I start to invite new users to my website. The issue is we are not receiving activation emails.
I am using S2 member in conjuntion with buddypress and WP-SMTP and all settings have been checked at least 5 times over.
Does anyone please have any suggestions?
Notes:
1. Test users are being registered successfully in wordpress after a live PayPal link and are landing on a page stating to check email for activation.
2. WordPress is logging the pending member and we have manually requested activation emails again.
3. We have tried several differing email accounts to receive the email.
4. WP-SMTP is succesfully sending test emails to the said email account.
5. We have deactivated S2, WP-SMTP and other plugins in different manners/orders but still no use.Website:studentmotorsport.com
WP: 4.6.1
BP: 2.7.2
S2 Member: Version 160801
WP-SMTP: 0.9.5ANY help would be most appreciated.
With regards
JP
I have a multisite of three sites (http://bionomica.ru/). I need to use different registration forms for different sites, because they have different languages and different activities. How can I do it with BuddyPress plugin? I’m trying to find a way but fail. Please, help!
Hi, am working on a social networking website and i want to know how to set up buddypress so that the activity stream doesn’t show on the main bar when people are not logged in.
I want it to be in a way that when a random user goes to the website, there is no “activity stream” tab in the main bar (top bar). Only register and login.Hello i am working on a social network website and i have designed some little icons on adobe illustrator to use to replace “notifications” and “messages” in my main bar ( just like in facebook).
Please how do i insert it in the website or in buddypress?Hi,
The two columns with ‘basic details’ and ‘profile details’ are horizontally aligned in the signup form, but this doesn’t look good when there are more profile (right) than basic (left) details – and it doesn’t look good on mobile either – it is not responsive.
My register page is currently open here
I have tried to just align the two columns vertically with:
#buddypress .standard-form #basic-details-section, #buddypress .standard-form #blog-details-section, #buddypress .standard-form #profile-details-section {
float: none;
width; 90%;
}– what am I doing wrong?
Or, is there a better solution?
Thanks,
Lars
Hi
I’d really appreciate some feedback on this plugin I’m developing to moderate profile changes. It is my first time using BuddyPress so I’m not entirely sure I’m on the right track and whether this will have consequences I’ve not considered. It works on my development site for my particular purposes.
I’m sharing it because during my research looking for a way to moderate profile changes I found a number of people asking for help but that nothing appeared to be available. Therefore I’m hoping it will be useful to others.
https://github.com/calliaweb/Moderate-Buddypress-xProfile-Changes/
Thank you.
Hi All,
I’m using buddypress in my website, and want to add a small icon after specific field in member’s profile (like a font-awesome icon). This icon must added depending on some condition. How possibly can I do this, shall I use javascript or there is another way.
Thanks in advanceHI,
There have been a few rather unhelpful topics around this. It seems like a pretty basic things to be able to do…
I am using Buddypress with s2Member and want to allow a site visitor to message certain member when viewing their profiles. This is possible for logged in users wh are members themselves but not for public visitors it seems. Some people have tried to use a cotact page alongside a profile to allow the member to be contacted.
PLease…. This is vital to my application.
I am using Buddypress as part of a membership site where practitioners can be contacted by people visiting the site.
Using latest versions of WordPress and Buddypress.
Topic: Automatic Friend Requests
Every time I manually create a new user on my multisite (via the admin interface) the new user instantly gets THREE “friend requests” from existing users. The minute the new user logs in after registration, they already have these three notifications waiting.
I found one thread (3 years old) that describes something similar — but it’s related to the Invite Anyone plugin, the friend request comes from the Group Admin when a user responds to an invitation. I do use the Invite Anyone plugins, so I added this filter:
add_filter( ‘invite_anyone_send_friend_requests_on_acceptance’, ‘__return_false’ );
But it’s not changing anything as far as I can tell. I’m not even sure that the IA plugin is responsible. I’ve logged in as the users who are “sending” these automated friend requests, and I can’t find anything that they can do to force sending a friend request to new users.
Any ideas at all where I should look for the cause?
This might have occurred right after the most recent BP update, but I didn’t actually test before then. New Users for my site can register through the buddypress widget, but they cannot login. Instead, there is an error page that says:
No data received
ERR_EMPTY_RESPONSEWith the claim that the whole page isn’t working. But everything else is working. Please help! I am very new to this and am not at all used to messing with php code.
Does anyone know if there is anything special I need to do to get this function to work? It returns 0 to me even though I have members.
I am using the code in this context…
//return total buddypress members function show_number_of_members( $atts ){ $count_members = bp_get_total_site_member_count(); return $count_members; } //registers all shortcodes function register_shortcodes() { add_shortcode(‘member_count’, ‘show_number_of_members’); add_shortcode( 'postcount', 'post_count_function' ); } add_action(init, register_shortcodes);