Search Results for 'buddypress'
-
AuthorSearch Results
-
June 14, 2016 at 3:59 am #254535
In reply to: WP User Avatar Not Showing in BuddyPress
mmurguia
ParticipantThis is not exactly what I need. Accounts are not created with buddypress or wordpress. They are created by Xenforo. This creates an account in wordpress, and also imports the users avatar correctly in wordpress. so it is a valid wp account with user avatar. I’d like Buddypress to use the wordpress avatar. Is this possible?
Thanks!
M
June 14, 2016 at 2:17 am #254532In reply to: Registration activation emails not being sent
jasonegli
ParticipantHello, thanks for the advice. I installed the plugin, but unfortunately it still doesn’t appear to be sending registration emails. I noticed that the plugin mentioned above will be automatically disabled on BuddyPress 2.5.3 and higher because the functionality is already built-in.
June 13, 2016 at 11:14 pm #254531In reply to: text field pre fill
danbp
ParticipantThe correct file is bp-legacy/buddypress/activity/post-form.php. Don’t modify it, but copy/paste (same path – same file name) buddypress/activity/post-form.php to your child-theme and do your changes from there.
June 13, 2016 at 11:07 pm #254530In reply to: Registration activation emails not being sent
danbp
ParticipantPlease read here first.
Try https://wordpress.org/plugins/bp-email-to-wp-mail-from-bridge/June 13, 2016 at 10:59 pm #254529In reply to: How to Count Custom Post Types in Nav Tabs?
danbp
ParticipantI tested your code and CPT & Posts counts are both correct (on tab and profile).
How did you implement CPT ? Try to test with the snippet given here:
June 13, 2016 at 10:18 pm #254526In reply to: WP User Avatar Not Showing in BuddyPress
danbp
ParticipantSee this premium plugin: http://www.youngtechleads.com/buddypress-members-import/
June 13, 2016 at 10:14 pm #254525danbp
ParticipantIn one of the comments, it’s yet explained. (july 9th 2015)
Read throught, built the ID list of the concerned users and add it to activity loop filter options
Another approach is to use the buit-in fonctionnality of profile fields. The value is linked to any member ho filled the same value.
This means that if you click New York on a profile, you get a list of all user who entered New York and by extension, you have access to all new-yorker activities.
But if you want to sort the site activity of NY users only, you need to use the first solution and to code a bit more to add also a SWA filter for any existing state…
June 13, 2016 at 10:08 pm #254524In reply to: WP User Avatar Not Showing in BuddyPress
mmurguia
ParticipantTo be clear @sharmavishal and @djpaul,
I have thousands of wp users that have avatar images. I want buddypress to use them. Is there a plugin that does this?
Thanks!
M
June 13, 2016 at 10:02 pm #254522In reply to: WP User Avatar Not Showing in BuddyPress
mmurguia
ParticipantHey @djpaul we probably misunderstand each other. I’m just saying that if a WordPress account has an avatar image, BuddyPress should use it.
June 13, 2016 at 6:23 pm #254513In reply to: Activity stream as default member page
Henry Wright
ModeratorThe Change Default Members Profile Landing Tab article will help you do that.
June 13, 2016 at 2:11 pm #254506JWachsman
ParticipantIt’s actually a custom menu item that was created. It’s a questionnaire (Winner’s Questionnaire is the name of the page) that should only be visible to admin’s when logged in. So it’s not a built in menu item. I didn’t write the original code and as mentioned above I’m new to BuddyPress so this is pretty foreign to me.
I’m not sure that really helps but hopefully it’s enough to give me a general answer to point me in the right direction.
June 13, 2016 at 9:56 am #254499valuser
Participantold testing site with an existing bp setup with groups.
ok i’ve now got no error (so far) on an old but up to-date online multi-site multinetwork testing site with an existing bp setup with lots of groups.
set-up
WP 4.5.2
BuddyPress Version 2.6.0-beta1 Network Activated
PPHP Version 5.4.43
MySQL Version 5.5.45-cll-lve
Plugins: lots
WP 4.5.2
BuddyPress Version 2.6.0-beta1 Network ActivatedJune 13, 2016 at 9:12 am #254497In reply to: Problems with filtering the activity stream
Henry Wright
ModeratorIn that case, this could be a bug. It seems the apostrophe isn’t being handled properly upstream. Can you open a ticket for this on Trac?
June 13, 2016 at 7:17 am #254487In reply to: Best way to make private network?
sharmavishal
Participantcouple of plugins to make bp site private
ex: https://wordpress.org/plugins/buddypress-members-only/screenshots/
disable user can register option in general settings
you can use any page as home page via settings-reading option
to redirect user bp login redirect plugin to your activity page
June 13, 2016 at 12:07 am #254481In reply to: Activities aren’t Custom Post Types?
bryanbatcher
ParticipantThat’s what I was worried about. There are other plugins that use activities in the way I want this plugin to. BuddyPress Like and BP Reactions do. I can try to dig into those and see how they do it. Maybe I can find a way to make this work.
Paul Wong-Gibbs
KeymasterThis sounds like an email sent by the paidmembershipspro plugin, which BuddyPress has no control over. Have you contacted that plugin’s developers for support? Or posted on its WordPress.org support forums?
June 12, 2016 at 10:07 pm #254476In reply to: Activities aren’t Custom Post Types?
Paul Wong-Gibbs
KeymasterIs there a way to make activities register as a custom post type? If that’s not possible, is there a quick fix to make a plugin reference activities instead of posts?
Activities are not custom posts, nor are there any options in BuddyPress to let them do this. Either of these things would have to be custom development, and are probably harder than they may initially seem.
June 12, 2016 at 3:39 pm #254471In reply to: Activities aren’t Custom Post Types?
danbp
ParticipantHave you found this:
https://codex.buddypress.org/plugindev/post-types-activities/ ?June 12, 2016 at 12:04 am #254462valuser
ParticipantNot replicated here – (so far)
On a multisite local install – have added a site (sub-domain) successfully.
Just added a site via Sites—> Add New
Without the error notified by @sharmavishal
WP 4.5.2
BuddyPress Version 2.6.0-beta1 Network Activated
PHP Version 5.5.24
Plugins (network activated): lots – all latest versionsJune 11, 2016 at 10:20 pm #254459In reply to: DB collation: utf8mb4_general_ci
Paul Wong-Gibbs
KeymasterI created a bug report: https://buddypress.trac.wordpress.org/ticket/7117
June 11, 2016 at 10:16 pm #254458In reply to: DB collation: utf8mb4_general_ci
Paul Wong-Gibbs
KeymasterIt’s an oversight on our part, dating back to the end of December 2012. Good spot noticing it. We’ll get it addressed, but it won’t be included in a release until BuddyPress 2.8 (end of year) — bad timing with that regard, unfortunately. 🙁
June 11, 2016 at 10:03 pm #254456In reply to: WP User Avatar Not Showing in BuddyPress
Paul Wong-Gibbs
KeymasterThat isn’t accurate, or fair. For starters, WordPress does not provide a user avatar UPLOAD option inside its user profiles in wp-admin. It’ll show the Gravatar image associated with the current user’s email address (“You can change your profile picture on Gravatar.”).
If your WordPress lets you upload a picture there with BuddyPress disabled, then you have some custom code somewhere that’s offering that feature. I am willing to bet that that plugin doesn’t have a correct implementation, otherwise BuddyPress should be working with it.
June 11, 2016 at 8:36 pm #254454In reply to: DB collation: utf8mb4_general_ci
June 11, 2016 at 6:31 pm #254453In reply to: DB collation: utf8mb4_general_ci
kitsunesolar
ParticipantBut, WP uses utf8mb4_unicode_ci.
BuddyPress – utf8mb4_general_ci.I think that for the full integration, better use everywhere utf8mb4_unicode_ci.
June 11, 2016 at 4:50 pm #254449In reply to: Activity Feed
danbp
ParticipantSorry, same answer as 2 days ago…
.. and if the page is not public it would be difficult to help you anyway. Give at least a valid url to your page !
-
AuthorSearch Results