Hi,
I am new to Buddypress, found member_type as a good feature. I am facing hard time to use it in my code.
— I want to send Bulk email to all members of a Member_Type say ‘Principal’ or ‘Doctor’.
I have member_type slug hard coded.
How can I get all userId for a given Member_type ? Can someone please help. I tried many many discussion thread and plugin code. but unluck so far.
That is the same visibility options that already come with BuddyPress. I need to be able to add the option to choose that the profile is viewable by editors or other member group that comes with wordpress. I don’t want to hide them from being editable by the user, I want to hide them from being seen by other members on when they view another members profile but want them to be seen by more than just admin’s (i.e.) I also need to allow editor’s to be able to see them when viewing a member’s profile.
There is no BuddyPress “business”.
BuddyPress is what you make of it. Same as WordPress. WordPress provides you with a default theme and basic options, same with BuddyPress.
You haven’t mentioned what your feed is. Is it the main site’s RSS feed (example.com/feed)? A category feed?
You should disable all BuddyPress plugins that might be interacting with blog posts.
Finally found a solution.
1) add define( ‘BP_ENABLE_MULTIBLOG’, true ) in wp-content/config.php
2) network activate buddypress
3) install rmiweb-multisite-avatar. It is a custom plugin for rmi.one website not available on wordpress repository. Can’t remember from where i grabbed it but i’ve uploaded it on my uptobox account => http://uptobox.com/543ii9u4ozoh
4) At first it wasn’t working for me on my subsite because the theme (skywarriorthemes.com/arcane/) had an issue with displaying avatar. But i’ve tried it with other 3rd party themes and wordpress default twenty seventeen and it works like a charm. So make sure that your theme is not creating some conflict too like mine did.
5) If you want to completely disable gravatar: https://wordpress.org/plugins/disable-user-gravatar/
6) Profit.
Hope that helps.
Hi everybody,
I installed Buddypress on my website and it works fine.
But when an user enters an incorrect password to login, the website redirect him in a error page (Http 500 internal server error), whose link is http://mysite/wp-login.php.
I want users to be warned that they have entered an incorrect password and have the possibility to insert the correct one.
Users login is done by a simple widget.
How can i solve this problem?
Thank you!
We use RSS script merge tags in Mailchimp to pull our feed through from our wordpress site each week and automatically send out a newsletter to our subscribers:
https://templates.mailchimp.com/getting-started/merge-tags/rss-merge-tags/
This was working perfectly with a title, image and summary for each post, but when we enabled Buddypress with bbPress, each item on the newsletter would show the full text of the post rather than a summary. Once Buddypress was deactivated, the Mailchimp newsletter was given just the summary again for each post and worked perfectly.
Since you provided very little information, I can only interpret your post from what you have written.
What is the “RSS feed to the newsletter”? Is this just a RSS feed to the main WordPress blog post RSS feed?
I have both BuddyPress and bbPress installed and these plugins do not affect the main blog post RSS feed (example.com/feed/).
i’m using the buddypress groups to add a user role to members in the same group .. i hook into the groups_member_after_saveto add the role , which means when the user become a member he get the role .. and groups_member_before_remove to remove the role ,when the user leave the group the role been removed. my code is working like charm now . what i need is , to add this role when the user become admin to the group , and remove the role when he be demoted to mod or member, or be banned or removed.. this is my current code , to add the role to joined members:
function bpmp_add_member($bp_group_admin)
{
$bp_group = _bpmp_get_group($bp_group_admin->group_id);
$user = new WP_User($bp_group_admin->user_id);
$user->add_role(_bpmp_get_role($bp_group));
}
function bpmp_remove_member($bp_group_admin)
{
$bp_group = _bpmp_get_group($bp_group_admin->group_id);
$user = new WP_User($bp_group_admin->user_id);
$user->remove_role(_bpmp_get_role($bp_group));
}
add_action('groups_member_after_save', 'bpmp_add_member', 90, 1);
add_action('groups_member_before_remove', 'bpmp_remove_member', 10, 1);
i just need to know what’s the right hooks to use .. i found these hooks but don’t know how to use its functions parameters with the code above
// define the groups_promote_member callback
function action_groups_promote_member( $group_id, $user_id, $status ) {
// make action magic happen here...
};
// add the action
add_action( 'groups_promote_member', 'action_groups_promote_member', 10, 3 );
// define the groups_demote_member callback
function action_groups_demote_member( $group_id, $user_id ) {
// make action magic happen here...
};
// add the action
add_action( 'groups_demote_member', 'action_groups_demote_member', 10, 2 );
any help will be highly appreciated
The whole freakin Plugin needs a UI & layout makeover. It’s 2017, looks like crap vs today’s UI/UX standards.
Try to think of BuddyPress as a foundation for your theme to style. If your site looks as bad as you describe then consider switching theme. You mentioned @buddyboss, they build some great themes that might interest you.
The best thing to do in this case is take a look through the code:
https://github.com/buddypress/BuddyPress
So with buddy press enabled, the RSS feed to the newsletter is messed up, yet when disabled, the feed to the newsletter displays perfectly. Doesn’t this mean buddypress/bbpress is messing it up?
BuddyPress does not modify the WordPress blog post RSS feed.
I tested this locally and cannot reproduce the problem. You must have another plugin that is modifying blog post excerpts.
We’re happy for people to contribute those new UX/UI improvements then!
Like I said before please stop slatting BP and the people that provide this very complex app for FREE for your use.
I’m not being impolite @unrealpixel but attempting to get people to realise that the tone of the thread is not pleasant 🙂
@zo1234
> Start a kickstarter page lol and hire an excellent UI/UX designer! BuddyPress is too popular of a plugin to have bad design.
Do it then! What we provide is something that takes a lot of work to achieve and maintain and is the most unsatisfactory means of working with frontend code where we can’t go and add any custom styling as we’re bound to having to try and produce something that works with any theme layout and styling that might arise, again we do this on our own WORK time unpaid so you can understand why all we ask is that people are a little bit appreciative of those efforts 🙂
I know it’s not quite what you’re looking for, but you could always just disable profile uploading in Buddypress’ settings and encourage your users to set up a Gravatar account.
I know it’s not quite what you’re looking for, but you could always disable profile uploading in Buddypress’ settings and encourage your users to set up a Gravatar account.
The whole freakin Plugin needs a UI & layout makeover. It’s 2017, looks like crap vs today’s UI/UX standards. This is why people are willing to pay for premium plugins like Ultimate Member plugin $200/year, or BuddyBoss theme – for design & looks alone. I’d even pay for a UI/UX upgrade that looks similar to Ultimate Member because BuddyPress has more add-ons and better performance. Start a kickstarter page lol and hire an excellent UI/UX designer! BuddyPress is too popular of a plugin to have bad design.
Buddypress showing 404 error.how can fix it on my website http://nexusservicecenter.com .give me idea how to use
thankz.
I am not attacking the BuddyPress Dev team to be clear.
I’m just saying that there should be a customization option for the registration page.
Because right now the styles are dependent on the theme. Why not add an option that allows people to place a certain field at a place and fully customize that field to their likings. Of course I understand that is hard and takes a long time and will probably not happen.
But please the team would make a lot of people happy by adding an option so people can customize the registration page apart from the full theme like its own style sheet.
i guess we’ve developer working with us , has working for make that option for moderator of groups ,and he leaves and let his costumize in our site that’s so unprofessionel , now i cannot contact him , what if i deleted buddypress and install again is that can resolve the issue
@all Could we maybe a little less rude about BuddyPress styling we put a heck of a lot of our work time into providing BP as theme compatible app, it sounds like you’re all experiencing problems with premium WP themes affecting BP. Our registration screens are as best they can be made when we have to try and cater for unknown styling layouts.
Above all else before making remarks please do try to bother to read the Codex documentation which explains just how to avail yourselves of the huge flexibility BP template hierarchy affords users and the ease in which you can overload all template files to child themes including the BP stylesheet. In other words RTFM 😉
> BuddyPress needs to do something about this.
No we don’t! We don’t have to support premium themes we support themes coded to WP theme standards to do more is more work than a volunteer set of devs can handle. There is always the option of hiring a dev to get things settled in to your theme.
Hi
I have three Buddypress extended profile field groups. One of them contains just one field and I would like to merge it with another group (thus leaving me with two field groups) without losing the data already entered.
Is there a way to do this?
Thanks
Same issue here. I just want to be able to edit the css of the registration fields.
My theme (Avada) doesn’t have a straight forward style.css it does not simply work like that.
BuddyPress needs to do something about this.
Hey Folks,
Does any one know if it is possible to copy a dropdown box in the Extended Fields of BuddyPress?
For example I have on Extended Field called “Countries” with alll of the Countries listed, and I want to copy (duplicate) it to another field called “Countries II”
Kevin