Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 13,951 through 13,975 (of 69,016 total)
  • Author
    Search Results
  • #234918
    danbp
    Participant

    Forgot my question ! It’s not a theme issue, but a missing in the core. I was curious about that issue and tested it. And finally opened a ticket (#6246) with more details. Don’t hesitate to follow it and/or to give your opinion, patch or what ever can be considered as usefull to solve this bug. πŸ˜‰

    #234916
    Rapforthemoment
    Participant

    This is the Happenstance theme. I believe it is from a production site, but it is available in the WordPress theme download search. I can only add the widgets to a Buddypress page if it is under Single Post Page, but if I do that, then the widget goes to every single post page, which I do not want.

    #234913
    Henry Wright
    Moderator

    Hey @danbp

    Thanks for the feedback. Before I answer your question, I just want to point you to question 4 in the plugin’s FAQ

    Why is it that some members don’t have an identicon?
    An identicon is used as a member’s avatar only if a profile photo hasn’t been uploaded. After activating the plugin, all new members will be allocated an identicon. Existing members will need to log in to get their identicon.

    The reason existing users have to log in to get their identicon is simple. Imagine if a site had 100,000 existing users. At the point the website owner activated the plugin, there’s no way 100,000 fresh identicons could be created. It’d crash their server immediately. I needed a way of staggering the creation of identicons for existing users. The approach I decided on was to create existing user’s identicons on their next login.

    Now, to answer your questions πŸ˜€

    – first time i activated BI, all users showed the mystery man. And plugin works, as i see the border.

    Great! That’s expected.

    – changed profile photo of admin: custom picture appeared.
    – removed the picture: identicon appeared on the admin account.
    -tried to do same thing with a dummy user. Nothing happened.

    The reason nothing happened for the dummy user is because you’re still logged in as admin. You will need to log in as the dummy user for his/her identicon to be created.

    – create a new user from back office, with gmail address, identicon showed up

    Great, that’s a new user created. Identicons are created for all new users so that’s expected.

    – manually created a identicons folder in /uploads/

    There’s no need to manually create folders. The plugin takes care of that for you automatically πŸ™‚

    – modified all dummy user mail address. Mystery man still showing.
    – applied a custom picture to one, ok, then removed. Mystery man again.

    Again, if you’re doing this logged in as admin, then nothing will happen. The actual dummy user will need to log-in in order for their identicon to be created.

    – tried global settings to β€œempty avatar”. Nada ! Reverted to default MM setting and still no identicon.

    Global settings aren’t taken into account by design. If you want to disable identicons, simply disable the plugin. Want them back? Re-enable it πŸ™‚

    On a dev site, using this plugin would really help to avoid calling an external avatar service.
    Would also be true for a prod site, where specially gravatars are mentionned to be optimized as they slow down page speed.

    That was one of the driving factors behind creating the plugin. The beauty of it (in my opinion) is there’s no need to make requests to an external service. Everything is stored locally which should improve page load speed.

    Hope this info helps to clear up any confusion. If you need any more info then just give me a shout, and feel free to open a support ticket on the plugin’s forum if you find a bug.

    #234912
    Outdoorsmen
    Participant

    There was an interesting article on wpmudev.org that shows how to add the profile fields and a few other tricks. The hardest part was determining the exact location for the data.

    Thanks for your help.

    #234910
    danbp
    Participant

    Do you mean “friends” as BuddyPress hasn’t a follow option ?
    Or do you use this plugin ?

    #234909

    In reply to: How to add date?

    danbp
    Participant
    #234906
    danbp
    Participant

    Bumping after 20mn is a bit abused, no ?

    If you use BP, you can edit, add or remove custom profile fields if you activate the extended profile component.

    To add an external plugin to the user profile edit, try to add it to the profile template.
    Or modify the plugin so he use BP specific templates.

    BuddyPress Plugin Development

    Add Meta Box to Admin Extended User Profile


    and much more to read on codex and forum.

    #234905
    danbp
    Participant

    @henrywright,

    good idea really.
    I have same issue as @peter-hamilton
    Local single install, WP 4.1.1, 2012, php 5.5.12 with only BP 2.2, bbPress and bp-default-data

    Admin use gmail, and also all dummy users created with BDD plugin.

    – first time i activated BI, all users showed the mystery man. And plugin works, as i see the border.
    – changed profile photo of admin: custom picture appeared.
    – removed the picture: identicon appeared on the admin account.
    -tried to do same thing with a dummy user. Nothing happened.
    – create a new user from back office, with gmail address, identicon showed up
    – all other dummy users comes with mystery man.

    – manually created a identicons folder in /uploads/

    – modified all dummy user mail address. Mystery man still showing.
    – applied a custom picture to one, ok, then removed. Mystery man again.

    – tried global settings to “empty avatar”. Nada ! Reverted to default MM setting and still no identicon.

    By default, members that haven’t uploaded a profile photo are given a mystery-man avatar. This BuddyPress plugin automatically replaces default avatars.

    BI seems to work only for newly users, with a big exception for the site admin.
    gmail icon has no priority, even if it is not a “default” picture.

    But it is not uploaded, which may probably be the logical disturbing point of this issue ?

    On a dev site, using this plugin would really help to avoid calling an external avatar service.
    Would also be true for a prod site, where specially gravatars are mentionned to be optimized as they slow down page speed.

    Implementing some options to the existing WP avatar settings to allow/disallow gravatar, gmail, etc , or to let BI playing alone OR aside existing settings, would be a huge improvement.

    πŸ˜€

    #234897
    Henry Wright
    Moderator

    Duplicate. See here

    #234889

    In reply to: Missing Meta Title

    danbp
    Participant

    Hello @alice-kaye,

    you’re not alone with that issue, which can sit in the theme (the case of 2015) or in a SEO plugin.
    BP canonical names and some SEO conventions are not best friends at the moment… Sorry.

    https://buddypress.org/support/topic/browser-title-and-seo-title-problem-with-root-profile-url/

    https://buddypress.org/support/topic/sitemap-breaks-when-i-install-buddy-press/

    https://buddypress.trac.wordpress.org/ticket/6107

    #234884

    In reply to: activation url

    shanebp
    Moderator

    As you can tell by looking at the ticket in that thread, it was solved and closed 3 years ago.

    If you are having an issue, please be specific and follow these guidelines:
    How to Ask for Support

    #234880

    In reply to: move admin bar menu

    Henry Wright
    Moderator

    Hi @matthias70

    The theme used here is open source. See the Open Sourcing BuddyPress.org blog post for more info. Feel free to look at the source code after reading that to see how it’s done.

    #234872
    rosyteddy
    Participant

    Yes, I should have done that / should do that :

    If you want to apply your own CSS, override the plugin’s styles by adding the following to your theme’s stylesheet. That way you won’t lose anything going forward.

    Thanks. Why it has not been added to the BP plugin page? Please add.

    PS : Just now saw it has been added. Thanks.

    #234867
    Henry Wright
    Moderator

    Hi @rosyteddy

    Thanks for your kind words about the plugin. I’m glad you find it useful! πŸ˜€

    Whilst you’re right that you can change the CSS, I just wanted to point of that any changes you make to plugins/buddypress-identicons/css/style.css will be overwritten when you download plugin updates.

    If you want to apply your own CSS, override the plugin’s styles by adding the following to your theme’s stylesheet. That way you won’t lose anything going forward.

    .avatar {
        // Your CSS here.
    }
    #234865
    rosyteddy
    Participant

    The readme says: To remove the border, paste the following into your functions.php file:

    add_action( 'wp_print_styles', 'bp_identicons_deregister_style', 100 );
    
    function bp_identicons_deregister_style() {
    	wp_deregister_style( 'buddypress-identicons' );
    }

    This can also be done by just changing the padding value in the css

    .avatar {
    	box-sizing: border-box;
    	padding: 0px;
    	background-color: #eee;
    }
    #234864
    rosyteddy
    Participant

    Very cool. The readme has an useful FAQ too. Thanks a lot. Recommended!

    Please add it to https://buddypress.org/extend/plugins/

    #234849
    Hugo Ashmore
    Participant

    Guessing this is the same as this ticket you opened?
    https://buddypress.trac.wordpress.org/ticket/6238

    Probably best to keep to one thread initially rather than opening the question in two separate places, and best to begin with the forum until such time as proven to be a bug and confirmed then a ticket can be raised.

    How were you managing the number of viewed comments?

    #234843
    whoaloic
    Participant

    – posts are handled by WordPress. BuddyPress speciality are the members, not publication.
    When group members want to talk together, they can use the notice editor for brief messages or if you install bbpres they can use the forum.

    OK, thank you πŸ™‚

    -It exist a buddypress group blog plugin, who allows group members to use a blog, similar to the main blog.

    In my case, I have Custom Posts Type.
    In my CPT archive, all posts are listed, but I would like to restrict access to certain groups.
    So I don”t think the buddypress group blog plugin would help me.

    – BuddyPress features are developped if there is a general need, rarely for particular usage.

    All right πŸ™‚

    I’ve just posted a new ticket in buddypress trac.

    Thank you Dan

    #234840
    Hugo Ashmore
    Participant

    @pete-hudson No problem, just there’s always the danger of splitting responses across threads and becoming difficult to follow, as it happens the ticket has become perhaps more relevant and necessary so going to suggest we now close this thread and everyone can follow along if they want to on the ticket below

    https://buddypress.trac.wordpress.org/ticket/6230


    @mikelopez
    πŸ™‚ np, See ray has a response up following on after your patch submission – which you’ve probably seen notification of – so again think we can close this thread and focus on the trac ticket.

    #234836
    deshmukh
    Participant
    #234832
    mcpeanut
    Participant
    #234825
    @mercime
    Participant
    mibrenner
    Participant

    I’m confused as to what you’re asking @greenkoi.

    I’m using the User Registration Add-on, which populates BuddyPress custom fields.

    What switch are you referring to?

    #234816
    @mercime
    Participant

    @rapforthemoment thank you for clarifying the issue. I’ve just tested on a clean WP/BP installation and widgets I’ve added are showing up in the sidebar of all BuddyPress pages. What kind of widgets are you adding? Single WP or WP multisite? What theme are you using? Is this localhost or in production site?

    #234811
    Mike Lopez
    Participant

    @hugo

    My apologies, just saw your reply.

    I’ve submitted a patch on https://buddypress.trac.wordpress.org/ticket/6230 and I’m not sure how it will affect r9322


    @r-a-y
    , I’d love to hear your feedback on said patch.

    Thanks.

Viewing 25 results - 13,951 through 13,975 (of 69,016 total)
Skip to toolbar