Search Results for 'buddypress'
-
AuthorSearch Results
-
September 8, 2017 at 5:09 pm #267965
In reply to: registration page styling
Henry Wright
ModeratorTry posting your requirements on the BP Jobs Board. There might be a developer there who’ll help you.
September 8, 2017 at 4:58 pm #267963In reply to: registration page styling
zo1234
Participant“Btw, I never learned Php and get along cuting and pasting my way through child-themes and even I can make it look good, so do not pretend to com plain about something you do not know how to use.
CSS and a bit of rearranging of code can achieve miracles, you just need vision, the main ingredient that makes a well designed internet pie.”I’m sorry for ‘complaining’ about the #1 social plugin with hundreds of thousands of downloads, that has a UI from 2008. This is just long overdue, and someone needed to say it. I’d love to spend hours learning PHP, but I have to think about my entire site operations – business, getting investors, visual design, some coding, SEO, content writing, research, etc. It’s not always feasible. The User Profile page needs a complete overhaul! If I draw it out, can someone code the layout. I’ll pay you!! lol. Make some money off your BuddyPress PHP skills. User Management plugins (many) are lacking!
September 8, 2017 at 2:34 pm #267962Peter Hardy-vanDoorn
ParticipantActually, ‘Admin’, ‘Everyone (Admin Editable)’ and ‘Only Me (Admin Editable)’ are not part of BuddyPress and are added by the plugin.
If you use the plugin and set the field visibility to ‘Only Me (Admin Editable)’ then the field will only be visible to the user and the Admin. You could also use the ‘Admin’ settings to, for example, add notes about the user that the user can’t see.
The plugin initially sets the admin to be the main admin account, but it gives this code snippet in its FAQs to enable you to set the capability required, so editors can also see the field:
function custom_profile_fields_visibility() { return ‘edit_others_posts’; // Editors } add_filter( ‘bp_admin_only_profile_fields_cap’, ‘custom_profile_fields_visibility’ );September 8, 2017 at 2:30 pm #267961In reply to: Buddypress paid membership
Leezer
ParticipantAs I can see, they not supporting buddypress, right? Do you have a clue how to combine these plugins? Thanks!
September 7, 2017 at 8:32 pm #267943In reply to: Non-numeric value and header errors
r-a-y
KeymasterCan you ensure that line 207 in
bp-blogs/bp-blogs-functions.phpmatches the following?
https://buddypress.trac.wordpress.org/browser/tags/2.9.1/src/bp-blogs/bp-blogs-functions.php#L207If it doesn’t, can you let me know what line 207 is on your version of BuddyPress?
September 7, 2017 at 7:19 pm #267940In reply to: Non-numeric value and header errors
jrcd92
ParticipantYeah I’ve had a go – that doesn’t seem to have fixed it. I’m now getting the below (couldn’t get the start as it was covered by the dashboard sidebar…
ue encountered in /srv/users/serverpilot/apps/inj/public/wp-content/plugins/buddypress/bp-blogs/bp-blogs-functions.php on line 207
Warning: Cannot modify header information – headers already sent by (output started at /srv/users/serverpilot/apps/inj/public/wp-content/plugins/buddypress/bp-blogs/bp-blogs-functions.php:207) in /srv/users/serverpilot/apps/inj/public/wp-includes/option.php on line 837
Warning: Cannot modify header information – headers already sent by (output started at /srv/users/serverpilot/apps/inj/public/wp-content/plugins/buddypress/bp-blogs/bp-blogs-functions.php:207) in /srv/users/serverpilot/apps/inj/public/wp-includes/option.php on line 838
September 7, 2017 at 8:24 am #267928In reply to: Buddypress Messes Up My RSS Feed
sagraphics
ParticipantThe RSS feed we are using is a simple category feed from our “Featured” category. Which Buddypress plugins would be interacting with blog posts? I’m new to BP.
September 7, 2017 at 8:17 am #267925In reply to: registration page styling
peter-hamilton
ParticipantI absolutely love Buddypress and have no issues with layout as that is what I am responsible for as a designer/developer.
Personally I would have all the crew who build Buddypress over for coffee and a curry, some salsa dancing and a Chuck Norris movie.
Yes we would discuss layout and UI, but then we would end the long night with hugs and an understanding that we all need to learn to make our websites unique in our own time so the Buddycrew can keep the machine running as smooth as possible from the inside.
Thanks guys for Buddypress
XXXOSeptember 7, 2017 at 7:10 am #267923In reply to: change username to display name
Siddharth
ParticipantHello @danbp
Display name in buddypress activity stream is not showing once posting any activity.
It was showing earlier but all of a sudden its not showing for newly registered users. Please check the screenshot below:-
B’coz of this the {username} field is not showing in email templates as well when someone is inviting others, group invitations etc. wherever involved.
Any help will be very much appreciated. I’m using KLEO theme.
Regards,
SiddSeptember 7, 2017 at 7:08 am #267922In reply to: Http 500 internal server error after incorrect login
lagristinab
ParticipantSo the problem is not about Buddypress but about WordPress?
September 6, 2017 at 11:04 pm #267919In reply to: Http 500 internal server error after incorrect login
r-a-y
KeymasterI don’t think this is a problem with BuddyPress.
Does this happen when you disable BuddyPress and attempt to login with an incorrect password?
September 6, 2017 at 7:22 pm #267910TxGirl
ParticipantThat 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.
September 6, 2017 at 7:07 pm #267909In reply to: registration page styling
r-a-y
KeymasterThere 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.
September 6, 2017 at 7:02 pm #267908In reply to: Buddypress Messes Up My RSS Feed
r-a-y
KeymasterYou 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.
September 6, 2017 at 6:04 pm #267904In reply to: Avatar across multisite
deadlinkd
ParticipantFinally 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.
September 6, 2017 at 7:52 am #267896In reply to: Buddypress Messes Up My RSS Feed
sagraphics
ParticipantWe 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.
September 5, 2017 at 11:17 pm #267893In reply to: Buddypress Messes Up My RSS Feed
r-a-y
KeymasterSince 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/).
September 5, 2017 at 8:46 pm #267892In reply to: how to hook after promote and demote user
MSoliman
Participanti’m using the buddypress groups to add a user role to members in the same group .. i hook into the
groups_member_after_savetoadd the role , which means when the user become a member he get the role .. andgroups_member_before_removeto 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
September 5, 2017 at 8:18 pm #267891In reply to: registration page styling
Henry Wright
ModeratorThe 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.
September 5, 2017 at 8:05 pm #267890In reply to: how to hook after promote and demote user
Henry Wright
ModeratorThe best thing to do in this case is take a look through the code:
September 5, 2017 at 7:30 pm #267889In reply to: Buddypress Messes Up My RSS Feed
sagraphics
ParticipantSo 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?
September 5, 2017 at 6:00 pm #267888In reply to: Buddypress Messes Up My RSS Feed
r-a-y
KeymasterBuddyPress 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.
September 5, 2017 at 2:50 pm #267883In reply to: registration page styling
Hugo Ashmore
ParticipantWe’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 🙂
September 5, 2017 at 11:45 am #267874In reply to: Avatar across multisite
Peter Hardy-vanDoorn
ParticipantI 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.
September 5, 2017 at 11:43 am #267873In reply to: Can network users have the same avatar in all sites?
Peter Hardy-vanDoorn
ParticipantI 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.
-
AuthorSearch Results