Search Results for 'buddypress'
-
AuthorSearch Results
-
February 21, 2015 at 7:24 pm #234918
danbp
ParticipantForgot 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. π
February 21, 2015 at 5:52 pm #234916In reply to: Can't put widgets on Buddypress pages?
Rapforthemoment
ParticipantThis 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.
February 21, 2015 at 4:10 pm #234913In reply to: New plugin: BuddyPress Identicons
Henry Wright
ModeratorHey @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.
February 21, 2015 at 3:55 pm #234912In reply to: Adding a Title to a User Name
Outdoorsmen
ParticipantThere 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.
February 21, 2015 at 3:08 pm #234910In reply to: make activity stream work like twitters
danbp
ParticipantDo you mean “friends” as BuddyPress hasn’t a follow option ?
Or do you use this plugin ?February 21, 2015 at 3:00 pm #234909In reply to: How to add date?
danbp
ParticipantFebruary 21, 2015 at 2:28 pm #234906In reply to: How to edit page of user profile edit page
danbp
ParticipantBumping 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.
and much more to read on codex and forum.February 21, 2015 at 2:18 pm #234905In reply to: New plugin: BuddyPress Identicons
danbp
Participantgood 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-dataAdmin 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.
π
February 21, 2015 at 11:58 am #234897In reply to: How to edit page of user profile edit page
Henry Wright
ModeratorDuplicate. See here
February 21, 2015 at 9:47 am #234889In reply to: Missing Meta Title
danbp
ParticipantHello @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/
February 21, 2015 at 2:19 am #234884In reply to: activation url
shanebp
ModeratorAs 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 SupportFebruary 20, 2015 at 11:25 pm #234880In reply to: move admin bar menu
Henry Wright
ModeratorHi @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.
February 20, 2015 at 7:18 pm #234872In reply to: New plugin: BuddyPress Identicons
rosyteddy
ParticipantYes, 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.
February 20, 2015 at 6:51 pm #234867In reply to: New plugin: BuddyPress Identicons
Henry Wright
ModeratorHi @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. }February 20, 2015 at 6:40 pm #234865In reply to: New plugin: BuddyPress Identicons
rosyteddy
ParticipantThe 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; }February 20, 2015 at 6:29 pm #234864In reply to: New plugin: BuddyPress Identicons
rosyteddy
ParticipantVery cool. The readme has an useful FAQ too. Thanks a lot. Recommended!
Please add it to https://buddypress.org/extend/plugins/
February 20, 2015 at 1:48 pm #234849In reply to: Β “Show all X comments” not working in BP 2.2.1
Hugo Ashmore
ParticipantGuessing this is the same as this ticket you opened?
https://buddypress.trac.wordpress.org/ticket/6238Probably 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?
February 20, 2015 at 10:37 am #234843In reply to: Restrict posts based on buddypress groups
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
February 20, 2015 at 9:36 am #234840Hugo 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.February 20, 2015 at 6:11 am #234836In reply to: Remove public group updates from SWA
deshmukh
Participant@danbp, here is a new thread I started: https://buddypress.org/support/topic/only-profile-updates-in-activity-members/
February 20, 2015 at 3:07 am #234832In reply to: How to directly load fresh activities
mcpeanut
Participant@rosyteddy take a look here
February 19, 2015 at 11:58 pm #234825@mercime
Participant@ishvara please see plugin author’s response here https://wordpress.org/support/topic/links-seems-to-have-stopped-working-with-buddypress-22?replies=23
February 19, 2015 at 8:58 pm #234817mibrenner
ParticipantI’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?
February 19, 2015 at 8:52 pm #234816In reply to: Can't put widgets on Buddypress pages?
@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?
February 19, 2015 at 8:00 pm #234811Mike Lopez
ParticipantMy 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.
-
AuthorSearch Results