Search Results for 'buddypress'
-
AuthorSearch Results
-
April 2, 2016 at 2:28 am #252028
davidryal
Participantupdate2: found shane’s answer here:
http://wordpress.stackexchange.com/questions/196929/how-to-get-member-list-based-on-role-by-using-buddypress…and got it to work to only show a single role, which covers about half the users I want to show. I don’t really understand array syntax, but am now neck-deep in the new “role__in” thing in 4.4
…and finally got it to work, after finding https://gist.github.com/sbrajesh/2142009 (the most recent comment is key, bringing in “role__in”
April 2, 2016 at 1:14 am #252027davidryal
Participantupdate: I was able to exclude basic roles using the discussion in the end of this thread https://buddypress.org/support/topic/alphabetically-displaying-only-buddypress-users-in-multisite/
..but can’t get it working reliably with my membership plugin’s roles (PMPro), and it doesn’t update member counts, so I’m going to try the buddydev plugin method.
April 2, 2016 at 12:17 am #252022davidryal
ParticipantI’m trying to solve this as well. I’d hoped for a simple custom fix, but it looks like this might be able to accomplish something similar?
http://buddydev.com/buddypress/buddypress-user-searching-by-user-roles/ – note the customization section?
April 1, 2016 at 10:51 pm #252021berkelmudez
ParticipantI haven’t really looked into that yet. I guess it does something to the email customisation but Postman is the only way right now to send emails from Buddypress so I can’t really test if it’s Postman for sure, since I can’t get Buddypress to send emails without Postman at all. Guess it has to be done some other way if it can’t work with Postman turned on.
Unfortunately I don’t know much about customising these emails but I’ll look into it since I might would want to do that.Let me know if you make progress in this, good luck.
April 1, 2016 at 7:25 pm #252017berkelmudez
ParticipantHi,
I just had a similar problem problem where emails were working perfectly from WordPress and BB press but not from Buddypress for some reason even tho my SMTP plugins were working.
It turned out that the SMTP plugins I were using weren’t applying the configuration on Buddypress emails for some reason. The plugins that did not work for me were:Configure SMTP, Easy WP SMTP, WP-Mail-SMTP.
The plugin for me that did succeed in setting the smtp for buddypress email notifications was ‘Postman SMTP’. I think it might be worth a shot trying this plugin to see if it works with this plugin.
I have no idea why the other SMTP plugins didn’t work but this plugin did and it might work for you as well. Good luckApril 1, 2016 at 6:39 pm #252016jasonaring42
ParticipantOne thing I have noticed is that HTML is not working other than hyperlinks. It’s a rather plain email (which is fine), but when you want something to work…well, the BuddyPress email customization function seems to be overridden by the Postman SMTP plugin. Again, not a big deal but if it is supposed to work, then why is it not?
April 1, 2016 at 5:44 pm #252014In reply to: Update Fail on 2.5.2
tammy1999
ParticipantEverything on the Main site is public. Everything on the Sub Site is private on only for members. I am using a Membership plugin to for the private site.
I don’t have BuddyPress activated via the Network. If I do that, then everything goes to the Main site, even though I have the root blog set at 2 for the subsite.
I only have BuddyPress activated on the Subsite and for the most part works great that way except for a couple of redirections to the Main site.
April 1, 2016 at 4:50 pm #252011In reply to: Update Fail on 2.5.2
tammy1999
ParticipantI have only had BuddyPress on the Subsite and added ( ‘BP_ROOT_BLOG’, $blog_id ) with the id of the subsite to the wp-config.php.
But when I change to network activation everything goes to the Main site. So, I am really confused about that now. Nothing with BuddyPress can show on the Main site because the subsite is all private.
April 1, 2016 at 4:40 pm #252010jasonaring42
ParticipantWoohoo! @berkelmudez excellent find!…….I have been working on this problem for three days and you are right; any combo of other SMTP plugins with various other mailing plugins etc. just did not work. Postman SMTP plugin suggests the proper port to use (of which I tried prior, but had everything else wrong!) and fixed all notifications.
Note for others having this same problem: My system would only send out certain notifications regarding signups and email changes but anything dealing with activity in the BuddyPress system (why we USE BuddyPress!) it would not notify users of activity. Try the Postman SMTP plugin and get rid of the other stuff.
April 1, 2016 at 4:23 pm #252009danbp
ParticipantThank you for sharing ! If you want to help out more, read also this topic from @djpaul.
April 1, 2016 at 4:20 pm #252008In reply to: Update Fail on 2.5.2
danbp
ParticipantHi,
you need to network activate, even if you have only one subsite and what ever the sub option (sub-dir or sub-domain) is.Mostly, BP is activated on the main site.
your-site.com/ – here sit WordPress and BuddyPress and depending your options:
your-site.com/my_second_blog/(sub-dir)
or
my_second_blog.your-site.com(sub-domain)April 1, 2016 at 4:04 pm #252007In reply to: User login doesn´t work properly
danbp
ParticipantOla,
BP doesn’t handle login and has no captcha system. BP offers only a login widget. Do you use it ?
Apparently, some stylesheets aren’t loaded properly.
Deactivate Total cache and bwp-minify and see if it remains.
Once done, enable Twenty Fifteen or Sixteen and give a try.If it works, you have to check the theme AND your child-theme.
https://buddypress.org/support/topic/when-asking-for-support-2/
April 1, 2016 at 2:20 pm #252004In reply to: Stmp email buddypress 2.5
berkelmudez
ParticipantI used wp mail smtp, the plugin itself works, my smtp settings are correct, test mail gets send and received perfectly and no errors. But for some reason the smtp settings don’t apply to the buddypress mailing.
But it doesn’t matter anymore I guess, I now use ‘Postman SMTP’ which send buddypress emails perfect via smtp. I have no idea why buddypress mailing doesn’t work with me with wp mail smtp and other smtp plugins but it does work with Postman smtp for some reason.
Atleast the problem is solved now for me, so I’m already happy with that.April 1, 2016 at 1:47 pm #252002berkelmudez
ParticipantAfter a lot of looking it turns out basically all the SMTP plugins that I was using/testing with weren’t working. For those that might encounter the same problem, these were plugins that did not work:
– Configure SMTP
– Easy WP SMTP
– WP-Mail-SMTPThe plugin for me that did succeed in setting the smtp for buddypress email notifications was:
– Postman SMTPI don’t have any clue whatsoever why those plugins don’t work with my site and why that one did. But it’s so it’s alright I guess.
April 1, 2016 at 9:48 am #251996Paul Wong-Gibbs
Keymaster@redokodesign Do you know how to access raw email headers, in whatever email client you use?
If so, can you copy/paste the email headers of a WordPress email that you’ve received from the site (i.e. one that is working correctly and was sent)? Can you also share with me the “to” “from” “bcc” “cc” parts of the text that the BuddyPress email debug plugin sent you?
You can find my email address on https://profiles.wordpress.org/djpaul/
I have a suspicion this is something to do with the “from” or “reply to” properties being different for each email, but I need the data to prove this, and what SMTP plugin you are using to see how it is configuring WordPress.
April 1, 2016 at 7:46 am #251993redokodesign
ParticipantDoes anyone have any thoughts or suggestions on this? I’d be very grateful, we’ve got hundreds of charity volunteers on our buddypress social network and we’re desperate to find a solution.
March 31, 2016 at 10:09 pm #251984In reply to: Storing/Syncing with WP User meta
Henry Wright
Moderator@ala7lam if you go to Settings > BuddyPress you should see a check box next to Extended Profiles. If you uncheck that, the xProfile component becomes disabled. Then you can add your own custom solution (using WordPress usermeta if you wish).
March 31, 2016 at 12:18 pm #251957angrywarrior
ParticipantI do wish to have it running network activated and It also becomes network activated when I do it.
But I cannot figure out why it is generating these error where it claims that buddypress pages are missing, when they are not. As described before everything looks good on the buddypress website itself, it on the other websites in the network that this error pops up and claims that pages are missing.
March 31, 2016 at 8:06 am #251952In reply to: Buddypress ignoring smtp mailing
berkelmudez
Participant@davbot How you found a way to fix this? I use ‘Easy WP SMTP’ which perfectly sends emails from WordPress and BBpress as well but not Buddypress, which doesn’t send registration emails or any type of Buddypress action. Seems like it’s ignoring my my smtp plugin as well.
March 31, 2016 at 7:02 am #251951In reply to: Courseware – Online course on BP
ripulkr
ParticipantTry WPLMS it is an LMS on BuddyPress : http://themeforest.net/item/wplms-learning-management-system/6780226
March 31, 2016 at 6:51 am #251950In reply to: Courseware – Online course on BP
Varun Sridharan
ParticipantI Too have the same requirement i need a LMS with buddypress
March 30, 2016 at 10:36 pm #251947In reply to: Search Members
Angelo Rocha
ParticipantGood, i’m changing the names of the plugins.
The question is about BuddyPress.
Sorry again.March 30, 2016 at 10:34 pm #251946In reply to: Insert Notification
Angelo Rocha
ParticipantSorry! Is buddyPress.
Thanks, your reply help me.March 30, 2016 at 10:30 pm #251945In reply to: Insert Notification
shanebp
ModeratorbbPress questions are better asked on bbPress support forums.
Info re BuddyPress notifications:
https://codex.buddypress.org/developer/function-examples/bp_notifications_add_notification/March 30, 2016 at 3:12 pm #251934In reply to: translation email
christianlersch
ParticipantHello,
I try to translate Buddypress Emails into german. At the moment all Emails are listed are in English. I try to use the “reinstall emails” tool and always get the english version of the emails.On this ticket https://buddypress.trac.wordpress.org/ticket/6592 you mentioned the problem but I can find the solution.
I set define( ‘WPLANG’, ‘de_DE’ ) in the wp_config and also download the newest translation files from here: https://translate.wordpress.org/projects/wp-plugins/buddypress/stable/de/default
What can I do to get the german version of the emails?
Thank you for your help!
-
AuthorSearch Results