Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 7,726 through 7,750 (of 69,044 total)
  • Author
    Search Results
  • #267965
    Henry Wright
    Moderator

    Try posting your requirements on the BP Jobs Board. There might be a developer there who’ll help you.

    #267963
    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!

    #267962

    Actually, ‘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’ );
    #267961
    Leezer
    Participant

    As I can see, they not supporting buddypress, right? Do you have a clue how to combine these plugins? Thanks!

    #267943
    r-a-y
    Keymaster

    Can you ensure that line 207 in bp-blogs/bp-blogs-functions.php matches the following?
    https://buddypress.trac.wordpress.org/browser/tags/2.9.1/src/bp-blogs/bp-blogs-functions.php#L207

    If it doesn’t, can you let me know what line 207 is on your version of BuddyPress?

    #267940
    jrcd92
    Participant

    Yeah 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

    #267928
    sagraphics
    Participant

    The 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.

    #267925
    peter-hamilton
    Participant

    I 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
    XXXO

    #267923
    Siddharth
    Participant

    Hello @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:-

    http://nimb.ws/ixjNcq

    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,
    Sidd

    #267922
    lagristinab
    Participant

    So the problem is not about Buddypress but about WordPress?

    #267919
    r-a-y
    Keymaster

    I don’t think this is a problem with BuddyPress.

    Does this happen when you disable BuddyPress and attempt to login with an incorrect password?

    #267910
    TxGirl
    Participant

    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.

    #267909
    r-a-y
    Keymaster

    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.

    #267908
    r-a-y
    Keymaster

    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.

    #267904
    deadlinkd
    Participant

    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.

    #267896
    sagraphics
    Participant

    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.

    #267893
    r-a-y
    Keymaster

    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/).

    #267892
    MSoliman
    Participant

    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

    #267891
    Henry Wright
    Moderator

    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.

    #267890
    Henry Wright
    Moderator

    The best thing to do in this case is take a look through the code:

    https://github.com/buddypress/BuddyPress

    #267889
    sagraphics
    Participant

    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?

    #267888
    r-a-y
    Keymaster

    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.

    #267883
    Hugo Ashmore
    Participant

    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 🙂

    #267874

    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.

    #267873

    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.

Viewing 25 results - 7,726 through 7,750 (of 69,044 total)
Skip to toolbar